summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-05-14 17:51:49 +0000
committerleot <leot@pkgsrc.org>2020-05-14 17:51:49 +0000
commit4da2087e23229c099aaefe32a42740768371b0c8 (patch)
tree4106f15e18da4cdc366491cdd18c22915bfde030 /graphics
parent5eb2ac17f01077aa62b0274c38f4155ece1a6beb (diff)
downloadpkgsrc-4da2087e23229c099aaefe32a42740768371b0c8.tar.gz
jbig2dec: Update to 0.18
pkgsrc changes: - Remove patches/patch-autogen.sh, applied upstream - Remove not needed GITHUB_TAG reinitialization, it is already initialized to ${PKGVERSION_NOREV} by default Changes: 0.18 ---- * Performance enhancements related to decoding of MMR and generic regions as well as composing images onto pages. * Bug fixes for a few issues reported by Coverity and OSS-Fuzz.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jbig2dec/Makefile5
-rw-r--r--graphics/jbig2dec/distinfo11
-rw-r--r--graphics/jbig2dec/patches/patch-autogen.sh16
3 files changed, 7 insertions, 25 deletions
diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile
index 843ae51fdee..96216a6e171 100644
--- a/graphics/jbig2dec/Makefile
+++ b/graphics/jbig2dec/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2019/12/10 10:35:59 leot Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/14 17:51:49 leot Exp $
-DISTNAME= jbig2dec-0.17
+DISTNAME= jbig2dec-0.18
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
-GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://jbig2dec.com/
diff --git a/graphics/jbig2dec/distinfo b/graphics/jbig2dec/distinfo
index 734dbe41ede..99f0991f37d 100644
--- a/graphics/jbig2dec/distinfo
+++ b/graphics/jbig2dec/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/12/10 10:35:59 leot Exp $
+$NetBSD: distinfo,v 1.11 2020/05/14 17:51:49 leot Exp $
-SHA1 (jbig2dec-0.17.tar.gz) = 8d2ba831bcf475da05a381df02020e0706322ccf
-RMD160 (jbig2dec-0.17.tar.gz) = 96aab09c5ce1a749b5aadc4644c038790ee4a00c
-SHA512 (jbig2dec-0.17.tar.gz) = 79b3957186a30fc304ecd571d31c5cc421364921eb4eba242c3ea941ea111f461773f86c975657fa2ce91f2f79ff9abf760ef9bed404c7a4f35c036e5642ba0f
-Size (jbig2dec-0.17.tar.gz) = 141195 bytes
-SHA1 (patch-autogen.sh) = 1d22310c07b10c0f7cddda387c363f17132bc83f
+SHA1 (jbig2dec-0.18.tar.gz) = f82ec522225b9b020c6f52ccae932829e1f0a310
+RMD160 (jbig2dec-0.18.tar.gz) = e4cc1bc20ef742d8cae5abb094619459390483d4
+SHA512 (jbig2dec-0.18.tar.gz) = 5931530ee3b811f9009c95d08ad65701564ef8ebf6511145acb969cc7c99dab5028daaee580dd83358b6bdc477cffe347712b9c9768c9b1a63395e366046267d
+Size (jbig2dec-0.18.tar.gz) = 148563 bytes
diff --git a/graphics/jbig2dec/patches/patch-autogen.sh b/graphics/jbig2dec/patches/patch-autogen.sh
deleted file mode 100644
index 9ea8f98a4e5..00000000000
--- a/graphics/jbig2dec/patches/patch-autogen.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-autogen.sh,v 1.1 2019/12/10 10:36:00 leot Exp $
-
-`+' is an ordinary character in obsolete ('basic') regular expression,
-rewrite it to use `*'.
-
---- autogen.sh.orig 2019-10-02 12:52:19.000000000 +0000
-+++ autogen.sh
-@@ -22,7 +22,7 @@ VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9][
- VERSIONMKMAJ="sed -e s/\([0-9][0-9]*\)[^0-9].*/\\1/"
- VERSIONMKMIN="sed -e s/.*[0-9][0-9]*\.//"
-
--JBIG2VERSIONGREP="sed -e s/^.*(\([0-9]\+\)).*/\\1/"
-+JBIG2VERSIONGREP="sed -e s/^.*(\([0-9][0-9]*\)).*/\\1/"
- JBIG2MAJOR=$(grep 'define JBIG2_VERSION_MAJOR' jbig2.h | $JBIG2VERSIONGREP)
- JBIG2MINOR=$(grep 'define JBIG2_VERSION_MINOR' jbig2.h | $JBIG2VERSIONGREP)
- sed -e "s/^\(AC_INIT[^,]*,\)[^,]*\(,.*\)$/\1 [$JBIG2MAJOR.$JBIG2MINOR]\2/" configure.ac.in > configure.ac