[76928] trunk/dports/multimedia/MPlayer/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Mar 13 15:14:15 PDT 2011


Revision: 76928
          http://trac.macports.org/changeset/76928
Author:   jeremyhu at macports.org
Date:     2011-03-13 15:14:15 -0700 (Sun, 13 Mar 2011)
Log Message:
-----------
mplayer: Remove unrecognized configure options for +glx and accept speex or speex-devel for +speex

Modified Paths:
--------------
    trunk/dports/multimedia/MPlayer/Portfile

Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile	2011-03-13 21:24:19 UTC (rev 76927)
+++ trunk/dports/multimedia/MPlayer/Portfile	2011-03-13 22:14:15 UTC (rev 76928)
@@ -180,7 +180,7 @@
 
 variant speex \
     description {Enable Speex playback} {
-    depends_lib-append      port:speex-devel
+    depends_lib-append      path:lib/libspeex.dylib:speex
     configure.args-delete   --disable-speex
 }
 
@@ -243,8 +243,8 @@
 
 variant glx requires x11 description {Enable glx output support.  Due to a bug in Mplayer's build system, this disables Mac OS X-specific features} {
     depends_lib-append      port:mesa
-    configure.args-delete   --disable-gl --enable-macosx --enable-macosx-finder-support --enable-macosx-bundle --enable-qtx
-    configure.args-append   --enable-gl --disable-macosx
+    configure.args-delete   --disable-gl --enable-qtx
+    configure.args-append   --enable-gl
 }
 
 platform darwin {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110313/a9fc7d1b/attachment.html>


More information about the macports-changes mailing list