[Lunar-commits] <moonbase> LibRaw: Version bump and a few adjustments.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Nov 12 18:48:44 CET 2010


commit baa9bcb584fa6b89d153efa392c76c7523d6f273
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Nov 12 12:48:44 2010 -0500

    LibRaw: Version bump and a few adjustments.
---
 graphics/LibRaw/BUILD   |    7 ++++---
 graphics/LibRaw/DEPENDS |    1 +
 graphics/LibRaw/DETAILS |    6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/graphics/LibRaw/BUILD b/graphics/LibRaw/BUILD
index 7f76cd4..d0fc3de 100644
--- a/graphics/LibRaw/BUILD
+++ b/graphics/LibRaw/BUILD
@@ -1,8 +1,9 @@
 (
 
-  sedit s@/usr/local/include@/usr/include at g Makefile &&
-  sedit s@/usr/local/lib@/usr/lib at g Makefile &&
+  CFLAGS="-O4 -I. -w" &&
 
-  default_build
+  ./configure -P /usr -I /usr/include -L /usr/lib $OPTS &&
+
+  default_make
 
 ) > $C_FIFO 2>&1
diff --git a/graphics/LibRaw/DEPENDS b/graphics/LibRaw/DEPENDS
new file mode 100644
index 0000000..7e96a26
--- /dev/null
+++ b/graphics/LibRaw/DEPENDS
@@ -0,0 +1 @@
+optional_depends lcms2 "-l" "" "for color management support"
diff --git a/graphics/LibRaw/DETAILS b/graphics/LibRaw/DETAILS
index ac23333..b3f9693 100644
--- a/graphics/LibRaw/DETAILS
+++ b/graphics/LibRaw/DETAILS
@@ -1,11 +1,11 @@
           MODULE=LibRaw
-         VERSION=0.10.0
+         VERSION=0.11.2
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.libraw.org/data
-      SOURCE_VFY=sha1:862c0928127973e792b0e0f243076d103b36a55f
+      SOURCE_VFY=sha1:a329c786a4b11aafd7f2210030a2557b5e4bb45d
         WEB_SITE=http://cybercom.net/~dcoffin/dcraw
          ENTERED=20100920
-         UPDATED=20100920
+         UPDATED=20101112
            SHORT="library for reading RAW files"
 
 cat << EOF


More information about the Lunar-commits mailing list