pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/jbig2enc
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 24 08:50:44 UTC 2026
Modified Files:
pkgsrc/graphics/jbig2enc: Makefile distinfo
Log Message:
jbig2enc: updated to 0.31
0.31: (2026-04-21)
* Fix undefined bit shifting behavior in jbig2arith.cc
* Free resources also when not in symbol mode
* Fix memory leak in unite_templates()
* Fix end segment page number in jbig2enc.cc
* Fix issue writing invalid jbig2 data for files that use per-page symtabs
* Add version info about leptonica and available image libs
* Add Github action for autotools (g++ and clang++) and msys2
* Add Meson build system and GHA workflows
* Add formatting rules
* Add CI release workflow
* Improve installation instructions and configure test for leptonica
* Enable wildcard globbing for MSVC built jbig2 executable
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/jbig2enc/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/jbig2enc/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/jbig2enc/Makefile
diff -u pkgsrc/graphics/jbig2enc/Makefile:1.8 pkgsrc/graphics/jbig2enc/Makefile:1.9
--- pkgsrc/graphics/jbig2enc/Makefile:1.8 Sat Aug 30 22:45:25 2025
+++ pkgsrc/graphics/jbig2enc/Makefile Fri Apr 24 08:50:43 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/08/30 22:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/24 08:50:43 adam Exp $
-DISTNAME= jbig2enc-0.30
-PKGREVISION= 2
+DISTNAME= jbig2enc-0.31
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=agl/}
GITHUB_TAG= ${PKGVERSION_NOREV}
@@ -13,9 +12,8 @@ LICENSE= apache-2.0
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= aclocal autoconf autoheader automake
+USE_TOOLS+= aclocal autoconf autoheader automake pkg-config
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --libdir=${PREFIX}/lib
REPLACE_PYTHON= jbig2topdf.py
Index: pkgsrc/graphics/jbig2enc/distinfo
diff -u pkgsrc/graphics/jbig2enc/distinfo:1.5 pkgsrc/graphics/jbig2enc/distinfo:1.6
--- pkgsrc/graphics/jbig2enc/distinfo:1.5 Sat Dec 28 09:09:47 2024
+++ pkgsrc/graphics/jbig2enc/distinfo Fri Apr 24 08:50:43 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2024/12/28 09:09:47 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/04/24 08:50:43 adam Exp $
-BLAKE2s (jbig2enc-0.30.tar.gz) = 7eaf9cb95be4302f0a87a552c9d56393ed58bfd400da01c2a8875fbce746d007
-SHA512 (jbig2enc-0.30.tar.gz) = d20f7d3b9e8f633bd1d72af426ba5dba2104903072fdcd6b998550b5abee92fa02fea5542bfb4366cf6d9bdea3d747b64e9de5eccd7ef4653549780a2d3f26c6
-Size (jbig2enc-0.30.tar.gz) = 1214245 bytes
+BLAKE2s (jbig2enc-0.31.tar.gz) = b3fd6854d55339373ff34961f3c50d14fa62e60c31a3cc31dd3f7c816b7593db
+SHA512 (jbig2enc-0.31.tar.gz) = f43d5182274549b268fe01deaadbc667f5eb663e69c60723396ccd107348c78ce5c7b0a0a90451dee53363e5b549c783b5159eedab57db82e10c65057671b6d6
+Size (jbig2enc-0.31.tar.gz) = 1224750 bytes
SHA1 (patch-src_Makefile.am) = 4a757a78c15c2a979e168d3052a857632b61e21b
Home |
Main Index |
Thread Index |
Old Index