ports/156790: Update audacity-devel from 1.3.12 to 1.3.13

Jack xxjack12xx at gmail.com
Tue May 3 06:10:12 UTC 2011


>Number:         156790
>Category:       ports
>Synopsis:       Update audacity-devel from 1.3.12 to 1.3.13
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 03 06:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jack
>Release:        8.2-STABLE
>Organization:
PRDHost
>Environment:
FreeBSD jack.musirc.com 8.2-STABLE FreeBSD 8.2-STABLE #1 r220017: Fri Mar 25 20:17:10 PDT 2011     jack at jack.musirc.com:/usr/obj/usr/src/sys/JACK  amd64

>Description:
Patch attached to upgrade audacity-devel from 1.3.12 to 1.3.13
>How-To-Repeat:
Patch attached to upgrade audacity-devel from 1.3.12 to 1.3.13
>Fix:
Patch attached to upgrade audacity-devel from 1.3.12 to 1.3.13

Patch attached with submission follows:

diff -urN audacity-devel/Makefile audacity-new/Makefile
--- audacity-devel/Makefile	2010-12-03 23:30:20.000000000 -0800
+++ audacity-new/Makefile	2011-05-02 23:05:14.000000000 -0700
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/audio/audacity-devel/Makefile,v 1.51 2010/12/04 07:30:20 ade Exp $
 
 PORTNAME=	audacity
-PORTVERSION=	1.3.12
-PORTREVISION=	4
+PORTVERSION=	1.3.13
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION}
@@ -25,33 +24,33 @@
 USE_AUTOTOOLS=	aclocal autoconf
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GCC=	4.2+
+USE_GCC=	4.6+
 USE_GETTEXT=	yes
 USE_BZIP2=	yes
-USE_WX=		2.8
+USE_WX=		2.8+
 WX_COMPS=	wx
 MAKE_JOBS_SAFE=	yes
 PORTDOCS=	README.txt LICENSE.txt
 MAN1=		audacity.1
 MANCOMPRESSED=	yes
 
-OPTIONS=	DEBUG		"enable debug support" off \
+OPTIONS=	DEBUG		"Debug support" off \
 		FFMPEG		"Use ffmpeg for import and export support" on \
 		FLAC		"Use libFLAC for FLAC support" on \
 		ID3TAG		"Use libid3tag for mp3 id3 tag support" on \
-		LADSPA		"enable LADSPA plug-in support" on \
+		LADSPA		"LADSPA plug-in support" on \
 		MAD		"Use libmad for mp2/3 decoding support"	on \
 		MIDI		"Use portSMF for Midi support" on \
-		NYQUIST		"enable Nyquist plug-in support" on \
-		PORTMIXER	"compile with PortMixer" on \
+		NYQUIST		"Nyquist plug-in support" on \
+		PORTMIXER	"Compile with PortMixer" on \
 		SAMPLERATE	"Use libresample for sample rate conversion" on \
 		SBSMS		"Use libsbsms for pitch and tempo changing" on \
 		SOUNDTOUCH 	"Use libSoundTouch for pitch and tempo changing" on\
-		TAGLIB		"use TagLib for metadata support" on \
+		TAGLIB		"Use TagLib for metadata support" on \
 		TWOLAME		"Use libtwolame for MP2 export support" on \
-		UNICODE		"enable unicode support" on \
+		UNICODE		"Unicode support" on \
 		VORBIS		"Use libvorbis for Ogg Vorbis support"	on \
-		VAMP		"use libvamp for Vamp plug-in support" on
+		VAMP		"Use libvamp for Vamp plug-in support" on
 
 .include <bsd.port.pre.mk>
 
@@ -76,8 +75,10 @@
 MAKE_ENV=	DOC=yes
 .endif
 
+CONFIGURE_ARGS+=	--with-lib-preference="local system"
+CONFIGURE_ARGS+=	--with-portaudio
 .if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=	--with-debug
+CONFIGURE_ARGS+=	--enable-debug
 .endif
 
 .if defined(WITH_FFMPEG)
@@ -93,7 +94,7 @@
 .endif
 
 .if defined(WITH_LADSPA)
-CONFIGURE_ARGS+=	--with-ladspa
+CONFIGURE_ARGS+=	--enable-ladspa
 .endif
 
 .if defined(WITH_MAD)
@@ -105,7 +106,7 @@
 .endif
 
 .if defined(WITH_NYQUIST)
-CONFIGURE_ARGS+=	--with-nyquist
+CONFIGURE_ARGS+=	--enable-nyquist
 .endif
 
 .if defined(WITH_PORTMIXER)
diff -urN audacity-devel/distinfo audacity-new/distinfo
--- audacity-devel/distinfo	2011-03-19 05:27:49.000000000 -0700
+++ audacity-new/distinfo	2011-04-19 02:32:02.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (audacity-minsrc-1.3.12-beta.tar.bz2) = f0f55839ca3013d2e43e5114c73d195bc34503685aeab683eafca4d1bbf3b768
-SIZE (audacity-minsrc-1.3.12-beta.tar.bz2) = 6087920
+SHA256 (audacity-minsrc-1.3.13-beta.tar.bz2) = 4c2eda638e16e16dfddd202e86ccbe1d170b04c26cfb2c12ffcba0b79e7e1e83
+SIZE (audacity-minsrc-1.3.13-beta.tar.bz2) = 6450901
diff -urN audacity-devel/files/patch-FileRead.h audacity-new/files/patch-FileRead.h
--- audacity-devel/files/patch-FileRead.h	1969-12-31 16:00:00.000000000 -0800
+++ audacity-new/files/patch-FileRead.h	2011-05-02 22:43:59.000000000 -0700
@@ -0,0 +1,10 @@
+--- /usr/obj/usr/ports/audio/audacity-devel/work/audacity-src-1.3.13-beta/lib-src/libnyquist/nyquist/nyqstk/include/FileRead.h	2011-04-06 16:35:52.000000000 -0700
++++ /usr/obj/usr/ports/audio/audacity-new/work/audacity-src-1.3.13-beta/lib-src/libnyquist/nyquist/nyqstk/include/FileRead.h	2011-05-02 22:42:57.000000000 -0700
+@@ -33,6 +33,7 @@
+ #define STK_FILEREAD_H
+ 
+ #include "Stk.h"
++#include <stdio.h>
+ 
+ namespace Nyq
+ {
diff -urN audacity-devel/files/patch-Makefile.in audacity-new/files/patch-Makefile.in
--- audacity-devel/files/patch-Makefile.in	2009-10-16 05:11:24.000000000 -0700
+++ audacity-new/files/patch-Makefile.in	2011-04-19 03:34:10.000000000 -0700
@@ -5,7 +5,6 @@
  
  	# install docs
 +ifeq ($(DOC),yes)
- 	$(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)
  	$(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
  	$(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt
  	$(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt
diff -urN audacity-devel/pkg-plist audacity-new/pkg-plist
--- audacity-devel/pkg-plist	2010-04-15 00:00:38.000000000 -0700
+++ audacity-new/pkg-plist	2011-05-02 22:58:04.000000000 -0700
@@ -1,5 +1,7 @@
 bin/audacity
+man/man1/audacity.1.gz
 share/applications/audacity.desktop
+%%DATADIR%%/EQDefaultCurves.xml
 %%DATADIR%%/nyquist/bug.lsp
 %%DATADIR%%/nyquist/dspprims.lsp
 %%DATADIR%%/nyquist/envelopes.lsp
@@ -11,9 +13,25 @@
 %%DATADIR%%/nyquist/misc.lsp
 %%DATADIR%%/nyquist/nyinit.lsp
 %%DATADIR%%/nyquist/nyqmisc.lsp
+%%DATADIR%%/nyquist/nyquist-plot.txt
 %%DATADIR%%/nyquist/nyquist.lsp
 %%DATADIR%%/nyquist/printrec.lsp
 %%DATADIR%%/nyquist/profile.lsp
+%%DATADIR%%/nyquist/rawwaves/mand1.raw
+%%DATADIR%%/nyquist/rawwaves/mand10.raw
+%%DATADIR%%/nyquist/rawwaves/mand11.raw
+%%DATADIR%%/nyquist/rawwaves/mand12.raw
+%%DATADIR%%/nyquist/rawwaves/mand2.raw
+%%DATADIR%%/nyquist/rawwaves/mand3.raw
+%%DATADIR%%/nyquist/rawwaves/mand4.raw
+%%DATADIR%%/nyquist/rawwaves/mand5.raw
+%%DATADIR%%/nyquist/rawwaves/mand6.raw
+%%DATADIR%%/nyquist/rawwaves/mand7.raw
+%%DATADIR%%/nyquist/rawwaves/mand8.raw
+%%DATADIR%%/nyquist/rawwaves/mand9.raw
+%%DATADIR%%/nyquist/rawwaves/mandpluk.raw
+%%DATADIR%%/nyquist/rawwaves/marmstk1.raw
+%%DATADIR%%/nyquist/rawwaves/sinewave.raw
 %%DATADIR%%/nyquist/sal-parse.lsp
 %%DATADIR%%/nyquist/sal.lsp
 %%DATADIR%%/nyquist/seq.lsp
@@ -35,6 +53,7 @@
 %%DATADIR%%/plug-ins/equalabel.ny
 %%DATADIR%%/plug-ins/highpass.ny
 %%DATADIR%%/plug-ins/lowpass.ny
+%%DATADIR%%/plug-ins/notch.ny
 %%DATADIR%%/plug-ins/pluck.ny
 %%DATADIR%%/plug-ins/rissetdrum.ny
 %%DATADIR%%/plug-ins/tremolo.ny
@@ -48,6 +67,7 @@
 share/icons/hicolor/scalable/apps/audacity.svg
 share/locale/af/LC_MESSAGES/audacity.mo
 share/locale/ar/LC_MESSAGES/audacity.mo
+share/locale/be/LC_MESSAGES/audacity.mo
 share/locale/bg/LC_MESSAGES/audacity.mo
 share/locale/bn/LC_MESSAGES/audacity.mo
 share/locale/bs/LC_MESSAGES/audacity.mo
@@ -99,31 +119,32 @@
 share/pixmaps/audacity16.xpm
 share/pixmaps/audacity32.xpm
 share/pixmaps/gnome-mime-application-x-audacity-project.xpm
- at dirrmtry share/mime/packages
- at dirrmtry share/mime
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/my/LC_MESSAGES
- at dirrmtry share/locale/my
- at dirrmtry share/locale/km/LC_MESSAGES
- at dirrmtry share/locale/km
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/icons/hicolor/scalable/apps
- at dirrmtry share/icons/hicolor/scalable
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor/32x32/apps
- at dirrmtry share/icons/hicolor/32x32
- at dirrmtry share/icons/hicolor/24x24/apps
- at dirrmtry share/icons/hicolor/24x24
- at dirrmtry share/icons/hicolor/22x22/apps
- at dirrmtry share/icons/hicolor/22x22
- at dirrmtry share/icons/hicolor/16x16/apps
- at dirrmtry share/icons/hicolor/16x16
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
+ at dirrm share/mime/packages
+ at dirrm share/mime
+ at dirrm share/locale/oc/LC_MESSAGES
+ at dirrm share/locale/oc
+ at dirrm share/locale/my/LC_MESSAGES
+ at dirrm share/locale/my
+ at dirrm share/locale/km/LC_MESSAGES
+ at dirrm share/locale/km
+ at dirrm share/locale/ca at valencia/LC_MESSAGES
+ at dirrm share/locale/ca at valencia
+ at dirrm share/icons/hicolor/scalable/apps
+ at dirrm share/icons/hicolor/scalable
+ at dirrm share/icons/hicolor/48x48/apps
+ at dirrm share/icons/hicolor/48x48
+ at dirrm share/icons/hicolor/32x32/apps
+ at dirrm share/icons/hicolor/32x32
+ at dirrm share/icons/hicolor/24x24/apps
+ at dirrm share/icons/hicolor/24x24
+ at dirrm share/icons/hicolor/22x22/apps
+ at dirrm share/icons/hicolor/22x22
+ at dirrm share/icons/hicolor/16x16/apps
+ at dirrm share/icons/hicolor/16x16
+ at dirrm share/icons/hicolor
+ at dirrm share/icons
 @dirrm %%DATADIR%%/plug-ins
+ at dirrm %%DATADIR%%/nyquist/rawwaves
 @dirrm %%DATADIR%%/nyquist
 @dirrm share/audacity
 @dirrmtry share/applications


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list