diff options
author | B. Watson <yalhcru@gmail.com> | 2015-09-15 02:21:01 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-19 19:49:19 +0700 |
commit | 79e3b1f4747a1758884d82ebf52cfcc144e3767b (patch) | |
tree | db70ef95728a0d68056be59a5c910840749ad673 /libraries/jbig2dec/jbig2dec.SlackBuild | |
parent | 10d948d61887bf64268a27eee776b485d711696e (diff) | |
download | slackbuilds-79e3b1f4747a1758884d82ebf52cfcc144e3767b.tar.gz |
libraries/jbig2dec: Updated for version 0.12, updated HOMEPAGE.
Diffstat (limited to 'libraries/jbig2dec/jbig2dec.SlackBuild')
-rw-r--r-- | libraries/jbig2dec/jbig2dec.SlackBuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/libraries/jbig2dec/jbig2dec.SlackBuild b/libraries/jbig2dec/jbig2dec.SlackBuild index 93874c7ae9..bf0af26bb4 100644 --- a/libraries/jbig2dec/jbig2dec.SlackBuild +++ b/libraries/jbig2dec/jbig2dec.SlackBuild @@ -10,8 +10,11 @@ # - Use 'make install-strip' # - Added 'how to edit' stuff to slack-desc +# 20150915 bkw: +# - update for v0.12 + PRGNAM=jbig2dec -VERSION=${VERSION:-0.11} +VERSION=${VERSION:-0.12} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -57,6 +60,12 @@ 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 \ |