diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-08-04 15:26:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | b6cdff1cab3dcf383d43a21c2ddd168657fabdc5 (patch) | |
tree | a9102006447d61c683ddd432ccba1f143a48a681 /graphics/exact-image/exact-image.SlackBuild | |
parent | 6052a66182ea460d46aaeef2e3af3c28931ffa0b (diff) |
graphics/exact-image: Updated for version 0.9.1.
Patched to fix build failure with giflib-5.1 & libpng16 (-current).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'graphics/exact-image/exact-image.SlackBuild')
-rw-r--r-- | graphics/exact-image/exact-image.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/exact-image/exact-image.SlackBuild b/graphics/exact-image/exact-image.SlackBuild index 6c437bc8cf932..d51b1d600c1d3 100644 --- a/graphics/exact-image/exact-image.SlackBuild +++ b/graphics/exact-image/exact-image.SlackBuild @@ -3,7 +3,7 @@ # Written by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> PRGNAM=exact-image -VERSION=${VERSION:-0.8.9} +VERSION=${VERSION:-0.9.1} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} @@ -49,8 +49,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Patch to fix libpng linkage -patch -p1 --verbose < $CWD/png.cc-libpng14.diff +# Patch to fix build with libpng16 (-current) (thanks to Debian) +patch -p1 --verbose < $CWD/exact-image-libpng15.patch + +# Patch to fix build with giflib-5.1 (-current) (thanks to PLD Linux) +patch -p1 --verbose < $CWD/exact-image-giflib.patch # Patch to fix perl path eval $(perl -V:vendorlib) |