summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dcraw/README4
-rw-r--r--graphics/dcraw/dcraw.SlackBuild6
-rw-r--r--graphics/dcraw/dcraw.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/dcraw/README b/graphics/dcraw/README
index 0afe23650d..20c1f42ef1 100644
--- a/graphics/dcraw/README
+++ b/graphics/dcraw/README
@@ -3,6 +3,4 @@ digital cameras. DCRaw by itself only provides a command line interface
for image processing. DCRaw can also build with a gimp plugin so images
can be edited/exported with gimp.
-If you want to build the gimp plugin, then run the build script as below:
-
-RAWPHOTO=yes ./dcraw.SlackBuild
+Do this to build the gimp rawphoto plugin: RAWPHOTO=yes ./dcraw.SlackBuild
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild
index 32bbd6d576..61cf60de86 100644
--- a/graphics/dcraw/dcraw.SlackBuild
+++ b/graphics/dcraw/dcraw.SlackBuild
@@ -3,7 +3,7 @@
# Slackware Package Build Script for dcraw
# Home Page http://cybercom.net/~dcoffin/dcraw
-# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
+# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA <nishant _AT_ mnspace _DOT_ net>
# Copyright (c) 2007, Robby Workman <rworkman@slackbuilds.org>
# All rights reserved.
@@ -30,14 +30,16 @@
# RAWPHOTO=yes ./dcraw.SlackBuild
PRGNAM=dcraw
-VERSION=${VERSION:-9.04}
+VERSION=${VERSION:-9.06}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
+ # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/graphics/dcraw/dcraw.info b/graphics/dcraw/dcraw.info
index 3d5a960cf2..8d4931a74f 100644
--- a/graphics/dcraw/dcraw.info
+++ b/graphics/dcraw/dcraw.info
@@ -1,8 +1,8 @@
PRGNAM="dcraw"
-VERSION="9.04"
+VERSION="9.06"
HOMEPAGE="http://cybercom.net/~dcoffin/dcraw/"
-DOWNLOAD="http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-9.04.tar.gz"
-MD5SUM="b7052ef5ffe912730ad0ebe4db26e70e"
+DOWNLOAD="http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-9.06.tar.gz"
+MD5SUM="22921c24c697bbe43c1010f463176921"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"