[114746] trunk/dports/graphics/clutter-gst/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 14 11:53:34 PST 2013


Revision: 114746
          https://trac.macports.org/changeset/114746
Author:   jeremyhu at macports.org
Date:     2013-12-14 11:53:34 -0800 (Sat, 14 Dec 2013)
Log Message:
-----------
clutter-gst: Revbump and force gstreamer1-gst-plugins-bad to build before us

Modified Paths:
--------------
    trunk/dports/graphics/clutter-gst/Portfile

Modified: trunk/dports/graphics/clutter-gst/Portfile
===================================================================
--- trunk/dports/graphics/clutter-gst/Portfile	2013-12-14 19:47:20 UTC (rev 114745)
+++ trunk/dports/graphics/clutter-gst/Portfile	2013-12-14 19:53:34 UTC (rev 114746)
@@ -5,7 +5,7 @@
 
 name            clutter-gst
 version         2.0.8
-revision        3
+revision        4
 license         LGPL-2.1+
 set branch      [string range $version 0 [expr [string last "." $version] - 1]]
 categories      graphics
@@ -23,8 +23,15 @@
 checksums       rmd160  8618558439f0880efb09b27744a6bf5c0d2a2e1a \
                 sha256  cee6b0667c74a54fdf43f0ec7c1dc8ff0ffd1c594e0d43529de45048f8080a4d
 
+# Note that gstreamer1-gst-plugins-bad is in depends_build to ensure it is updated
+# before this port.  Older versions produce libgstbasevideo-1.0.0.dylib which cause
+# this port to build differently.
+#
+# TODO: Disable building with libgstbasevideo-1.0.0.dylib support even when present.
+
 depends_build \
-    port:pkgconfig
+    port:pkgconfig \
+    port:gstreamer1-gst-plugins-bad
 
 depends_lib \
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131214/f390a250/attachment-0001.html>


More information about the macports-changes mailing list