summaryrefslogtreecommitdiffstats
path: root/graphics/dcraw
diff options
context:
space:
mode:
author Nishant Limbachia <nishant@mnspace.net>2017-06-21 22:23:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-24 08:32:19 +0700
commitb2c81e749c0793d3f814b61dec2e0c34a9269c2b (patch)
tree99e0a61944927d376c77872973a47e5c3fb67474 /graphics/dcraw
parent84a0c1915a3c67309c8374d6be0332c0351197ca (diff)
downloadslackbuilds-b2c81e749c0793d3f814b61dec2e0c34a9269c2b.tar.gz
slackbuilds-b2c81e749c0793d3f814b61dec2e0c34a9269c2b.tar.xz
graphics/dcraw: Updated for version 9.27.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/dcraw')
-rw-r--r--graphics/dcraw/dcraw.SlackBuild7
-rw-r--r--graphics/dcraw/dcraw.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild
index 5dd363ee43..4758795a2f 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-2015, Nishant Limbachia, Hoffman Estates, IL, USA
+# Copyright (c) 2008-2017, Nishant Limbachia, Hoffman Estates, IL, USA
# (nishant _AT_ mnspace _DOT_ net)
# All rights reserved.
@@ -30,7 +30,7 @@
# RAWPHOTO=yes ./dcraw.SlackBuild
PRGNAM="dcraw"
-VERSION=${VERSION:-9.26.0}
+VERSION=${VERSION:-9.27.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ fi
# builds with support for jpeg, png, lcms and tiff and optionally, jasper
DCRAW_BUILD_FLAGS="-lm -ljpeg -llcms -lpng -ltiff $JASPER_BUILD_FLAG"
-set -e
+set -e
rm -fr $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -117,6 +117,7 @@ done
# remove any empty directories
find $PKG -depth -empty -type d -exec rmdir '{}' \;
+# Compress man pages
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
diff --git a/graphics/dcraw/dcraw.info b/graphics/dcraw/dcraw.info
index 42707756e7..5522334d9d 100644
--- a/graphics/dcraw/dcraw.info
+++ b/graphics/dcraw/dcraw.info
@@ -1,8 +1,8 @@
PRGNAM="dcraw"
-VERSION="9.26.0"
+VERSION="9.27.0"
HOMEPAGE="http://cybercom.net/~dcoffin/dcraw/"
-DOWNLOAD="http://cybercom.net/~dcoffin/dcraw/archive/dcraw-9.26.0.tar.gz"
-MD5SUM="693207b594b35c5038e09ea316287ed6"
+DOWNLOAD="http://cybercom.net/~dcoffin/dcraw/archive/dcraw-9.27.0.tar.gz"
+MD5SUM="87ca3ec9d4e882f0d2250fed61b3326f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""