svn commit: r331611 - head/audio/audacity
Tijl Coosemans
tijl at FreeBSD.org
Sat Oct 26 10:04:21 UTC 2013
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 at 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.
More information about the svn-ports-all
mailing list