diff options
Diffstat (limited to 'libraries/jbig2dec/jbig2dec.SlackBuild')
-rw-r--r-- | libraries/jbig2dec/jbig2dec.SlackBuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/libraries/jbig2dec/jbig2dec.SlackBuild b/libraries/jbig2dec/jbig2dec.SlackBuild index bf0af26bb4e44..61659987ac62f 100644 --- a/libraries/jbig2dec/jbig2dec.SlackBuild +++ b/libraries/jbig2dec/jbig2dec.SlackBuild @@ -13,9 +13,13 @@ # 20150915 bkw: # - update for v0.12 +# 20160725 bkw: +# - update for v0.13 +# - removed libpng patch (no longer needed) + PRGNAM=jbig2dec -VERSION=${VERSION:-0.12} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.13} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -60,12 +64,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# patch from here: http://git.ghostscript.com/?p=jbig2dec.git;a=patch;h=70c7f1967f43a94f9f0d6808d6ab5700a120d2fc -# ...but modified to affect libpng-1.4 also. -patch -p1 < $CWD/newlibpng.diff - -autoreconf -if - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |