CVS commit: pkgsrc/graphics/OpenJPH

"Thomas Klausner" <[email protected]> Mon, 3 Aug 2026 18:09:31 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_178578057178290
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Aug  3 18:09:31 UTC 2026

Modified Files:
	pkgsrc/graphics/OpenJPH: Makefile PLIST distinfo

Log Message:
OpenJPH: update to 0.31.0.

This release has a few fixes, new features, and many people contributed to it.
Importantly, this release adds Qfactor.

This release however breaks API and ABI.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/OpenJPH/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/OpenJPH/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/OpenJPH/distinfo

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


--_----------=_178578057178290
Content-Disposition: inline
Content-Length: 2622
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/graphics/OpenJPH/Makefile
diff -u pkgsrc/graphics/OpenJPH/Makefile:1.15 pkgsrc/graphics/OpenJPH/Makefile:1.16
--- pkgsrc/graphics/OpenJPH/Makefile:1.15	Tue Jun 23 09:35:24 2026
+++ pkgsrc/graphics/OpenJPH/Makefile	Mon Aug  3 18:09:30 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2026/06/23 09:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/08/03 18:09:30 wiz Exp $
 #
 # Note: every non-micro update currently incurs a recursive bump
 # https://github.com/aous72/OpenJPH/issues/304
 
-DISTNAME=	OpenJPH-0.30.1
+DISTNAME=	OpenJPH-0.31.0
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GITHUB:=aous72/}
 GITHUB_TAG=	${PKGVERSION_NOREV}

Index: pkgsrc/graphics/OpenJPH/PLIST
diff -u pkgsrc/graphics/OpenJPH/PLIST:1.7 pkgsrc/graphics/OpenJPH/PLIST:1.8
--- pkgsrc/graphics/OpenJPH/PLIST:1.7	Tue Jun 23 09:35:24 2026
+++ pkgsrc/graphics/OpenJPH/PLIST	Mon Aug  3 18:09:31 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2026/06/23 09:35:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/08/03 18:09:31 wiz Exp $
 bin/ojph_compress
 bin/ojph_expand
 include/openjph/ojph_arch.h
@@ -10,13 +10,12 @@ include/openjph/ojph_file.h
 include/openjph/ojph_mem.h
 include/openjph/ojph_message.h
 include/openjph/ojph_params.h
-include/openjph/ojph_simd_vsx.h
 include/openjph/ojph_version.h
 lib/cmake/openjph/openjph-config-version.cmake
 lib/cmake/openjph/openjph-config.cmake
 lib/cmake/openjph/openjph-targets-release.cmake
 lib/cmake/openjph/openjph-targets.cmake
 lib/libopenjph.so
-lib/libopenjph.so.0.30
+lib/libopenjph.so.0.31
 lib/libopenjph.so.${PKGVERSION}
 lib/pkgconfig/openjph.pc

Index: pkgsrc/graphics/OpenJPH/distinfo
diff -u pkgsrc/graphics/OpenJPH/distinfo:1.12 pkgsrc/graphics/OpenJPH/distinfo:1.13
--- pkgsrc/graphics/OpenJPH/distinfo:1.12	Tue Jun 23 09:35:25 2026
+++ pkgsrc/graphics/OpenJPH/distinfo	Mon Aug  3 18:09:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2026/06/23 09:35:25 wiz Exp $
+$NetBSD: distinfo,v 1.13 2026/08/03 18:09:31 wiz Exp $
 
-BLAKE2s (OpenJPH-0.30.1.tar.gz) = e488a7132550fae86f4dab1d8b7e6ec8ffa6542edf84fe2314ce218d211eaf10
-SHA512 (OpenJPH-0.30.1.tar.gz) = 3c572a21eb57861ef7621d020aea08b4e50ee2feb432f26ccada2978a89e2c10813025e2f1a219474bdd56b2ca846760bc6b0c0c538f5fc5d8bf79425bafe542
-Size (OpenJPH-0.30.1.tar.gz) = 531155 bytes
+BLAKE2s (OpenJPH-0.31.0.tar.gz) = 4a65893e2a2ca04ab8a9283e0de118a964fe9aec009823409827ae9d911807e6
+SHA512 (OpenJPH-0.31.0.tar.gz) = 2dfafe3db360ac177014c4b65ea0b62ea14ccf61714d80dbaa0c01ab2dbc2153f6d26df3d7af5e6b74e298eb72670a7670fca626a37d2fe7e4c224a3256af35a
+Size (OpenJPH-0.31.0.tar.gz) = 534814 bytes


--_----------=_178578057178290--