pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jbig2dec



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Oct 12 10:25:51 UTC 2018

Modified Files:
        pkgsrc/graphics/jbig2dec: Makefile distinfo

Log Message:
jbig2dec: Update graphics/jbig2dec to 0.15

pkgsrc changes:
 - Update MASTER_SITES according HOMEPAGE links
 - Add auto* tools to USE_TOOLS and add a pre-configure target in order to
   generate the configure script
 - Add support for the tests

Changes:
Version 0.15 (2018 September 04)
* Bug fix release, with many security related and stability fixes
  as well as better tolerance/behaviour with out of spec files


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/jbig2dec/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/jbig2dec/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/jbig2dec/Makefile
diff -u pkgsrc/graphics/jbig2dec/Makefile:1.9 pkgsrc/graphics/jbig2dec/Makefile:1.10
--- pkgsrc/graphics/jbig2dec/Makefile:1.9       Thu Nov 23 15:24:55 2017
+++ pkgsrc/graphics/jbig2dec/Makefile   Fri Oct 12 10:25:51 2018
@@ -1,15 +1,27 @@
-# $NetBSD: Makefile,v 1.9 2017/11/23 15:24:55 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/10/12 10:25:51 leot Exp $
 
-DISTNAME=      jbig2dec-0.14
+DISTNAME=      jbig2dec-0.15
 CATEGORIES=    graphics
-MASTER_SITES=  http://downloads.ghostscript.com/public/jbig2dec/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.ghostscript.com/jbig2dec.html
 COMMENT=       JBIG2 decoder library
 LICENSE=       gnu-gpl-v3
 
-USE_LIBTOOL=           yes
-GNU_CONFIGURE=         yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    autoreconf autoconf automake
+GNU_CONFIGURE= yes
 
+PYTHON_FOR_BUILD_ONLY= test
+
+TEST_TARGET=   check
+
+REPLACE_PYTHON+=       test_jbig2dec.py
+
+pre-configure:
+       ${RUN} cd ${WRKSRC} && ${SH} ./autogen.sh
+
+.include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/jbig2dec/distinfo
diff -u pkgsrc/graphics/jbig2dec/distinfo:1.7 pkgsrc/graphics/jbig2dec/distinfo:1.8
--- pkgsrc/graphics/jbig2dec/distinfo:1.7       Thu Nov 23 15:24:55 2017
+++ pkgsrc/graphics/jbig2dec/distinfo   Fri Oct 12 10:25:51 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/11/23 15:24:55 wiz Exp $
+$NetBSD: distinfo,v 1.8 2018/10/12 10:25:51 leot Exp $
 
-SHA1 (jbig2dec-0.14.tar.gz) = c4c834962d1357f9aaacecd7fca8236326e45975
-RMD160 (jbig2dec-0.14.tar.gz) = c7421f9ff09bc125f3245ba7540fd969932ba8ab
-SHA512 (jbig2dec-0.14.tar.gz) = 066bd880ac0665fc1e42b0ae0e481008b125aab6e173b7f82d61a2a30e72c90085cbded9b2a68c6836f92dea3d8d8d5c2228dba76e0d99c79c922197d215705b
-Size (jbig2dec-0.14.tar.gz) = 463572 bytes
+SHA1 (jbig2dec-0.15.tar.gz) = 3a95afc13bca05bb3a40c146f15881b9ab208981
+RMD160 (jbig2dec-0.15.tar.gz) = b2902358ab2b836354590d66e85727f94277b9b7
+SHA512 (jbig2dec-0.15.tar.gz) = 62b9c24aec664148bc7c33ba988e71aa169a962cc0970dd9db63d1ce94d62e939ce8642698537ed18994504c22f7701995e86bf6be552f385b7d87e2d0c2941a
+Size (jbig2dec-0.15.tar.gz) = 130944 bytes



Home | Main Index | Thread Index | Old Index