[Lunar-commits] <moonbase> LibRaw: Version bump and adjusting the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Apr 29 11:47:32 CEST 2011


commit 24804e9e69be341331e90c7d37f56cd432092225
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Apr 29 05:47:32 2011 -0400

    LibRaw: Version bump and adjusting the BUILD.
---
 graphics/LibRaw/BUILD     |    2 +-
 graphics/LibRaw/DETAILS   |   12 +++++++++---
 graphics/LibRaw/PRE_BUILD |    4 ++++
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/graphics/LibRaw/BUILD b/graphics/LibRaw/BUILD
index 35131ac..903b78f 100644
--- a/graphics/LibRaw/BUILD
+++ b/graphics/LibRaw/BUILD
@@ -2,7 +2,7 @@
 
   sedit 's:CFLAGS=": CFLAGS="-fPIC :' configure &&
 
-  OPTS+=" --disable-static" &&
+  OPTS+=" --disable-static --enable-demosaic-pack-gpl3=LibRaw-demosaic-pack-GPL3-$VERSION --disable-examples" &&
 
   default_build
 
diff --git a/graphics/LibRaw/DETAILS b/graphics/LibRaw/DETAILS
index 93defed..bc66c3b 100644
--- a/graphics/LibRaw/DETAILS
+++ b/graphics/LibRaw/DETAILS
@@ -1,11 +1,17 @@
           MODULE=LibRaw
-         VERSION=0.13.2
+         VERSION=0.13.4
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE1=$MODULE-demosaic-pack-GPL3-$VERSION.tar.gz
+         SOURCE2=$MODULE-demosaic-pack-GPL2-$VERSION.tar.gz
       SOURCE_URL=http://www.libraw.org/data
-      SOURCE_VFY=sha1:a3d0a549aebc372b559ad0611e6abe683b535e7e
+     SOURCE1_URL=http://www.libraw.org/data
+     SOURCE2_URL=http://www.libraw.org/data
+      SOURCE_VFY=sha1:af9bc8dd31aa1773929e46e79f80138cf7793b40
+     SOURCE1_VFY=sha1:fa8bf37ee86e3716d2df6adf5897070604c4f754
+     SOURCE2_VFY=sha1:6ccf52ecaa99b367750a67b0cc41329ffbdc76a0
         WEB_SITE=http://www.libraw.org/
          ENTERED=20100920
-         UPDATED=20110323
+         UPDATED=20110429
            SHORT="library for reading RAW files"
 
 cat << EOF
diff --git a/graphics/LibRaw/PRE_BUILD b/graphics/LibRaw/PRE_BUILD
new file mode 100644
index 0000000..c36bf23
--- /dev/null
+++ b/graphics/LibRaw/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build     &&
+cd $SOURCE_DIRECTORY  &&
+unpack $SOURCE1       &&
+unpack $SOURCE2       


More information about the Lunar-commits mailing list