Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jbig2dec jbig2dec: Update to 0.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6dda3ee0463
branches:  trunk
changeset: 431547:d6dda3ee0463
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu May 14 17:51:49 2020 +0000

description:
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:

 graphics/jbig2dec/Makefile                 |   5 ++---
 graphics/jbig2dec/distinfo                 |  11 +++++------
 graphics/jbig2dec/patches/patch-autogen.sh |  16 ----------------
 3 files changed, 7 insertions(+), 25 deletions(-)

diffs (51 lines):

diff -r 0a1211937d21 -r d6dda3ee0463 graphics/jbig2dec/Makefile
--- a/graphics/jbig2dec/Makefile        Thu May 14 17:51:22 2020 +0000
+++ b/graphics/jbig2dec/Makefile        Thu May 14 17:51:49 2020 +0000
@@ -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@localhost
 HOMEPAGE=      https://jbig2dec.com/
diff -r 0a1211937d21 -r d6dda3ee0463 graphics/jbig2dec/distinfo
--- a/graphics/jbig2dec/distinfo        Thu May 14 17:51:22 2020 +0000
+++ b/graphics/jbig2dec/distinfo        Thu May 14 17:51:49 2020 +0000
@@ -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 -r 0a1211937d21 -r d6dda3ee0463 graphics/jbig2dec/patches/patch-autogen.sh
--- a/graphics/jbig2dec/patches/patch-autogen.sh        Thu May 14 17:51:22 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index