From 7e8a016108161260e0fae205461af7b90a045838 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Sat, 17 Apr 2010 15:39:08 -0500 Subject: graphics/ufraw: Updated for version 0.17. --- graphics/ufraw/README | 15 ++++++++------- graphics/ufraw/slack-desc | 2 +- graphics/ufraw/ufraw.SlackBuild | 17 ++++++----------- graphics/ufraw/ufraw.info | 8 ++++---- 4 files changed, 19 insertions(+), 23 deletions(-) (limited to 'graphics') diff --git a/graphics/ufraw/README b/graphics/ufraw/README index 00db50418a..a7c05750b7 100644 --- a/graphics/ufraw/README +++ b/graphics/ufraw/README @@ -3,11 +3,12 @@ raw images from digital cameras. It supports most of the existing raw formats (any format supported by DCRaw). UFRaw can be used on its own or as a Gimp plug-in. -UFRaw requires dcraw and gtkimageview; lensfun is an optional dependency -(run the build script with LENSFUN=yes if you have it installed). - +UFRaw depends on dcraw, which is also available at SlackBuilds.org. However, you can add "--enable-extras" to the configure arguments in the -build script to use the included dcraw. You'll need gtkimageview if you -want to include the image preview window. You can build ufraw without -gtkimageview (run the build script with GTK=no), but you'll only have command -line interface to UFRaw. +build script to use the included dcraw. + +UFRaw requires gtkimageview to include the image preview window. You can build +it without gtkimageview (run with GTK=no) but you'll only have command line +interface to UFRaw. + +Lensfun library is now autodetected. diff --git a/graphics/ufraw/slack-desc b/graphics/ufraw/slack-desc index 150d531f2d..8afcf5d7d5 100644 --- a/graphics/ufraw/slack-desc +++ b/graphics/ufraw/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -ufraw: Unindentified Flying RAW (UFRaw) +ufraw: ufraw (Unindentified Flying RAW) ufraw: ufraw: ufraw is a utility to read and manipulate raw images from ufraw: digital cameras. It can be used on its own or as a Gimp plug-in. diff --git a/graphics/ufraw/ufraw.SlackBuild b/graphics/ufraw/ufraw.SlackBuild index 3cf6e80d60..d6f4732e1b 100644 --- a/graphics/ufraw/ufraw.SlackBuild +++ b/graphics/ufraw/ufraw.SlackBuild @@ -3,7 +3,7 @@ # Slackware Package Build Script for UFRaw (Unidentified Flying Raw) # Home Page http://ufraw.sourceforge.net/ -# Copyright (c) 2007-2009, Nishant Limbachia, Hoffman Est, IL, USA (nishant@mnspace.net) +# Copyright (c) 2007-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # Copyright (c) 2007, Robby Workman # All rights reserved. # @@ -26,7 +26,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ufraw -VERSION=0.16 +VERSION=0.17 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -35,12 +35,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "${LENSFUN:-no}" = "no" ]; then - lensfun_option="--without-lensfun" -else - lensfun_option="--with-lensfun" -fi - if [ "${GTK:-yes}" = "yes" ]; then gtk_option="--with-gtk" else @@ -82,15 +76,16 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --enable-mime \ --build=$ARCH-slackware-linux \ - $lensfun_option \ $gtk_option make make install DESTDIR=$PKG ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true ) # Compress man pages diff --git a/graphics/ufraw/ufraw.info b/graphics/ufraw/ufraw.info index 915248c331..561c97d290 100644 --- a/graphics/ufraw/ufraw.info +++ b/graphics/ufraw/ufraw.info @@ -1,10 +1,10 @@ PRGNAM="ufraw" -VERSION="0.16" +VERSION="0.17" HOMEPAGE="http://ufraw.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.16/ufraw-0.16.tar.gz" -MD5SUM="61e100e42f17e3a7fcfae64506eebd14" +DOWNLOAD="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.17/ufraw-0.17.tar.gz" +MD5SUM="5e2c2b4adaea1f6d03eac66e11747fc6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="rworkman" +APPROVED="Erik Hanson" -- cgit v1.2.3