Modified: trunk/dports/gnome/totem/Portfile (73970 => 73971)
--- 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"]
}