[Lunar-commits] <moonbase> gegl: Version bump, and disabling docs. Causes make to barf.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Sep 9 11:16:35 CEST 2009


commit 262b01d7a7652a254735c26127930c99cef595e2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Sep 9 05:16:35 2009 -0400

    gegl: Version bump, and disabling docs. Causes make to barf.
---
 graphics/gegl/BUILD   |    2 ++
 graphics/gegl/DETAILS |   14 ++++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/graphics/gegl/BUILD b/graphics/gegl/BUILD
index e237788..95755f0 100644
--- a/graphics/gegl/BUILD
+++ b/graphics/gegl/BUILD
@@ -8,6 +8,8 @@
           operations/external/ff-load.c ;
   fi &&
 
+  OPTS+=" --disable-docs"
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/graphics/gegl/DETAILS b/graphics/gegl/DETAILS
index 4519c1d..ae8b810 100644
--- a/graphics/gegl/DETAILS
+++ b/graphics/gegl/DETAILS
@@ -1,14 +1,16 @@
           MODULE=gegl
-         VERSION=0.0.22
+           MAJOR=0.1
+         VERSION=${MAJOR}.0
           SOURCE=${MODULE}-${VERSION}.tar.bz2
-   SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/0.0/
-   SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/0.0/
-      SOURCE_VFY=sha1:de684d4c8d9eaa9b7e283c55c5f779e5bdabee78
+   SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/$MAJOR/
+   SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/$MAJOR/
+      SOURCE_VFY=sha1:ede1789ce318b9afe4ec7dcb42c1065b4f278b64
         WEB_SITE="http://gegl.org/"
          ENTERED=20081016
-         UPDATED=20090419
+         UPDATED=20090909
            SHORT="Generic Graphics Library"
-cat <<EOF
+
+cat << EOF
 GEGL (Generic Graphics Library) is a graph based image processing
 framework.
 


More information about the Lunar-commits mailing list