Skip to Content.
Sympa Menu

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

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 (c2bcbde861c283ba8532aa678aac59c7e6a3322b)
  • Date: Sat, 17 Feb 2007 10:49:46 -0600

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

graphics/dcraw/BUILD | 4 +++-
graphics/dcraw/DETAILS | 13 +++++--------
graphics/dcraw/HISTORY | 5 +++++
graphics/dcraw/INSTALL | 5 +++--
graphics/dcraw/PRE_BUILD | 5 -----
5 files changed, 16 insertions(+), 16 deletions(-)

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

dcraw: Updated to version 8.54. Change spell to use versioned tarball
vice just downloading the .c file with no version. Every upstream update
caused a SOURCE_HASH failure.

diff --git a/graphics/dcraw/BUILD b/graphics/dcraw/BUILD
index 0d3c7a8..6803878 100755
--- a/graphics/dcraw/BUILD
+++ b/graphics/dcraw/BUILD
@@ -1 +1,3 @@
-gcc $CFLAGS -o dcraw $SOURCE_CACHE/$SOURCE $LDFLAGS -lm -llcms -ljpeg
+cd $SOURCE_DIRECTORY &&
+message "${MESSAGE_COLOR}Compiling dcraw${DEFAULT_COLOR}" &&
+gcc $CFLAGS -o dcraw dcraw.c $LDFLAGS -lm -llcms -ljpeg
diff --git a/graphics/dcraw/DETAILS b/graphics/dcraw/DETAILS
index 93faedc..000aa01 100755
--- a/graphics/dcraw/DETAILS
+++ b/graphics/dcraw/DETAILS
@@ -1,12 +1,9 @@
SPELL=dcraw
- VERSION=1.337
- SOURCE=dcraw.c
- SOURCE2=dcraw.1
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/dcraw-$VERSION
- SOURCE_URL[0]=http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
- SOURCE2_URL[0]=http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
-
SOURCE_HASH=sha512:f94dd11e0a38242cd8858a36c7034d14be519cbbf0c63bf7440b4397894d81475ef32e066be60180846ae267c3fefce520c923589a90f3cc73aff3c00badf960
-
SOURCE2_HASH=sha512:38e1ef3984ec5fd999dcf997a9792f598ecc698479c26944efc416354bde2421573ef67c212d44cba6a9e01608988f82527bced6edbb974d351d75b298cf1ea6
+ VERSION=8.54
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/dcraw
+ SOURCE_URL[0]=http://www.cybercom.net/~dcoffin/dcraw/archive/$SOURCE
+
SOURCE_HASH=sha512:ab453661d882f64ff0a555ad4e505a1c7a282ce26a2647fc8e5275e968cd740d4ca1789adef2b68b7dcc76e47092b0221caac6d7d445e03b8012ff0407d945db
WEB_SITE=http://www.cybercom.net/~dcoffin/dcraw/
ENTERED=20041112
LICENSE[0]=PD
diff --git a/graphics/dcraw/HISTORY b/graphics/dcraw/HISTORY
index a6647e6..cd5d79f 100644
--- a/graphics/dcraw/HISTORY
+++ b/graphics/dcraw/HISTORY
@@ -1,3 +1,8 @@
+2007-02-17 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 8.54. Download versioned tarball.
+ * BUILD: Updated to used extracted tarball
+ * INSTALL: Updated to use extracted tarball and INSTALL_ROOT
+
2006-07-31 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 1.337

diff --git a/graphics/dcraw/INSTALL b/graphics/dcraw/INSTALL
index 7e995a3..4645844 100755
--- a/graphics/dcraw/INSTALL
+++ b/graphics/dcraw/INSTALL
@@ -1,2 +1,3 @@
-install -v -m 755 dcraw /usr/bin/ &&
-install -v -m 644 $SOURCE_CACHE/$SOURCE2 /usr/share/man/man1/
+cd $SOURCE_DIRECTORY &&
+install -v -m 755 dcraw $INSTALL_ROOT/usr/bin/ &&
+install -v -m 644 dcraw.1 $INSTALL_ROOT/usr/share/man/man1/
diff --git a/graphics/dcraw/PRE_BUILD b/graphics/dcraw/PRE_BUILD
deleted file mode 100755
index 4cf598a..0000000
--- a/graphics/dcraw/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-
-unpack_file &&
-unpack_file 2



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (c2bcbde861c283ba8532aa678aac59c7e6a3322b), George Sherwood, 02/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page