Modified: trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile (104798 => 104799)
--- trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile 2013-04-02 21:16:14 UTC (rev 104798)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile 2013-04-02 21:18:03 UTC (rev 104799)
@@ -9,7 +9,7 @@
name gstreamer010-gst-plugins-bad
set my_name gst-plugins-bad
version 0.10.23
-revision 1
+revision 2
description A set of plug-ins for GStreamer that need more quality.
long_description \
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
@@ -69,6 +69,7 @@
--disable-jack \
--disable-sdltest \
--disable-opencv \
+ --disable-schemas-compile \
--enable-experimental \
--enable-static
@@ -123,4 +124,8 @@
--build=${build_arch}-apple-${os.platform}${os.major}
}
+post-activate {
+ system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+}
+
livecheck.type none