ports/181922: Upgrade audacity from 2.0.3 to 2.0.4
Jack Low
xxjack12xx at gmail.com
Sun Sep 8 00:50:00 UTC 2013
>Number: 181922
>Category: ports
>Synopsis: Upgrade audacity from 2.0.3 to 2.0.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 08 00:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jack Low
>Release: FreeBSD 9.2
>Organization:
>Environment:
FreeBSD jack.musirc.com 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254765: Sat Aug 24 04:51:02 PDT 2013 root at jack.musirc.com:/usr/obj/usr/src/sys/JACK amd64
>Description:
Upgrade audacity from 2.0.3 to 2.0.4
>How-To-Repeat:
Apply patch
>Fix:
Apply patch
Patch attached with submission follows:
diff -urN audacity/Makefile audacity-new/Makefile
--- audacity/Makefile 2013-09-07 17:40:29.000000000 -0700
+++ audacity-new/Makefile 2013-09-07 17:41:11.000000000 -0700
@@ -2,8 +2,7 @@
# $FreeBSD: head/audio/audacity/Makefile 325651 2013-08-30 01:53:16Z bapt $
PORTNAME= audacity
-PORTVERSION= 2.0.3
-PORTREVISION= 1
+PORTVERSION= 2.0.4
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE \
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -31,14 +30,15 @@
PORTDOCS= README.txt
OPTIONS_DEFINE= DOCS FFMPEG FLAC ID3TAG JACK LADSPA MAD NYQUIST PORTMIXER \
- SAMPLERATE SBSMS SSE TAGLIB TWOLAME VAMP VORBIS
+ SAMPLERATE SBSMS SOXR SSE TAGLIB TWOLAME VAMP VORBIS
OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG JACK LADSPA MAD NYQUIST \
- PORTMIXER SAMPLERATE SBSMS SSE TAGLIB \
+ PORTMIXER SAMPLERATE SBSMS SOXR SSE TAGLIB \
TWOLAME VAMP VORBIS
NYQUIST_DESC= Nyquist plug-in support
PORTMIXER_DESC= Compile with PortMixer support
SBSMS_DESC= Use libsbsms for pitch and tempo changing
+SOXR_DESC= Use libsoxr for sample rate conversion
SSE= Enable SSE optimizations
TAGLIB_DESC= Use TagLib for metadata support
TWOLAME_DESC= Use libtwolame for MP2 export support
@@ -137,6 +137,10 @@
CONFIGURE_ARGS+= --with-sse
.endif
+.if ${PORT_OPTIONS:MSOXR}
+CONFIGURE_ARGS+= --with-libsoxr
+.endif
+
.if ${PORT_OPTIONS:MTWOLAME}
LIB_DEPENDS+= twolame:${PORTSDIR}/audio/twolame
CONFIGURE_ARGS+= --with-libtwolame
diff -urN audacity/distinfo audacity-new/distinfo
--- audacity/distinfo 2013-09-07 17:40:29.000000000 -0700
+++ audacity-new/distinfo 2013-09-07 17:23:06.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (audacity-minsrc-2.0.3.tar.xz) = 2e481eab900a31817d273e7e3e8b8c127b0d3cc55d8efa46dd005177615f8bcc
-SIZE (audacity-minsrc-2.0.3.tar.xz) = 5116320
+SHA256 (audacity-minsrc-2.0.4.tar.xz) = 772ba2336fc3f2c7b6e0dfa927b91143c987db14201e7bc523fa4f4fa313895e
+SIZE (audacity-minsrc-2.0.4.tar.xz) = 5331376
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list