FreeBSD Bugzilla – Attachment 160275 Details for
Bug 202605
audio/audacity: convert SSE to option helpers and PORTMIXER to target helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
option_helpers.diff (text/plain), 2.04 KB, created by
Jan Beich
on 2015-08-24 00:44:29 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-08-24 00:44:29 UTC
Size:
2.04 KB
patch
obsolete
>Index: audio/audacity/Makefile >=================================================================== >--- audio/audacity/Makefile (revision 395021) >+++ audio/audacity/Makefile (working copy) >@@ -33,6 +33,10 @@ OPTIONS_SINGLE= SAMPLERATED > OPTIONS_SINGLE_SAMPLERATED= SAMPLERATE #SOXR > OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG LADSPA MAD MIDI NYQUIST \ > PORTMIXER SBSMS SOUNDTOUCH SAMPLERATE TWOLAME VAMP VORBIS VST >+OPTIONS_DEFINE_amd64= SSE >+OPTIONS_DEFINE_i386= SSE >+OPTIONS_DEFAULT_amd64= SSE >+OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MSSE} > > DEBUG_DESC= Enable debug support > LAME_DESC= Use lame for import and export support >@@ -54,11 +58,6 @@ CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" > > CONFIGURE_ARGS+= --with-lib-preference="local system" \ > --enable-portaudio --enable-unicode >-.if ${MACHINE_CPU:Msse} >-CONFIGURE_ARGS+= --enable-sse >-.else >-CONFIGURE_ARGS+= --disable-sse >-.endif > > DEBUG_CONFIGURE_WITH= debug > >@@ -103,6 +102,8 @@ SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:${PORTSDI > #SOXR_CONFIGURE_WITH= libsoxr > #SOXR_BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake > >+SSE_CONFIGURE_ENABLE= sse >+ > TWOLAME_CONFIGURE_WITH= libtwolame > TWOLAME_LIB_DEPENDS= libtwolame.so:${PORTSDIR}/audio/twolame > >@@ -113,8 +114,6 @@ VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio > > VST_CONFIGURE_ENABLE= vst > >-.include <bsd.port.pre.mk> >- > LDFLAGS+= -lpthread -L${LOCALBASE}/lib > CPPFLAGS+= -I${WRKSRC}/lib-src/portsmf > CXXFLAGS+= -I${WRKSRC}/lib-src/portsmf >@@ -123,13 +122,13 @@ CFLAGS+= -I${WRKSRC}/lib-src/portsmf \ > -I${WRKSRC}/lib-src/lame -I${LOCALBASE}/include > > post-patch: >-.if ! ${PORT_OPTIONS:MPORTMIXER} >- @${REINPLACE_CMD} -e 's/ portmixer / /' ${WRKSRC}/lib-src/Makefile.in >-.endif > @${REINPLACE_CMD} -e 's|inline void|static inline void|' ${WRKSRC}/lib-src/libnyquist/nyquist/ffts/src/fftlib.c > >+post-patch-PORTMIXER-off: >+ @${REINPLACE_CMD} -e 's/ portmixer / /' ${WRKSRC}/lib-src/Makefile.in >+ > post-install: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
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 202605
: 160275 |
160279
|
160280