Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (33cf071319e1276d87a96bfaf53ea69ebaa80617)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (33cf071319e1276d87a96bfaf53ea69ebaa80617)
  • Date: Sun, 13 Aug 2006 08:06:43 -0500

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

graphics/ufraw/DETAILS | 4 ++--
graphics/ufraw/HISTORY | 5 +++++
graphics/ufraw/PRE_BUILD | 7 -------
graphics/ufraw/dcraw.patch | 12 ------------
4 files changed, 7 insertions(+), 21 deletions(-)

New commits:
commit 33cf071319e1276d87a96bfaf53ea69ebaa80617
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

Updated ufraw to version 0.9.1. Removed unneeded patch.

diff --git a/graphics/ufraw/DETAILS b/graphics/ufraw/DETAILS
index 16a7720..35de459 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.9
+ VERSION=0.9.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:bd2ddbd760128ecd67f91aae60cd41181dcad5491fd6293b0de3480a0962d2a99892296f7270f135d96ab3965e9f063b02c626c0184bd1b437b135cbfc6ea022
+
SOURCE_HASH=sha512:4f5104919b9bd2a8bdd3865f9fa498fc6ad9c2a0a8196e8da5f7a4cfaa30a48d3bc6871180868cdcb3a7bbef9b5071d90734ad63f32dbf3781a8a1d3c413c804
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
WEB_SITE=http://ufraw.sourceforge.net/
diff --git a/graphics/ufraw/HISTORY b/graphics/ufraw/HISTORY
index 435fdd1..833aa53 100644
--- a/graphics/ufraw/HISTORY
+++ b/graphics/ufraw/HISTORY
@@ -1,3 +1,8 @@
+2006-08-13 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to versoin 0.9.1
+ * PRE_BUILD: Removed. Patch not needed.
+ * dcraw.patch: fix incoporated upstream.
+
2006-08-05 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.9
* DEPENDS: Added optional_depends for jpeg, tiff, exiv2
diff --git a/graphics/ufraw/PRE_BUILD b/graphics/ufraw/PRE_BUILD
deleted file mode 100755
index 338973f..0000000
--- a/graphics/ufraw/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-if [ "$UFRAW_CVS" == "y" ]; then
- cd "$SOURCE_DIRECTORY" &&
- NOCONFIGURE=ON ./autogen.sh
-fi &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/dcraw.patch
diff --git a/graphics/ufraw/dcraw.patch b/graphics/ufraw/dcraw.patch
deleted file mode 100644
index cf59a5b..0000000
--- a/graphics/ufraw/dcraw.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- dcraw.old 2006-08-05 09:37:13.000000000 +0500
-+++ dcraw.cc 2006-08-05 09:38:02.000000000 +0500
-@@ -42,7 +42,9 @@
- NO_LCMS disables the "-p" option.
- */
- #ifdef HAVE_LIBJPEG
-+extern "C" {
- #include <jpeglib.h>
-+}
- #endif
- #ifndef NO_LCMS
- #include <lcms.h>



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (33cf071319e1276d87a96bfaf53ea69ebaa80617), George Sherwood, 08/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page