FreeBSD Bugzilla – Attachment 101596 Details for
Bug 141170
Add more configuration options to audio/audacity-devel and clean up patches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.62 KB, created by
xxjack12xx
on 2009-12-04 16:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
xxjack12xx
Created:
2009-12-04 16:40:01 UTC
Size:
3.62 KB
patch
obsolete
>diff -ur audacity-devel/Makefile audacity-new/Makefile >--- audacity-devel/Makefile 2009-12-04 02:00:11.000000000 -0800 >+++ audacity-new/Makefile 2009-12-04 08:17:18.000000000 -0800 >@@ -29,23 +29,29 @@ > USE_GETTEXT= yes > USE_BZIP2= yes > USE_WX= 2.8 >-MAKE_JOBS_SAFE= yes > WX_COMPS= wx >+MAKE_JOBS_SAFE= yes > PORTDOCS= README.txt LICENSE.txt >- > MAN1= audacity.1 > MANCOMPRESSED= yes > >-OPTIONS= VORBIS "Use libvorbis for Ogg Vorbis support" on \ >- MAD "Use libmad for mp2/3 decoding support" on \ >+OPTIONS= DEBUG "enable 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 \ >+ 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 \ > 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 \ > TWOLAME "Use libtwolame for MP2 export support" on \ >- FFMPEG "Use ffmpeg for import and export support" on \ >- MIDI "Use portSMF for Midi support" on >+ UNICODE "enable unicode support" on \ >+ VORBIS "Use libvorbis for Ogg Vorbis support" on \ >+ VAMP "use libvamp for Vamp plug-in support" on > > .include <bsd.port.pre.mk> > >@@ -63,14 +69,12 @@ > MAKE_ENV= DOC=yes > .endif > >-CONFIGURE_ARGS+= --enable-unicode=no >- >-.if defined(WITH_VORBIS) >-CONFIGURE_ARGS+= --with-libvorbis >+.if defined(WITH_DEBUG) >+CONFIGURE_ARGS+= --with-debug > .endif > >-.if defined(WITH_MAD) >-CONFIGURE_ARGS+= --with-libmad >+.if defined(WITH_FFMPEG) >+CONFIGURE_ARGS+= --with-ffmpeg > .endif > > .if defined(WITH_FLAC) >@@ -81,6 +85,26 @@ > CONFIGURE_ARGS+= --with-libid3tag > .endif > >+.if defined(WITH_LADSPA) >+CONFIGURE_ARGS+= --with-ladspa >+.endif >+ >+.if defined(WITH_MAD) >+CONFIGURE_ARGS+= --with-libmad >+.endif >+ >+.if defined(WITH_MIDI) >+CONFIGURE_ARGS+= --with-midi >+.endif >+ >+.if defined(WITH_NYQUIST) >+CONFIGURE_ARGS+= --with-nyquist >+.endif >+ >+.if defined(WITH_PORTMIXER) >+CONFIGURE_ARGS+= --with-portmixer >+.endif >+ > .if defined(WITH_SAMPLERATE) > CONFIGURE_ARGS+= --with-libresample > .endif >@@ -97,12 +121,21 @@ > CONFIGURE_ARGS+= --with-libtwolame > .endif > >-.if defined(WITH_FFMPEG) >-CONFIGURE_ARGS+= --with-ffmpeg >+.if defined(WITH_TAGLIB) >+CONFIGURE_ARGS+= --with-taglib > .endif > >-.if defined(WITH_MIDI) >-CONFIGURE_ARGS+= --with-midi >+.if defined(WITH_UNICODE) >+WX_UNICODE= yes >+CONFIGURE_ARGS+= --enable-unicode >+.endif >+ >+.if defined(WITH_VAMP) >+CONFIGURE_ARGS+= --with-libvamp >+.endif >+ >+.if defined(WITH_VORBIS) >+CONFIGURE_ARGS+= --with-libvorbis > .endif > > .include <bsd.port.post.mk> >diff -ur audacity-devel/files/patch-cext.h audacity-new/files/patch-cext.h >--- audacity-devel/files/patch-cext.h 2009-10-16 05:11:24.000000000 -0700 >+++ audacity-new/files/patch-cext.h 2009-12-04 07:20:02.000000000 -0800 >@@ -1,5 +1,5 @@ > --- lib-src/libnyquist/nyquist/cmt/cext.h 2009-07-15 20:27:36.000000000 -0700 >-+++ lib-src/libnyquist/nyquist/cmt/cext.hcext.h 2009-07-19 00:37:45.000000000 -0700 >++++ lib-src/libnyquist/nyquist/cmt/cext.h 2009-07-19 00:37:45.000000000 -0700 > > @@ -58,7 +58,7 @@ > #include <malloc.h> >diff -ur audacity-devel/files/patch-xlisp.h audacity-new/files/patch-xlisp.h >--- audacity-devel/files/patch-xlisp.h 2009-10-16 05:11:24.000000000 -0700 >+++ audacity-new/files/patch-xlisp.h 2009-12-04 08:23:52.000000000 -0800 >@@ -16,4 +16,3 @@ > /* Apple CC */ > #ifdef __APPLE__ > #define NNODES 2000 >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141170
: 101596