[Lunar-commits] <moonbase> gegl: version bumped to 0.1.8.

Florin Braescu florin at lunar-linux.org
Tue Jan 3 16:08:11 CET 2012


commit 7fe471a194dbf34f844af6cf67778d6c7d4d1413
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 3 16:08:11 2012 +0100

    gegl: version bumped to 0.1.8.
---
 graphics/gegl/BUILD   |    3 ++-
 graphics/gegl/DETAILS |   11 +++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/graphics/gegl/BUILD b/graphics/gegl/BUILD
index 95755f0..0902d40 100644
--- a/graphics/gegl/BUILD
+++ b/graphics/gegl/BUILD
@@ -8,7 +8,8 @@
           operations/external/ff-load.c ;
   fi &&
 
-  OPTS+=" --disable-docs"
+# vala support is broken in 0.1.8 version
+  OPTS+=" --disable-docs --without-vala "  &&
 
   default_build
 
diff --git a/graphics/gegl/DETAILS b/graphics/gegl/DETAILS
index 5612dab..0bda878 100644
--- a/graphics/gegl/DETAILS
+++ b/graphics/gegl/DETAILS
@@ -1,19 +1,18 @@
           MODULE=gegl
            MAJOR=0.1
-         VERSION=${MAJOR}.6
-          SOURCE=${MODULE}-${VERSION}.tar.bz2
+         VERSION=$MAJOR.8
+          SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gegl/$MAJOR
    SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gegl/$MAJOR
-      SOURCE_VFY=sha1:27bedcfd077da7a6913b82966dbec904b22c121d
-        WEB_SITE="http://gegl.org/"
+      SOURCE_VFY=sha1:3d4d902580f5c5122b01b5188b6b5da03089ecac
+        WEB_SITE=http://gegl.org
          ENTERED=20081016
-         UPDATED=20110215
+         UPDATED=20120103
            SHORT="Generic Graphics Library"
 
 cat << EOF
 GEGL (Generic Graphics Library) is a graph based image processing
 framework.
-
 GEGL provides infrastructure to do demand based cached non destructive
 image editing on larger than RAM buffers. Through babl it provides
 support for a wide range of color models and pixel storage formats


More information about the Lunar-commits mailing list