diff options
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 |