Revision: 104713 https://trac.macports.org/changeset/104713 Author: jeremyhu@macports.org Date: 2013-04-01 01:15:57 -0700 (Mon, 01 Apr 2013) Log Message: ----------- mplayer-devel: Bump to current trunk Modified Paths: -------------- trunk/dports/multimedia/mplayer-devel/Portfile Added Paths: ----------- trunk/dports/multimedia/mplayer-devel/files/configure.vorbis.patch Modified: trunk/dports/multimedia/mplayer-devel/Portfile =================================================================== --- trunk/dports/multimedia/mplayer-devel/Portfile 2013-04-01 07:46:56 UTC (rev 104712) +++ trunk/dports/multimedia/mplayer-devel/Portfile 2013-04-01 08:15:57 UTC (rev 104713) @@ -6,15 +6,14 @@ PortGroup compiler_blacklist_versions 1.0 name mplayer-devel -version 35203 -revision 3 +version 36126 categories multimedia license GPL-2+ maintainers acho jeremyhu openmaintainer platforms darwin -set dvdnav_ver 1243 -set ffmpeg_ver 1ad63ff14adb652996c4604da59a330cef0d494e +set dvdnav_ver 1256 +set ffmpeg_ver dd17843b8ab3e1357f33069dae9af8e5b4e43d11 description The MPlayer movie player built from SVN. long_description ${description} It plays most MPEG/VOB, AVI, Ogg/OGM, \ @@ -88,7 +87,7 @@ --disable-libschroedinger-lavc --disable-liba52 \ --disable-gif -patchfiles configure.x11.patch +patchfiles configure.x11.patch configure.vorbis.patch post-destroot { xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} Added: trunk/dports/multimedia/mplayer-devel/files/configure.vorbis.patch =================================================================== --- trunk/dports/multimedia/mplayer-devel/files/configure.vorbis.patch (rev 0) +++ trunk/dports/multimedia/mplayer-devel/files/configure.vorbis.patch 2013-04-01 08:15:57 UTC (rev 104713) @@ -0,0 +1,12 @@ +--- configure.orig 2013-04-01 00:55:08.000000000 -0700 ++++ configure 2013-04-01 01:08:51.000000000 -0700 +@@ -6415,6 +6415,9 @@ if test "$_tremor" = auto; then + _tremor=no + statement_check tremor/ivorbiscodec.h 'vorbis_synthesis(0, 0)' -logg -lvorbisidec && _tremor=yes && _libvorbis=no + fi ++if test "$_libvorbis" = yes; then ++ vorbislibs=$($_pkg_config --libs vorbisenc) ++fi + if test "$_libvorbis" = auto; then + _libvorbis=no + for vorbislibs in '-lvorbisenc -lvorbis -logg' '-lvorbis -logg' ; do