From b2c81e749c0793d3f814b61dec2e0c34a9269c2b Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Wed, 21 Jun 2017 22:23:01 +0700 Subject: graphics/dcraw: Updated for version 9.27.0. Signed-off-by: Willy Sudiarto Raharjo --- graphics/dcraw/dcraw.SlackBuild | 7 ++++--- graphics/dcraw/dcraw.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'graphics') 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="" -- cgit v1.2.3