[40585] trunk/dports/graphics

simon at macports.org simon at macports.org
Tue Oct 7 14:33:45 PDT 2008


Revision: 40585
          http://trac.macports.org/changeset/40585
Author:   simon at macports.org
Date:     2008-10-07 14:33:45 -0700 (Tue, 07 Oct 2008)
Log Message:
-----------
graphics/gegl: New port, an image processing framework. Closes #16730, thanks to db.evans at gmail.com.

Added Paths:
-----------
    trunk/dports/graphics/gegl/
    trunk/dports/graphics/gegl/Portfile

Added: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile	                        (rev 0)
+++ trunk/dports/graphics/gegl/Portfile	2008-10-07 21:33:45 UTC (rev 40585)
@@ -0,0 +1,51 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            gegl
+version         0.0.18
+set branch      [join [lrange [split ${version} .] 0 1] .]
+categories      graphics
+maintainers     gmail.com:dbevans
+platforms       darwin
+homepage        http://gegl.org/
+master_sites    ftp://ftp.gimp.org/pub/gegl/${branch}/
+use_bzip2       yes
+
+description \
+    GEGL is a graph based image processing framework.
+
+long_description \
+    GEGL is a graph based image processing framework offering image processing and \
+    compositing on large images. GEGL is suitable for projects ranging from small \
+    one-off projects to interactive applications.
+
+checksums        md5     e458409440a7b51f446df321c3657e4d \
+                 sha1    f8113ad33161337eb107ad84c0ac968dca1d02d2 \
+                 rmd160  baff271141c0a569c98537b3d727b1a3564cdebb
+
+depends_build \
+    port:pkgconfig
+
+depends_lib \
+    port:babl \
+    port:gtk2 \
+    port:lua \
+    port:openexr \
+    port:librsvg \
+    port:libsdl \
+    port:graphviz \
+    port:ffmpeg \
+    port:asciidoc
+
+configure.args-append  --disable-docs
+
+variant doc description {Build docs with gtk-doc}  {
+    depends_build-append port:gtk-doc
+    configure.args-append  --enable-gtk-doc
+}
+
+variant workshop description {Enable build of workshop operations} {
+    configure.args-append --enable-workshop
+}


Property changes on: trunk/dports/graphics/gegl/Portfile
___________________________________________________________________
Added: svn:keyword
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081007/c5eb5659/attachment.html 


More information about the macports-changes mailing list