[40651] trunk/dports/graphics/gegl/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Thu Oct 9 15:16:45 PDT 2008
Revision: 40651
http://trac.macports.org/changeset/40651
Author: macsforever2000 at macports.org
Date: 2008-10-09 15:16:45 -0700 (Thu, 09 Oct 2008)
Log Message:
-----------
Maintainer update. Updated to version 0.0.20. Moved html docs to variant html_docs. (#16796)
Modified Paths:
--------------
trunk/dports/graphics/gegl/Portfile
Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile 2008-10-09 21:54:20 UTC (rev 40650)
+++ trunk/dports/graphics/gegl/Portfile 2008-10-09 22:16:45 UTC (rev 40651)
@@ -4,13 +4,13 @@
PortSystem 1.0
name gegl
-version 0.0.18
+version 0.0.20
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}/
+master_sites ftp://ftp.gimp.org/pub/${name}/${branch}/
use_bzip2 yes
description \
@@ -21,9 +21,9 @@
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
+checksums md5 2e1f97ec8abd9a4a21f458b43799bff2 \
+ sha1 37be399b58d50a87134f2dfad389a476e1155874 \
+ rmd160 b4bc7169eafa4fea512f1190f1ad835d688c4080
depends_build \
port:pkgconfig
@@ -36,16 +36,22 @@
port:librsvg \
port:libsdl \
port:graphviz \
- port:ffmpeg \
- port:asciidoc
+ port:ffmpeg
configure.args-append --disable-docs
-variant doc description {Build docs with gtk-doc} {
+variant gtk_doc description {Build docs with gtk-doc} {
depends_build-append port:gtk-doc
configure.args-append --enable-gtk-doc
}
+variant html_doc description {Build html docs with enscript and asciidoc} {
+ depends_build-append port:asciidoc
+ configure.args-delete --disable-docs
+ configure.args-append --enable-docs
+}
+
+
variant workshop description {Enable build of workshop operations} {
configure.args-append --enable-workshop
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081009/dd6b512a/attachment.html
More information about the macports-changes
mailing list