[Lunar-commits] <moonbase> dcraw: version bumped to 9.15.

Florin Braescu florin at lunar-linux.org
Sat Jun 30 13:08:04 CEST 2012


commit a3476d9ce82418b8da399d36d827de5935daf3f1
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jun 30 13:08:04 2012 +0200

    dcraw: version bumped to 9.15.
---
 graphics/dcraw/BUILD   |   12 +++++-------
 graphics/dcraw/DEPENDS |    1 +
 graphics/dcraw/DETAILS |    6 +++---
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/graphics/dcraw/BUILD b/graphics/dcraw/BUILD
index 7c0148d..f8814d9 100644
--- a/graphics/dcraw/BUILD
+++ b/graphics/dcraw/BUILD
@@ -1,21 +1,19 @@
 (
 
-
   mkdir -p build  &&
 
 # This is what the old source used and does not work now.
 #  gcc -o dcraw -O4 dcraw.c -lm -ljpeg -llcms  &&
-  
+
 # This is so you can see what flags were used to build with in lvu compile dcraw
   echo $CFLAGS
 
   gcc $CFLAGS -O3 -o build/dcraw dcraw.c \
         -Wall -Wno-unused-result -Wno-array-bounds \
-        -lm -ljpeg -llcms -s 
- 
+        -lm -ljpeg -ljasper -llcms -s
 
-  prepare_install              &&
-  cp -a build/dcraw   /usr/bin       &&
-  cp -a dcraw.1 /usr/man/man1/ 
+  prepare_install  &&
+  cp -a build/dcraw  /usr/bin  &&
+  cp -a dcraw.1 /usr/man/man1/
 
 ) > $C_FIFO 2>&1
diff --git a/graphics/dcraw/DEPENDS b/graphics/dcraw/DEPENDS
index 23edddd..92b7330 100644
--- a/graphics/dcraw/DEPENDS
+++ b/graphics/dcraw/DEPENDS
@@ -1,2 +1,3 @@
 depends %JPEG
+depends jasper
 depends lcms
diff --git a/graphics/dcraw/DETAILS b/graphics/dcraw/DETAILS
index d4b95e1..5734444 100644
--- a/graphics/dcraw/DETAILS
+++ b/graphics/dcraw/DETAILS
@@ -1,12 +1,12 @@
           MODULE=dcraw
-         VERSION=9.11
+         VERSION=9.15
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://cybercom.net/~dcoffin/dcraw/archive
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-      SOURCE_VFY=sha1:79dc403d6b629df6dac3218ad33dc89c4a86c234
+      SOURCE_VFY=sha1:0b06047603640fe19b5d3b2461319d6ba22eee6a
         WEB_SITE=http://cybercom.net/~dcoffin/dcraw
          ENTERED=20061225
-         UPDATED=20111027
+         UPDATED=20120630
            SHORT="Decoding raw digital photos in Linux"
 
 cat << EOF


More information about the Lunar-commits mailing list