diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2019-01-13 10:46:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-13 22:12:26 +0700 |
commit | 585adc558809ec8d19cf4ca89c70b19b87c658b5 (patch) | |
tree | bd34cbdb143df910af2b16201cfdb1cb22ccddcb /graphics/dcraw/dcraw.SlackBuild | |
parent | 3fda645810161df29d36b7a914cef54c4b49ad59 (diff) |
graphics/dcraw: Updated for version 9.28.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/dcraw/dcraw.SlackBuild')
-rw-r--r-- | graphics/dcraw/dcraw.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild index 4758795a2f282..8f30f4a25d301 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-2017, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2008-2019, 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.27.0} +VERSION=${VERSION:-9.28.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,7 @@ fi # DCRaw build flags as suggested on the author's page. # builds with support for jpeg, png, lcms and tiff and optionally, jasper -DCRAW_BUILD_FLAGS="-lm -ljpeg -llcms -lpng -ltiff $JASPER_BUILD_FLAG" +DCRAW_BUILD_FLAGS="-lm -ljpeg -llcms2 -lpng -ltiff $JASPER_BUILD_FLAG" set -e |