From a38f374d82d97f8ec0c04beba4ad1e0636117737 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Sun, 20 Feb 2011 19:55:34 -0600 Subject: graphics/dcraw: Updated for versoin 9.06. Signed-off-by: Robby Workman --- graphics/dcraw/README | 4 +--- graphics/dcraw/dcraw.SlackBuild | 6 ++++-- graphics/dcraw/dcraw.info | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'graphics/dcraw') 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 # Copyright (c) 2007, Robby Workman # 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" -- cgit v1.2.3