Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 12:04:04 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Danilo Egea Gondolfo <danilo@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r331611 - head/audio/audacity
Message-ID:  <20131026120404.269f0385@kalimero.tijl.coosemans.org>
In-Reply-To: <201310251642.r9PGgQ12040085@svn.freebsd.org>
References:  <201310251642.r9PGgQ12040085@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Oct 2013 16:42:26 +0000 (UTC) Danilo Egea Gondolfo wrote:
> Author: danilo
> Date: Fri Oct 25 16:42:26 2013
> New Revision: 331611
> URL: http://svnweb.freebsd.org/changeset/ports/331611
> 
> Log:
>   - Update from 2.0.4 to 2.0.5
>   - Add debug option
>   - Force dependency on jack
>   - Fix detection of SSE
>   - Make soxr default sample rate library and allow only 1 to be chosen
>   - Add midi support
>   - Add soundtouch support
>   - Remove taglib
>   - Remove extra patches
>   
>   PR:		ports/183195
>   Submitted by:	Jack Low <xxjack12xx@gmail.com> (maintainer)
> 
> Modified:
>   head/audio/audacity/Makefile
>   head/audio/audacity/distinfo
> 
> Modified: head/audio/audacity/Makefile
> ==============================================================================
> --- head/audio/audacity/Makefile	Fri Oct 25 16:37:57 2013	(r331610)
> +++ head/audio/audacity/Makefile	Fri Oct 25 16:42:26 2013	(r331611)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	audacity
> -PORTVERSION=	2.0.4
> +PORTVERSION=	2.0.5
>  CATEGORIES=	audio
>  MASTER_SITES=	GOOGLE_CODE \
>  		SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
> @@ -13,13 +13,11 @@ COMMENT=	GUI editor for digital audio wa
>  
>  LICENSE=	GPLv2
>  
> -LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
> -
>  WRKSRC=		${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
>  
>  USE_AUTOTOOLS=	aclocal autoconf
>  GNU_CONFIGURE=	yes
> -USES=		gmake gettext pkgconfig
> +USES=		desktop-file-utils gmake gettext pkgconfig shared-mime-info
>  USE_XZ=		yes
>  USE_WX=		2.8
>  WX_UNICODE=	yes
> @@ -27,17 +25,25 @@ WX_COMPS=	wx
>  INSTALLS_ICONS=	yes
>  PORTDOCS=	README.txt
>  
> -OPTIONS_DEFINE=	DOCS FFMPEG FLAC ID3TAG JACK LADSPA MAD NYQUIST PORTMIXER \
> -		SAMPLERATE SBSMS SOXR SSE TAGLIB TWOLAME VAMP VORBIS
> -OPTIONS_DEFAULT=	FFMPEG FLAC ID3TAG JACK LADSPA MAD NYQUIST \
> -			PORTMIXER SAMPLERATE SBSMS SOXR SSE TAGLIB \
> -			TWOLAME VAMP VORBIS
> -
> +OPTIONS_DEFINE=	DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI NYQUIST \
> +		PORTMIXER SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS
> +OPTIONS_RADIO=	SAMPLERATED
> +OPTIONS_RADIO_SAMPLERATED=	RESAMPLE SAMPLERATE SOXR
> +OPTIONS_DEFAULT=	FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI NYQUIST \
> +			PORTMIXER SBSMS SOUNDTOUCH SOXR TWOLAME VAMP VORBIS

You might want to remove LAME from OPTIONS_DEFAULT, because lame is a
restricted package so there won't be an audacity package either.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131026120404.269f0385>