[Lunar-commits] <moonbase-other> dcraw: Version bump to 9.17 and some adjustments to the BUILD. Adding

stumbles stumbles at lunar-linux.org
Mon Feb 4 19:40:05 CET 2013


commit eed7a3bf6c05c9bee572bd045eb0fc1ba2012879
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 04 Feb 2013 10:40:05 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/eed7a3bf6c05c9bee572bd045eb0fc1ba2012879

dcraw: Version bump to 9.17 and some adjustments to the BUILD. Adding

jasper to DEPENDS.
---
  graphics/dcraw/BUILD   | +5/-10    
  graphics/dcraw/DEPENDS | +1/-0     
  graphics/dcraw/DETAILS | +3/-3     
  3 files changed, 9 insertions(+), 13 deletions(-)

--- a/graphics/dcraw/BUILD
+++ b/graphics/dcraw/BUILD
@@ -1,21 +1,16 @@
 (
 
-
   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
+  echo $CFLAGS &&
 
-  gcc $CFLAGS -O3 -o build/dcraw dcraw.c \
+  gcc $CFLAGS -O4 -o dcraw dcraw.c \
         -Wall -Wno-unused-result -Wno-array-bounds \
-        -lm -ljpeg -llcms -s 
- 
+        -lm -ljasper -ljpeg -llcms &&
 
   prepare_install              &&
-  cp -a build/dcraw   /usr/bin       &&
-  cp -a dcraw.1 /usr/man/man1/ 
+  cp -a dcraw   /usr/bin       &&
+  cp -a dcraw.1 /usr/man/man1/
 
 ) > $C_FIFO 2>&1
--- a/graphics/dcraw/DEPENDS
+++ b/graphics/dcraw/DEPENDS
@@ -1,2 +1,3 @@
 depends %JPEG
 depends lcms
+depends jasper
--- a/graphics/dcraw/DETAILS
+++ b/graphics/dcraw/DETAILS
@@ -1,12 +1,12 @@
           MODULE=dcraw
-         VERSION=9.11
+         VERSION=9.17
           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:11a0b20b8f46950dd94e6c1ada313807049a6b27
         WEB_SITE=http://cybercom.net/~dcoffin/dcraw
          ENTERED=20061225
-         UPDATED=20111027
+         UPDATED=20130204
            SHORT="Decoding raw digital photos in Linux"
 
 cat << EOF




More information about the Lunar-commits mailing list