[116738] trunk/dports/graphics/cogl/Portfile

g5pw at macports.org g5pw at macports.org
Wed Feb 5 11:56:38 PST 2014


Revision: 116738
          https://trac.macports.org/changeset/116738
Author:   g5pw at macports.org
Date:     2014-02-05 11:56:38 -0800 (Wed, 05 Feb 2014)
Log Message:
-----------
graphics/cogl:
  add gstreamer variant to use cogl-gst (required for clutter-gst)

Modified Paths:
--------------
    trunk/dports/graphics/cogl/Portfile

Modified: trunk/dports/graphics/cogl/Portfile
===================================================================
--- trunk/dports/graphics/cogl/Portfile	2014-02-05 19:50:33 UTC (rev 116737)
+++ trunk/dports/graphics/cogl/Portfile	2014-02-05 19:56:38 UTC (rev 116738)
@@ -101,6 +101,12 @@
     configure.args-append --enable-examples-install=yes
 }
 
+variant gstreamer description {Enable GStreamer support} {
+    configure.args-append --enable-cogl-gst
+
+    depends_lib-append    port:gstreamer1
+}
+
 if {![variant_isset quartz]} {
     default_variants +x11
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140205/8d35dccf/attachment.html>


More information about the macports-changes mailing list