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

jeremyhu at macports.org jeremyhu at macports.org
Tue Nov 30 07:53:28 PST 2010


Revision: 73971
          http://trac.macports.org/changeset/73971
Author:   jeremyhu at macports.org
Date:     2010-11-30 07:53:24 -0800 (Tue, 30 Nov 2010)
Log Message:
-----------
totem: Revision bump to build universal

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

Modified: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile	2010-11-30 15:47:08 UTC (rev 73970)
+++ trunk/dports/gnome/totem/Portfile	2010-11-30 15:53:24 UTC (rev 73971)
@@ -5,7 +5,7 @@
 
 name            totem
 version         2.30.2
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome
 maintainers     devans openmaintainer
@@ -47,13 +47,18 @@
                 port:xorg-libXtst \
                 port:xorg-libXxf86vm \
                 port:py26-gtk \
+                port:gst-plugins-base \
+                port:nautilus
+
+depends_run     port:gnome-settings-daemon \
                 port:gst-plugins-good \
                 port:gst-plugins-bad \
-                port:gst-plugins-ugly \
-                port:gst-ffmpeg \
-                port:nautilus
+                port:gst-plugins-ugly
 
-depends_run     port:gnome-settings-daemon
+# gst-ffmpeg provides optional decoders, but it is not +universal
+if {! [variant_isset universal]} {
+	depends_run-append port:gst-ffmpeg
+}
 
 configure.args  --with-plugins="thumbnail ontop gromit media-player-keys properties sidebar-test skipto youtube pythonconsole dbus-service" \
                 --disable-static \
@@ -76,14 +81,6 @@
     reinplace "s:libdbus-glib-1.so.2:${prefix}/lib/libdbus-glib-1.2.dylib:" ${worksrcpath}/browser-plugin/totemPluginGlue.cpp
 }
 
-#
-# gst-plugins-good is not universal
-# gst-plugins-bad  is not universal
-# gst-plugins-ugly is not universal
-#
-
-universal_variant no
-
 post-destroot {
     eval delete [glob "${destroot}${prefix}/lib/nsplugins/*.la"]
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101130/58a87ef1/attachment.html>


More information about the macports-changes mailing list