pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/openexr
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 24 09:19:12 UTC 2025
Modified Files:
pkgsrc/graphics/openexr: Makefile distinfo
Log Message:
openexr: update to 3.4.4.
## Version 3.4.4 (November 19, 2025)
Patch release with an optimization to reduce the size of the library.
B44 and DWA compression tables are now initialized at first use rather
than being hard-coded in the source code and compiled binary. This
reduces the library size at a slight performance cost. Initialization
takes under a millisecond, but the size of libOpenEXRCore.so is
reduced from 890K to 360K.
This also fixes a build issue with `ILMTHREAD_THREADING_ENABLED` which
inadvertently enabled threading when it should have been disabed.
This also fixes a bug where importing the python module from a parent
directory would fail.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/openexr/Makefile
cvs rdiff -u -r1.66 -r1.67 pkgsrc/graphics/openexr/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/openexr/Makefile
diff -u pkgsrc/graphics/openexr/Makefile:1.74 pkgsrc/graphics/openexr/Makefile:1.75
--- pkgsrc/graphics/openexr/Makefile:1.74 Sun Nov 16 21:20:17 2025
+++ pkgsrc/graphics/openexr/Makefile Mon Nov 24 09:19:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2025/11/16 21:20:17 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2025/11/24 09:19:12 wiz Exp $
-DISTNAME= openexr-3.4.3
+DISTNAME= openexr-3.4.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/}
GITHUB_PROJECT= openexr
Index: pkgsrc/graphics/openexr/distinfo
diff -u pkgsrc/graphics/openexr/distinfo:1.66 pkgsrc/graphics/openexr/distinfo:1.67
--- pkgsrc/graphics/openexr/distinfo:1.66 Sun Nov 16 21:20:17 2025
+++ pkgsrc/graphics/openexr/distinfo Mon Nov 24 09:19:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.66 2025/11/16 21:20:17 wiz Exp $
+$NetBSD: distinfo,v 1.67 2025/11/24 09:19:12 wiz Exp $
-BLAKE2s (openexr-3.4.3.tar.gz) = 843d6bbee023f4e7c336fe15bb2ce7040630a24f3ceec2b313cbabf7ac83e809
-SHA512 (openexr-3.4.3.tar.gz) = 74675b981cc82b6b3144d9dd56df611031dcb2f3da91aeb46b41fc97ec94b9ea45cad10142e3f2d1cd29022b42351d057e1540bde519f4381e206076dc3a5dbb
-Size (openexr-3.4.3.tar.gz) = 25549651 bytes
+BLAKE2s (openexr-3.4.4.tar.gz) = 98116e7a50c83fce77f2b12400f76fbe081daf6cdf857527960313dc7fe5c192
+SHA512 (openexr-3.4.4.tar.gz) = 5543063d7941f08b4c85ab9428c104ba9ad38f33a043862d5dfd3243450cc0a3cdb2f3818c11db9fa15f5a0fa6847af8a756a6a96d7d5f7c9aa5b7fdccd817a6
+Size (openexr-3.4.4.tar.gz) = 25475204 bytes
Home |
Main Index |
Thread Index |
Old Index