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: Fri Apr 5 10:45:56 UTC 2024
Modified Files:
pkgsrc/graphics/openexr: Makefile distinfo
Log Message:
openexr: update to 3.2.4.
## Version 3.2.4 (March 26, 2024)
Patch release that fixes handling of dwa compression in OpenEXRCore library.
Other miscellaneous changes:
- Add CMake `find_dependency` for `libdeflate`, to fix a vcpkg build error
- Remove the unused CMake option ``OPENEXR_INSTALL_EXAMPLES``
- Fix some other compiler warnings.
### Merged Pull Requests
* Fix typo causing prefix len to be wrong
* CMake packaging fix.
* Improve workflow filters
* 🐛 Remove the OPENEXR_INSTALL_EXAMPLES CMake option
* Initialize _ySampling to 0
* Use size_t as iterator instead of int
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/openexr/Makefile
cvs rdiff -u -r1.54 -r1.55 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.60 pkgsrc/graphics/openexr/Makefile:1.61
--- pkgsrc/graphics/openexr/Makefile:1.60 Mon Mar 11 13:16:04 2024
+++ pkgsrc/graphics/openexr/Makefile Fri Apr 5 10:45:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2024/03/11 13:16:04 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2024/04/05 10:45:55 wiz Exp $
-DISTNAME= openexr-3.2.3
+DISTNAME= openexr-3.2.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/}
GITHUB_PROJECT= openexr
Index: pkgsrc/graphics/openexr/distinfo
diff -u pkgsrc/graphics/openexr/distinfo:1.54 pkgsrc/graphics/openexr/distinfo:1.55
--- pkgsrc/graphics/openexr/distinfo:1.54 Mon Mar 11 13:16:04 2024
+++ pkgsrc/graphics/openexr/distinfo Fri Apr 5 10:45:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2024/03/11 13:16:04 wiz Exp $
+$NetBSD: distinfo,v 1.55 2024/04/05 10:45:55 wiz Exp $
-BLAKE2s (openexr-3.2.3.tar.gz) = fd11387b1d3dfb4fcb187d0b639a80ef32a7d9fddfe5c0583f8572e3b4ebfa9e
-SHA512 (openexr-3.2.3.tar.gz) = 6e0a6fdcfae57c6e8b060d9aeed57140d96d39bffe5e40edd6ea5beb06e569323833d07906316ffca05f48e8409d0ea4174e2cd84d554404a4ee432e07d7b5e6
-Size (openexr-3.2.3.tar.gz) = 18855303 bytes
+BLAKE2s (openexr-3.2.4.tar.gz) = fe5b1f8a5cf0a4e0e159aa8c15163453854845877c46336b13118a473dcf1bdd
+SHA512 (openexr-3.2.4.tar.gz) = ecc3d8b206bda5e5897ac9cd797a8432b76981de10d49cbb107af2b4108c22186de0dda25a9a43b07e18d641ef71508445d95f659a4ca932e029d48ee029a492
+Size (openexr-3.2.4.tar.gz) = 18856440 bytes
Home |
Main Index |
Thread Index |
Old Index