mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/dcraw: Updated for version 9.27.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
84a0c1915a
commit
b2c81e749c
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue