FreeBSD Bugzilla – Attachment 168034 Details for
Bug 207892
audio/audacity: build failure after r410194
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for audio/audacity
patch-audacity-alsa.diff (text/plain), 3.35 KB, created by
Tatsuki Makino
on 2016-03-12 05:42:48 UTC
(
hide
)
Description:
patch for audio/audacity
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2016-03-12 05:42:48 UTC
Size:
3.35 KB
patch
obsolete
>Index: audio/audacity/Makefile >=================================================================== >--- audio/audacity/Makefile (revision 410194) >+++ audio/audacity/Makefile (working copy) >@@ -37,9 +37,9 @@ > DOS2UNIX_GLOB= Makefile.* *.c* *.h > SHEBANG_FILES= lib-src/lv2/build > >-OPTIONS_DEFINE= NLS DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 MAD \ >- SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST >-OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ >+OPTIONS_DEFINE= NLS DEBUG DOCS ALSA DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ >+ MAD SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST >+OPTIONS_DEFAULT= ALSA FLAC ID3TAG LADSPA MAD \ > SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST > > OPTIONS_DEFINE_amd64= SSE >@@ -80,6 +80,13 @@ > DOCS_BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \ > docbook2man:${PORTSDIR}/textproc/docbook-utils > >+ALSA_CONFIGURE_OFF= --disable-alsa >+ALSA_CONFIGURE_WITH= alsa >+ALSA_CFLAGS= -I${LOCALBASE}/include >+ALSA_CXXFLAGS= -I${LOCALBASE}/include >+ALSA_LDFLAGS= -L${LOCALBASE}/lib >+ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib >+ > DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libavcodec.pc:${PORTSDIR}/multimedia/ffmpeg > DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/include/lame/lame.h:${PORTSDIR}/audio/lame > DYNLOAD_CONFIGURE_ENABLE= dynamic-loading >Index: audio/audacity/files/patch-lib-src_libnyquist_nyquist_nyqsrc_sound.h >=================================================================== >--- audio/audacity/files/patch-lib-src_libnyquist_nyquist_nyqsrc_sound.h (nonexistent) >+++ audio/audacity/files/patch-lib-src_libnyquist_nyquist_nyqsrc_sound.h (working copy) >@@ -0,0 +1,11 @@ >+--- lib-src/libnyquist/nyquist/nyqsrc/sound.h.orig 2016-01-08 22:05:48 UTC >++++ lib-src/libnyquist/nyquist/nyqsrc/sound.h >+@@ -459,7 +459,7 @@ double step_to_hz(double); >+ >+ #ifdef WIN32 >+ double log2(double x); >+-#endif WIN32 >++#endif /*WIN32*/ >+ >+ /* macros for access to samples within a suspension */ >+ /* NOTE: assume suspension structure is named "susp" */ >Index: audio/audacity/files/patch-lib-src_portmixer_src_px__linux__alsa.c >=================================================================== >--- audio/audacity/files/patch-lib-src_portmixer_src_px__linux__alsa.c (nonexistent) >+++ audio/audacity/files/patch-lib-src_portmixer_src_px__linux__alsa.c (working copy) >@@ -0,0 +1,10 @@ >+--- lib-src/portmixer/src/px_linux_alsa.c.orig 2016-01-08 22:05:48 UTC >++++ lib-src/portmixer/src/px_linux_alsa.c >+@@ -42,6 +42,7 @@ >+ >+ #include "portaudio.h" >+ #include "pa_unix_oss.h" >++#include <pa_linux_alsa.h> >+ >+ #include "portmixer.h" >+ #include "px_mixer.h" >Index: audio/audacity/files/patch-src_BatchCommands.cpp >=================================================================== >--- audio/audacity/files/patch-src_BatchCommands.cpp (nonexistent) >+++ audio/audacity/files/patch-src_BatchCommands.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/BatchCommands.cpp.orig 2016-01-08 22:05:48 UTC >++++ src/BatchCommands.cpp >+@@ -151,7 +151,7 @@ bool BatchCommands::ReadChain(const wxSt >+ else if (cmd == wxT("ExportWav")) >+ cmd = wxT("ExportWAV"); >+ else if (cmd == wxT("Compressor") && (parm.find(wxT("DecayTime")) != parm.npos)) >+- parm.Replace(wxT("DecayTime"), wxT("ReleaseTime"), NULL); // 2.0.6 >++ parm.Replace(wxT("DecayTime"), wxT("ReleaseTime"), false); // 2.0.6 >+ >+ // Add to lists >+ mCommandChain.Add(cmd);
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
Flags:
xxjack12xx
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207892
:
167980
|
167981
|
167982
|
167986
|
167996
| 168034 |
168035
|
168277
|
168282
|
168364