FreeBSD Bugzilla – Attachment 137705 Details for
Bug 183364
[patch] audio/sdl2_mixer fix staging; add mp3 playback support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.70 KB, created by
Vladimir Kondratiev
on 2013-10-27 13:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Vladimir Kondratiev
Created:
2013-10-27 13:50:00 UTC
Size:
1.70 KB
patch
obsolete
>Index: sdl2_mixer/Makefile >=================================================================== >--- sdl2_mixer/Makefile (revision 331750) >+++ sdl2_mixer/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= sdl2_mixer > PORTVERSION= 2.0.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= audio > MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ > DISTNAME= SDL2_mixer-${PORTVERSION} >@@ -19,8 +19,8 @@ > CPPFLAGS+= -I${LOCALBASE}/include > USE_LDCONFIG= yes > >-OPTIONS_DEFINE= FLUIDSYNTH FLAC VORBIS >-OPTIONS_DEFAULT= FLUIDSYNTH MODPLUG FLAC VORBIS >+OPTIONS_DEFINE= FLUIDSYNTH SMPEG FLAC VORBIS >+OPTIONS_DEFAULT= FLUIDSYNTH MODPLUG SMPEG FLAC VORBIS > OPTIONS_RADIO= MOD > OPTIONS_RADIO_MOD= MIKMOD MODPLUG > >@@ -27,6 +27,7 @@ > FLUIDSYNTH_DESC= Enable SoundFont2 Midi support via fluidsynth > MIKMOD_DESC= Enable MOD music via libMikMod > MODPLUG_DESC= Enable MOD music via libModPlug >+SMPEG_DESC= Enable MP3 music via SMPEG2 > FLAC_DESC= Enable FLAC encoding support via flac > VORBIS_DESC= Enable Ogg Vorbis music > >@@ -36,6 +37,10 @@ > MODPLUG_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug > MODPLUG_CONFIGURE_ENABLE= music-mod-modplug > >+SMPEG_LIB_DEPENDS= libsmpeg2.so:${PORTSDIR}/multimedia/smpeg2 >+SMPEG_CONFIGURE_ON= --enable-music-mp3 --enable-music-mp3-smpeg >+SMPEG_CONFIGURE_OFF= --disable-music-mp3 --disable-music-mp3-smpeg >+ > FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac > FLAC_CONFIGURE_ENABLE= music-flac > >@@ -47,7 +52,7 @@ > VORBIS_CONFIGURE_ENABLE= music-ogg > > post-patch: >- @${REINPLACE_CMD} -e 's|$(prefix)/libdata/pkgconfig|$(DESTDIR)$(prefix)/libdata/pkgconfig|' \ >+ @${REINPLACE_CMD} -e 's|\($$(prefix)/libdata/pkgconfig\)|$$(DESTDIR)\1|' \ > ${WRKSRC}/Makefile.in > > .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 183364
: 137705