[75211] trunk/dports/graphics/darktable/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 17 21:22:55 PST 2011


Revision: 75211
          http://trac.macports.org/changeset/75211
Author:   ryandesign at macports.org
Date:     2011-01-17 21:22:46 -0800 (Mon, 17 Jan 2011)
Log Message:
-----------
darktable: add gtk-engines2 dependency; add gcc44 and gcc45 variants; see #27995

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

Modified: trunk/dports/graphics/darktable/Portfile
===================================================================
--- trunk/dports/graphics/darktable/Portfile	2011-01-18 04:33:55 UTC (rev 75210)
+++ trunk/dports/graphics/darktable/Portfile	2011-01-18 05:22:46 UTC (rev 75211)
@@ -5,7 +5,7 @@
 
 name                darktable
 version             0.7.1
-revision            1
+revision            2
 categories          graphics
 platforms           darwin
 maintainers         gmail.com:julians37
@@ -33,6 +33,7 @@
                     port:gconf \
                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:gtk2 \
+                    port:gtk-engines2 \
                     port:jpeg \
                     port:lcms \
                     port:lensfun \
@@ -47,5 +48,15 @@
 
 patchfiles          patch-src-common-exif.cc.diff
 
+variant gcc44 conflicts gcc45 description {Build with GCC 4.4} {
+    depends_lib-append  port:gcc44
+    configure.compiler  macports-gcc-4.4
+}
+
+variant gcc45 conflicts gcc44 description {Build with GCC 4.5} {
+    depends_lib-append  port:gcc45
+    configure.compiler  macports-gcc-4.5
+}
+
 livecheck.url       http://sourceforge.net/api/file/index/project-id/258690/rss
 livecheck.regex     {darktable-([0-9.]+?).tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110117/fc1f6947/attachment.html>


More information about the macports-changes mailing list