[49398] trunk/dports/gnome/totem/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Apr 8 18:17:03 PDT 2009


Revision: 49398
          http://trac.macports.org/changeset/49398
Author:   jeremyhu at macports.org
Date:     2009-04-08 18:17:03 -0700 (Wed, 08 Apr 2009)
Log Message:
-----------
totem: Added a variant for xine because gstreamer borks

Modified Paths:
--------------
    trunk/dports/gnome/totem/Portfile

Modified: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile	2009-04-09 01:14:04 UTC (rev 49397)
+++ trunk/dports/gnome/totem/Portfile	2009-04-09 01:17:03 UTC (rev 49398)
@@ -46,6 +46,12 @@
 		--enable-complex-plugin \
 		BROWSER_PLUGIN_DIR=${prefix}/lib/nsplugins
 
+variant xine description {Use xine-lib instead of gstreamer} {
+	depends_lib-delete port:gstreamer
+	depends_lib-append port:xine-lib
+	configure.args-append --enable-xine
+}
+
 post-patch {
 	reinplace "s:libdbus-glib-1.so.2:${prefix}/lib/libdbus-glib-1.2.dylib:" ${worksrcpath}/browser-plugin/totemPluginGlue.cpp
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090408/f0e6982f/attachment.html>


More information about the macports-changes mailing list