pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/openexr openexr: update to 3.1.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4732f831e770
branches:  trunk
changeset: 377442:4732f831e770
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 20 20:29:54 2022 +0000

description:
openexr: update to 3.1.5.

## Version 3.1.5 (April 11, 2022)

Patch release that address various bug/build/doc issues:

* Add backwards-compatibilty flags to the core library to match
  original behavior of the the c++ library. Fixes reading of certain
  files by the new core.
* Fix build failures on MSVC14 and MSVC 2022
* Fix build failure on latest 64-bit Ubuntu
* Documentation refers to primary branch as "main"
* Update the CI workflow matrix to VFX-CY2022
* Update auto-fetch Imath version to v3.1.5

diffstat:

 graphics/openexr/Makefile |   4 ++--
 graphics/openexr/PLIST    |  12 ++++++------
 graphics/openexr/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (64 lines):

diff -r eb86e42db8d7 -r 4732f831e770 graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Wed Apr 20 20:27:47 2022 +0000
+++ b/graphics/openexr/Makefile Wed Apr 20 20:29:54 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2022/02/02 14:48:18 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2022/04/20 20:29:54 wiz Exp $
 
-DISTNAME=      openexr-3.1.4
+DISTNAME=      openexr-3.1.5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openexr/}
 GITHUB_PROJECT=        openexr
diff -r eb86e42db8d7 -r 4732f831e770 graphics/openexr/PLIST
--- a/graphics/openexr/PLIST    Wed Apr 20 20:27:47 2022 +0000
+++ b/graphics/openexr/PLIST    Wed Apr 20 20:29:54 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2022/02/02 14:48:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/04/20 20:29:54 wiz Exp $
 bin/exr2aces
 bin/exrenvmap
 bin/exrheader
@@ -153,23 +153,23 @@
 lib/cmake/OpenEXR/OpenEXRTargets.cmake
 lib/libIex-3_1.so
 lib/libIex-3_1.so.30
-lib/libIex-3_1.so.30.4.1
+lib/libIex-3_1.so.30.5.1
 lib/libIex.so
 lib/libIlmThread-3_1.so
 lib/libIlmThread-3_1.so.30
-lib/libIlmThread-3_1.so.30.4.1
+lib/libIlmThread-3_1.so.30.5.1
 lib/libIlmThread.so
 lib/libOpenEXR-3_1.so
 lib/libOpenEXR-3_1.so.30
-lib/libOpenEXR-3_1.so.30.4.1
+lib/libOpenEXR-3_1.so.30.5.1
 lib/libOpenEXR.so
 lib/libOpenEXRCore-3_1.so
 lib/libOpenEXRCore-3_1.so.30
-lib/libOpenEXRCore-3_1.so.30.4.1
+lib/libOpenEXRCore-3_1.so.30.5.1
 lib/libOpenEXRCore.so
 lib/libOpenEXRUtil-3_1.so
 lib/libOpenEXRUtil-3_1.so.30
-lib/libOpenEXRUtil-3_1.so.30.4.1
+lib/libOpenEXRUtil-3_1.so.30.5.1
 lib/libOpenEXRUtil.so
 lib/pkgconfig/OpenEXR.pc
 share/doc/OpenEXR/examples/drawImage.cpp
diff -r eb86e42db8d7 -r 4732f831e770 graphics/openexr/distinfo
--- a/graphics/openexr/distinfo Wed Apr 20 20:27:47 2022 +0000
+++ b/graphics/openexr/distinfo Wed Apr 20 20:29:54 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2022/02/02 14:48:18 wiz Exp $
+$NetBSD: distinfo,v 1.45 2022/04/20 20:29:54 wiz Exp $
 
-BLAKE2s (openexr-3.1.4.tar.gz) = b25c9590a8d9c47207ad5390551c6c652ff82cd6aa23da5b35e76cb7fc3f6d0c
-SHA512 (openexr-3.1.4.tar.gz) = 612ab3467f9ccf2779e1592361cb07459571122e10c0a0b3020430cfa34fa3b91ca1d63cc12a5f85d5b53b277b3f7a88862e6477f0f3566a4196b8245f6bfe12
-Size (openexr-3.1.4.tar.gz) = 20323658 bytes
+BLAKE2s (openexr-3.1.5.tar.gz) = d48858f2a546e88bfa682415076337b73e656b3e9314eccf1f77ad20b3d2bcb3
+SHA512 (openexr-3.1.5.tar.gz) = 01ef16eacd2dde83c67b81522bae87f47ba272a41ce7d4e35d865dbdcaa03093e7ac504b95d2c1b3a19535f2364a4f937b0e0570c74243bb1c6e021fce7b620c
+Size (openexr-3.1.5.tar.gz) = 20327926 bytes
 SHA1 (patch-src_lib_OpenEXR_ImfSystemSpecific.h) = 87c234bc497cd1fe34d38dfcdaa943486f8971e5



Home | Main Index | Thread Index | Old Index