[142574] trunk/dports/graphics/gegl-devel/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 06:20:03 PST 2015


Revision: 142574
          https://trac.macports.org/changeset/142574
Author:   devans at macports.org
Date:     2015-11-15 18:27:36 -0800 (Sun, 15 Nov 2015)
Log Message:
-----------
gegl-devel: update to git master as of 20151114, lensfun is only used by workshop module lens-correct, add +x11 +quartz variants to match gegl.

Modified Paths:
--------------
    trunk/dports/graphics/gegl-devel/Portfile

Modified: trunk/dports/graphics/gegl-devel/Portfile
===================================================================
--- trunk/dports/graphics/gegl-devel/Portfile	2015-11-16 01:56:17 UTC (rev 142573)
+++ trunk/dports/graphics/gegl-devel/Portfile	2015-11-16 02:27:36 UTC (rev 142574)
@@ -9,8 +9,8 @@
 name                gegl-devel
 conflicts           gegl
 set git_name        gegl
-set git_commit      d54c292d3e12a51e81e6972e532b89dea440ae28
-set git_date        20150630
+set git_commit      a7a6379ae650f16ea1385cbca3ea96b74257f637
+set git_date        20151114
 version             0.3.1-${git_date}
 license             {GPL-3+ LGPL-3+}
 categories          graphics
@@ -29,8 +29,8 @@
 
 distname            ${git_name}-${git_commit}
 
-checksums           rmd160  0eba81d7ce6d9c299b68b916139ffb393062440e \
-                    sha256  125a67b251f758426b12bf0c267b542b051aa86c96aad8d47b698f77bd7d1d30
+checksums           rmd160  bf5733b859cc635fdd4b88ba7a89c6b498dbeb6f \
+                    sha256  272b53d7b5f171b51855a7cd3eeec58d969175579e1fb3582eade02497f43c8f
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -53,7 +53,6 @@
                     port:libsdl \
                     path:lib/libavcodec.dylib:ffmpeg \
                     port:libspiro \
-                    port:lensfun \
                     port:vala
 
 patchfiles          patch-configure.ac.diff \
@@ -105,7 +104,21 @@
 }
 
 variant workshop description {Enable build of workshop operations} {
+    depends_lib-append port:lensfun
     configure.args-append --enable-workshop
 }
 
+#
+# the following dummy variants are used
+# to identify this port's binary dependencies
+# inherited from libsdl and librsvg
+#
+
+variant x11 conflicts quartz {}
+variant quartz conflicts x11 {}
+
+if {![variant_isset quartz]} {
+    default_variants +x11
+}
+
 livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/071e4a44/attachment.html>


More information about the macports-changes mailing list