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

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Dec 12 15:26:51 PST 2012


Revision: 100461
          https://trac.macports.org/changeset/100461
Author:   macsforever2000 at macports.org
Date:     2012-12-12 15:26:50 -0800 (Wed, 12 Dec 2012)
Log Message:
-----------
gdk-pixbuf2: Add default x11 variant and fix dependencies. (#37282)

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

Modified: trunk/dports/graphics/gdk-pixbuf2/Portfile
===================================================================
--- trunk/dports/graphics/gdk-pixbuf2/Portfile	2012-12-12 23:17:02 UTC (rev 100460)
+++ trunk/dports/graphics/gdk-pixbuf2/Portfile	2012-12-12 23:26:50 UTC (rev 100461)
@@ -7,6 +7,7 @@
 set my_name                 gdk-pixbuf
 epoch                       2
 version                     2.26.5
+revision                    1
 license                     LGPL
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  graphics
@@ -30,6 +31,7 @@
 depends_build               port:pkgconfig
 
 depends_lib                 path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                            port:libffi \
                             port:libpng \
                             port:jasper \
                             port:tiff \
@@ -53,6 +55,13 @@
         system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
 }
 
+variant x11 {
+    depends_lib-append      port:xorg-libX11
+    configure.args-append   --with-x11
+}
+
+default_variants            +x11
+
 livecheck.type              regex
 livecheck.url               http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
 livecheck.regex             {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121212/9309ba0c/attachment.html>


More information about the macports-changes mailing list