[114980] trunk/dports/gnome/gstreamer010/Portfile

devans at macports.org devans at macports.org
Thu Dec 19 23:21:18 PST 2013


Revision: 114980
          https://trac.macports.org/changeset/114980
Author:   devans at macports.org
Date:     2013-12-19 23:21:18 -0800 (Thu, 19 Dec 2013)
Log Message:
-----------
add missing dependencies, fixes introspection, Tiger build, #41843.

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer010/Portfile

Modified: trunk/dports/gnome/gstreamer010/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010/Portfile	2013-12-20 06:56:41 UTC (rev 114979)
+++ trunk/dports/gnome/gstreamer010/Portfile	2013-12-20 07:21:18 UTC (rev 114980)
@@ -10,6 +10,7 @@
 name                gstreamer010
 set my_name         gstreamer
 version             0.10.36
+revision            1
 description \
     GStreamer is a library for constructing graphs of media-handling components.
 long_description \
@@ -41,7 +42,8 @@
     port:flex \
     port:gettext \
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    port:libxml2
+    port:libxml2 \
+    port:gobject-introspection
 
 use_bzip2           yes
 
@@ -69,4 +71,14 @@
         --build=${build_arch}-apple-${os.platform}${os.major}
 }
 
+# The rules enabled by gobject-introspection require GNU make 3.81+
+platform darwin 8 {
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
+
 livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131219/e3dd5d5e/attachment-0001.html>


More information about the macports-changes mailing list