[95234] trunk/dports/graphics/gdk-pixbuf2/Portfile

cal at macports.org cal at macports.org
Sat Jul 7 06:17:17 PDT 2012


Revision: 95234
          https://trac.macports.org/changeset/95234
Author:   cal at macports.org
Date:     2012-07-07 06:17:17 -0700 (Sat, 07 Jul 2012)
Log Message:
-----------
gdk-pixbuf2: enable introspection, openmaintainer, #33877

Modified Paths:
--------------
    trunk/dports/graphics/gdk-pixbuf2/Portfile

Modified: trunk/dports/graphics/gdk-pixbuf2/Portfile
===================================================================
--- trunk/dports/graphics/gdk-pixbuf2/Portfile	2012-07-07 13:11:43 UTC (rev 95233)
+++ trunk/dports/graphics/gdk-pixbuf2/Portfile	2012-07-07 13:17:17 UTC (rev 95234)
@@ -7,7 +7,7 @@
 set my_name                 gdk-pixbuf
 epoch                       2
 version                     2.26.1
-revision                    1
+revision                    2
 license                     LGPL
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  graphics
@@ -33,7 +33,8 @@
 depends_lib                 path:lib/pkgconfig/glib-2.0.pc:glib2 \
                             port:libpng \
                             port:jasper \
-                            port:tiff
+                            port:tiff \
+                            port:gobject-introspection
 
 pre-activate {
     if { [file exists ${prefix}/lib/pkgconfig/gdk-pixbuf-2.0.pc]
@@ -49,8 +50,11 @@
 }
 
 configure.args              --with-libjasper \
-                            --enable-introspection=no
+                            --enable-introspection=yes
 
+# gobject-introspection uses $CC from env
+build.env-append            CC='${configure.cc}'
+
 test.run                    yes
 test.target                 check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120707/ece22304/attachment-0001.html>


More information about the macports-changes mailing list