FreeBSD Bugzilla – Attachment 155076 Details for
Bug 199080
[maintainer-update] audio/audacity to 2.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update audacity to 2.1.0
audacity.txt (text/plain), 6.74 KB, created by
Jack
on 2015-04-01 06:57:24 UTC
(
hide
)
Description:
Patch to update audacity to 2.1.0
Filename:
MIME Type:
Creator:
Jack
Created:
2015-04-01 06:57:24 UTC
Size:
6.74 KB
patch
obsolete
>diff -urN audacity/Makefile audacity-new/Makefile >--- audacity/Makefile 2015-03-31 22:28:07.000000000 -0700 >+++ audacity-new/Makefile 2015-03-31 23:47:19.000000000 -0700 >@@ -2,8 +2,8 @@ > # $FreeBSD: head/audio/audacity/Makefile 382272 2015-03-25 21:37:39Z marino $ > > PORTNAME= audacity >-PORTVERSION= 2.0.6 >-PORTREVISION= 2 >+PORTVERSION= 2.1.0 >+PORTREVISION= 0 > CATEGORIES= audio > MASTER_SITES= GOOGLE_CODE \ > SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} >@@ -16,7 +16,7 @@ > > LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile > >-WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} >+WRKSRC= ${WRKDIR}/${PORTNAME}-minsrc-${PORTVERSION} > > GNU_CONFIGURE= yes > USES= desktop-file-utils gettext gmake pkgconfig shared-mime-info \ >@@ -28,11 +28,11 @@ > PORTDOCS= README.txt > > OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI NYQUIST \ >- PORTMIXER SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS >+ PORTMIXER SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST > OPTIONS_SINGLE= SAMPLERATED >-OPTIONS_SINGLE_SAMPLERATED= SAMPLERATE SOXR >+OPTIONS_SINGLE_SAMPLERATED= SAMPLERATE #SOXR > OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG LADSPA MAD MIDI NYQUIST \ >- PORTMIXER SBSMS SOUNDTOUCH SOXR TWOLAME VAMP VORBIS >+ PORTMIXER SBSMS SOUNDTOUCH SAMPLERATE TWOLAME VAMP VORBIS VST > > DEBUG_DESC= Enable debug support > LAME_DESC= Use lame for import and export support >@@ -44,17 +44,17 @@ > PORTMIXER_DESC= Compile with PortMixer support > SBSMS_DESC= Use libsbsms for pitch and tempo changing > SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing >-SOXR_DESC= Use libsoxr for sample rate conversion >+#SOXR_DESC= Use libsoxr for sample rate conversion > TAGLIB_DESC= Use TagLib for metadata support > TWOLAME_DESC= Use libtwolame for MP2 export support > VAMP_DESC= Vamp plug-in support >+VST_DESC= VST plug-in support > > > CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" > > CONFIGURE_ARGS+= --with-lib-preference="local system" \ >- --enable-portaudio --enable-unicode --without-lv2 >- >+ --enable-portaudio --enable-unicode > .if ${MACHINE_CPU:Msse} > CONFIGURE_ARGS+= --enable-sse > .else >@@ -100,8 +100,8 @@ > SOUNDTOUCH_CONFIGURE_WITH= soundtouch > SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:${PORTSDIR}/audio/soundtouch > >-SOXR_CONFIGURE_WITH= libsoxr >-SOXR_BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake >+#SOXR_CONFIGURE_WITH= libsoxr >+#SOXR_BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake > > TWOLAME_CONFIGURE_WITH= libtwolame > TWOLAME_LIB_DEPENDS= libtwolame.so:${PORTSDIR}/audio/twolame >@@ -111,6 +111,8 @@ > VORBIS_CONFIGURE_WITH= libvorbis > VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis > >+VST_CONFIGURE_ENABLE= vst >+ > .include <bsd.port.pre.mk> > > LDFLAGS+= -lpthread -L${LOCALBASE}/lib >diff -urN audacity/distinfo audacity-new/distinfo >--- audacity/distinfo 2015-03-31 22:28:07.000000000 -0700 >+++ audacity-new/distinfo 2015-03-31 21:23:44.000000000 -0700 >@@ -1,2 +1,2 @@ >-SHA256 (audacity-minsrc-2.0.6.tar.xz) = 3080c190e678e0d682961a36c6e990c572dacd6b5ce499e5cec7362e9fa37d7b >-SIZE (audacity-minsrc-2.0.6.tar.xz) = 7380460 >+SHA256 (audacity-minsrc-2.1.0.tar.xz) = b0d98d89b38be233e88af81e1add649732484b6f8feec95dc5977accdde042b3 >+SIZE (audacity-minsrc-2.1.0.tar.xz) = 5104924 >diff -urN audacity/files/patch-lib-src__libvamp__Makefile.in audacity-new/files/patch-lib-src__libvamp__Makefile.in >--- audacity/files/patch-lib-src__libvamp__Makefile.in 2015-03-31 22:28:07.000000000 -0700 >+++ audacity-new/files/patch-lib-src__libvamp__Makefile.in 1969-12-31 16:00:00.000000000 -0800 >@@ -1,10 +0,0 @@ >---- lib-src/libvamp/Makefile.in.orig 2014-09-22 20:38:14 UTC >-+++ lib-src/libvamp/Makefile.in >-@@ -39,6 +39,7 @@ >- # Compile flags >- # >- CC = @CC@ >-+CFLAGS = -I. @CXXFLAGS@ @SNDFILE_CFLAGS@ >- CXX = @CXX@ >- CXXFLAGS = -I. @CXXFLAGS@ @SNDFILE_CFLAGS@ >- >diff -urN audacity/files/patch-src__Makefile.in audacity-new/files/patch-src__Makefile.in >--- audacity/files/patch-src__Makefile.in 2015-03-31 22:28:07.000000000 -0700 >+++ audacity-new/files/patch-src__Makefile.in 2015-03-31 22:29:12.000000000 -0700 >@@ -1,6 +1,6 @@ > --- src/Makefile.in.orig 2014-09-22 20:38:13 UTC > +++ src/Makefile.in >-@@ -1131,8 +1131,7 @@ >+@@ -1055,8 +1055,7 @@ > # /usr/local/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro 'wxCHECK_RET' > # wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") ); > # ^ >diff -urN audacity/files/patch-src_effects_VST_VSTEffect.cpp audacity-new/files/patch-src_effects_VST_VSTEffect.cpp >--- audacity/files/patch-src_effects_VST_VSTEffect.cpp 1969-12-31 16:00:00.000000000 -0800 >+++ audacity-new/files/patch-src_effects_VST_VSTEffect.cpp 2015-03-31 23:06:59.000000000 -0700 >@@ -0,0 +1,11 @@ >+--- VSTEffect.cpp 2015-03-31 23:03:30.000000000 -0700 >++++ /usr/ports/audio/audacity-new/work/audacity-minsrc-2.1.0/src/effects/VST/VSTEffect.cpp 2015-03-01 17:06:58.000000000 -0800 >+@@ -2609,7 +2609,7 @@ >+ // symbols. >+ // >+ // Once we define a proper external API, the flags can be removed. >+- void *lib = dlopen((const char *)wxString(realPath).ToUTF8(), RTLD_NOW | RTLD_LOCAL | RTLD_DEEPBIND); >++ void *lib = dlopen((const char *)wxString(realPath).ToUTF8(), RTLD_NOW | RTLD_LOCAL); >+ if (!lib) >+ { >+ return false; >diff -urN audacity/pkg-plist audacity-new/pkg-plist >--- audacity/pkg-plist 2015-03-31 22:28:07.000000000 -0700 >+++ audacity-new/pkg-plist 2015-03-31 23:48:09.000000000 -0700 >@@ -3,6 +3,14 @@ > share/appdata/audacity.appdata.xml > share/applications/audacity.desktop > %%DATADIR%%/EQDefaultCurves.xml >+%%DATADIR%%/include/audacity/ConfigInterface.h >+%%DATADIR%%/include/audacity/EffectAutomationParameters.h >+%%DATADIR%%/include/audacity/EffectInterface.h >+%%DATADIR%%/include/audacity/IdentInterface.h >+%%DATADIR%%/include/audacity/ImporterInterface.h >+%%DATADIR%%/include/audacity/ModuleInterface.h >+%%DATADIR%%/include/audacity/PluginInterface.h >+%%DATADIR%%/include/audacity/Types.h > %%DATADIR%%/nyquist/bug.lsp > %%DATADIR%%/nyquist/dspprims.lsp > %%DATADIR%%/nyquist/envelopes.lsp >@@ -50,8 +58,7 @@ > %%DATADIR%%/plug-ins/beat.ny > %%DATADIR%%/plug-ins/clicktrack.ny > %%DATADIR%%/plug-ins/clipfix.ny >-%%DATADIR%%/plug-ins/crossfadein.ny >-%%DATADIR%%/plug-ins/crossfadeout.ny >+%%DATADIR%%/plug-ins/crossfadetracks.ny > %%DATADIR%%/plug-ins/delay.ny > %%DATADIR%%/plug-ins/equalabel.ny > %%DATADIR%%/plug-ins/highpass.ny >@@ -64,6 +71,7 @@ > %%DATADIR%%/plug-ins/vocalremover.ny > %%DATADIR%%/plug-ins/vocoder.ny > %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt >+%%PORTDOCS%%%%DOCSDIR%%/README.txt > share/icons/hicolor/16x16/apps/audacity.png > share/icons/hicolor/22x22/apps/audacity.png > share/icons/hicolor/24x24/apps/audacity.png >@@ -94,6 +102,7 @@ > share/locale/hi/LC_MESSAGES/audacity.mo > share/locale/hr/LC_MESSAGES/audacity.mo > share/locale/hu/LC_MESSAGES/audacity.mo >+share/locale/hy/LC_MESSAGES/audacity.mo > share/locale/id/LC_MESSAGES/audacity.mo > share/locale/it/LC_MESSAGES/audacity.mo > share/locale/ja/LC_MESSAGES/audacity.mo
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 199080
:
155076
|
155081