[104799] trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile
Revision: 104799 https://trac.macports.org/changeset/104799 Author: devans@macports.org Date: 2013-04-02 14:18:03 -0700 (Tue, 02 Apr 2013) Log Message: ----------- gstreamer010-gst-plugins-bad: correctly install provided GSettings schemas. Modified Paths: -------------- trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile Modified: trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile =================================================================== --- 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
participants (1)
-
devans@macports.org