[SM-Commit] GIT changes to master grimoire by George Sherwood (793b544320aeb70d44e9c04028ff8de69c705ab8)

George Sherwood scm at mail.sourcemage.org
Sat Aug 5 00:58:04 EDT 2006


GIT changes to master grimoire by George Sherwood <chat at sourcemage.org>:

 graphics/ufraw/DEPENDS   |   18 +++++++++++++++---
 graphics/ufraw/DETAILS   |    4 ++--
 graphics/ufraw/HISTORY   |    6 ++++++
 graphics/ufraw/PRE_BUILD |    4 +++-
 4 files changed, 26 insertions(+), 6 deletions(-)

New commits:
commit 793b544320aeb70d44e9c04028ff8de69c705ab8
Author: George Sherwood <chat at sourcemage.org>
Commit: George Sherwood <chat at sourcemage.org>

    Now updated to version 0.9 and fixed depends

diff --git a/graphics/ufraw/DEPENDS b/graphics/ufraw/DEPENDS
index bbd275e..c30f018 100755
--- a/graphics/ufraw/DEPENDS
+++ b/graphics/ufraw/DEPENDS
@@ -1,5 +1,17 @@
-depends gimp
-depends lcms
+depends gimp &&
+depends lcms &&
 if [ "$UFRAW_CVS" == "y" ]; then
   depends CVS
-fi
+fi &&
+optional_depends jpeg          \
+               ""              \
+               ""              \
+               "for jpeg support"  &&
+optional_depends tiff          \
+               ""              \
+               ""              \
+               "for tiff support"  &&
+optional_depends exiv2         \
+               "--with-exiv2"  \
+               ""              \
+               "for exif support"
diff --git a/graphics/ufraw/DETAILS b/graphics/ufraw/DETAILS
index 4384537..16a7720 100755
--- a/graphics/ufraw/DETAILS
+++ b/graphics/ufraw/DETAILS
@@ -11,10 +11,10 @@ if [ "$UFRAW_CVS" == "y" ]; then
    SOURCE_IGNORE=volatile
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-sfcvs
 else
-         VERSION=0.8.1
+         VERSION=0.9
           SOURCE=$SPELL-$VERSION.tar.gz
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-     SOURCE_HASH=sha512:f217058186c9556390756e27440b61c35958f59b3325dbe5e0bef800710f29b6c40b8e36791c535d3bbb5114f701cdac6e2b2a726587013fde9da3c337cf0ca6
+     SOURCE_HASH=sha512:bd2ddbd760128ecd67f91aae60cd41181dcad5491fd6293b0de3480a0962d2a99892296f7270f135d96ab3965e9f063b02c626c0184bd1b437b135cbfc6ea022
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
 fi
         WEB_SITE=http://ufraw.sourceforge.net/
diff --git a/graphics/ufraw/HISTORY b/graphics/ufraw/HISTORY
index abc4294..435fdd1 100644
--- a/graphics/ufraw/HISTORY
+++ b/graphics/ufraw/HISTORY
@@ -1,3 +1,9 @@
+2006-08-05 George Sherwood <george at beernabeer.com>
+	* DETAILS: Updated to version 0.9
+	* DEPENDS: Added optional_depends for jpeg, tiff, exiv2
+	* PRE_BUILD: Added patch for compile problem
+	* dcraw.patch: Added patch
+
 2006-07-21 George Sherwood <george at beernabeer.com>
 	* DETAILS: Updated to version 0.8.1
 
diff --git a/graphics/ufraw/PRE_BUILD b/graphics/ufraw/PRE_BUILD
index 0ff9b33..338973f 100755
--- a/graphics/ufraw/PRE_BUILD
+++ b/graphics/ufraw/PRE_BUILD
@@ -2,4 +2,6 @@ default_pre_build &&
 if [ "$UFRAW_CVS" == "y" ]; then
   cd "$SOURCE_DIRECTORY" &&
   NOCONFIGURE=ON ./autogen.sh
-fi
+fi  &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/dcraw.patch



More information about the SM-Commit mailing list