summaryrefslogtreecommitdiffstats
path: root/libraries/jbig2dec
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/jbig2dec')
-rw-r--r--libraries/jbig2dec/jbig2dec.SlackBuild11
-rw-r--r--libraries/jbig2dec/jbig2dec.info6
2 files changed, 14 insertions, 3 deletions
diff --git a/libraries/jbig2dec/jbig2dec.SlackBuild b/libraries/jbig2dec/jbig2dec.SlackBuild
index e6b7b0f466..36feb70d9c 100644
--- a/libraries/jbig2dec/jbig2dec.SlackBuild
+++ b/libraries/jbig2dec/jbig2dec.SlackBuild
@@ -10,6 +10,12 @@
# licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
+# 20180623 bkw:
+# - upstream moved again (to github). use github url for source.
+# the innards of the tarball are slightly different: none of the
+# autoconf-generated stuff is there. however all the actual source
+# code is identical, so I'm not updating BUILD.
+
# 20171222 bkw:
# - update for v0.14
# - add WTFPL
@@ -75,6 +81,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# 20180623 bkw: configure & friends are now absent, generate them.
+./autogen.sh
+
+autoreconf -if
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/libraries/jbig2dec/jbig2dec.info b/libraries/jbig2dec/jbig2dec.info
index 763131c317..a0d99d58ba 100644
--- a/libraries/jbig2dec/jbig2dec.info
+++ b/libraries/jbig2dec/jbig2dec.info
@@ -1,8 +1,8 @@
PRGNAM="jbig2dec"
VERSION="0.14"
-HOMEPAGE="https://artifex.com/developers-ghostscript-jbig2dec/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/jbig2dec-0.14.tar.gz"
-MD5SUM="a0c4c4d9cf5625ab1971703ffde47374"
+HOMEPAGE="https://github.com/ArtifexSoftware/jbig2dec"
+DOWNLOAD="https://github.com/ArtifexSoftware/jbig2dec/archive/0.14/jbig2dec-0.14.tar.gz"
+MD5SUM="69ca71817c2657e02c6e5822705eeae4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""