summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson2018-06-24 02:09:03 +0200
committer Willy Sudiarto Raharjo2018-06-30 02:00:17 +0200
commiteef1c0b14b47ab9c22d270b2d55b27a67e778b2e (patch)
treef05636e56f42d92411bb41bd1d1410ff72d4d94c /libraries
parent4f95ff837a459cbeb435577b44f1eddff349035f (diff)
downloadslackbuilds-eef1c0b14b47ab9c22d270b2d55b27a67e778b2e.tar.gz
libraries/jbig2dec: Use new homepage/download URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-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=""