summaryrefslogtreecommitdiffstats
path: root/libraries/jbig2dec/jbig2dec.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-07-25 17:23:19 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:55 +0700
commit2bacb50855c51b708318d18337fa70d7bd47e272 (patch)
tree96384224a040eaed2b167893949daaf191ca3815 /libraries/jbig2dec/jbig2dec.SlackBuild
parentc0c1a9455b8c23a44da80f5a95608704672614ac (diff)
downloadslackbuilds-2bacb50855c51b708318d18337fa70d7bd47e272.tar.gz
slackbuilds-2bacb50855c51b708318d18337fa70d7bd47e272.tar.xz
libraries/jbig2dec: Updated for version 0.13.
Diffstat (limited to 'libraries/jbig2dec/jbig2dec.SlackBuild')
-rw-r--r--libraries/jbig2dec/jbig2dec.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/libraries/jbig2dec/jbig2dec.SlackBuild b/libraries/jbig2dec/jbig2dec.SlackBuild
index bf0af26bb4..61659987ac 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 \