pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/openimageio



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  1 16:18:44 UTC 2022

Modified Files:
        pkgsrc/graphics/openimageio: Makefile PLIST distinfo
Removed Files:
        pkgsrc/graphics/openimageio/patches: patch-src_libutil_sysutil.cpp

Log Message:
openimageio: updated to 2.2.20.0

Release 2.2.20 (1 Feb 2022) -- compared to 2.2.19

Fix some address sanitizer failures.
Build/CI: Deal with OpenColor renaming its master branch to main.
Windows: Fix error when compiling with MSVC.
Fix excessive memory usage when saving EXR with many channels.
TIFF: now works for 16-bit palette images.
Fix ImageBuf::read bug for images of mixed per-channel data types.

Release 2.2.19 (1 Nov 2021) -- compared to 2.2.18

Better catching of exceptions thrown by OCIO 1.x if it encounters 2.0 config files.
Address new warnings revealed by clang 13.
Fixed some minor python binding bugs.
Fix when building with Clang on big-endian architectures.
Fix occasional build breaks related to OpenCV headers.
Improvements to NetBSD and OpenBSD support..
Fixes to work with the libraw 202110 snapshot.

Release 2.2.18 (1 Sep 2021) -- compared to 2.2.17

Honor env variable CUE_THREADS (used by OpenCue) to set the default size of OIIO's thread pool.
Compatibility with OpenColorIO 2.1.
Dev: Extend Sysutil::getenv() to take a default if the environment variable is not found.

Release 2.2.17 (1 Aug 2021) -- compared to 2.2.16

Output to DPX files now supports IOProxy. (Input already did.)
typedesc.h: TypeDesc can now describe 2D and 3D bounding boxes, as arrays of 2 VEC2 aggregates (for 2D) or VEC3 aggregates (for 3D) with "BOX" semantic. The shorthand for these are TypeBox2, TypeBox3 
(for float), and TypeBox2i and TypeBox3i for integer or pixel coordinte boxes.
Build: Fixes for building against fmt 8.0.0.
Build: Finding boost is more flexible when desiring static libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/openimageio/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/openimageio/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/openimageio/distinfo
cvs rdiff -u -r1.5 -r0 \
    pkgsrc/graphics/openimageio/patches/patch-src_libutil_sysutil.cpp

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

Modified files:

Index: pkgsrc/graphics/openimageio/Makefile
diff -u pkgsrc/graphics/openimageio/Makefile:1.83 pkgsrc/graphics/openimageio/Makefile:1.84
--- pkgsrc/graphics/openimageio/Makefile:1.83   Mon Jan 10 01:46:35 2022
+++ pkgsrc/graphics/openimageio/Makefile        Fri Jul  1 16:18:44 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2022/01/10 01:46:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.84 2022/07/01 16:18:44 adam Exp $
 
-DISTNAME=      oiio-2.2.16.0
+DISTNAME=      oiio-2.2.20.0
 PKGNAME=       ${DISTNAME:S/oiio/openimageio/}
-PKGREVISION=   5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OpenImageIO/}
 GITHUB_PROJECT=        oiio

Index: pkgsrc/graphics/openimageio/PLIST
diff -u pkgsrc/graphics/openimageio/PLIST:1.9 pkgsrc/graphics/openimageio/PLIST:1.10
--- pkgsrc/graphics/openimageio/PLIST:1.9       Wed Jul 14 17:58:21 2021
+++ pkgsrc/graphics/openimageio/PLIST   Fri Jul  1 16:18:44 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/07/14 17:58:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/07/01 16:18:44 adam Exp $
 bin/iconvert
 bin/idiff
 bin/igrep
@@ -64,10 +64,10 @@ lib/cmake/OpenImageIO/OpenImageIOTargets
 lib/cmake/OpenImageIO/OpenImageIOTargets.cmake
 lib/libOpenImageIO.so
 lib/libOpenImageIO.so.2.2
-lib/libOpenImageIO.so.2.2.16
+lib/libOpenImageIO.so.2.2.20
 lib/libOpenImageIO_Util.so
 lib/libOpenImageIO_Util.so.2.2
-lib/libOpenImageIO_Util.so.2.2.16
+lib/libOpenImageIO_Util.so.2.2.20
 lib/pkgconfig/OpenImageIO.pc
 share/cmake/Modules/FindOpenImageIO.cmake
 share/doc/OpenImageIO/CHANGES-0.x.md

Index: pkgsrc/graphics/openimageio/distinfo
diff -u pkgsrc/graphics/openimageio/distinfo:1.27 pkgsrc/graphics/openimageio/distinfo:1.28
--- pkgsrc/graphics/openimageio/distinfo:1.27   Tue Oct 26 10:46:34 2021
+++ pkgsrc/graphics/openimageio/distinfo        Fri Jul  1 16:18:44 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2021/10/26 10:46:34 nia Exp $
+$NetBSD: distinfo,v 1.28 2022/07/01 16:18:44 adam Exp $
 
-BLAKE2s (oiio-2.2.16.0.tar.gz) = 7e5978a58f4a6ebc8f63e9612914b9e0b7b620af26dc9c9ea267a5b5495eb6d2
-SHA512 (oiio-2.2.16.0.tar.gz) = f4919801ade1de1bf4427ffb7f7e36c0a292b1f374b035cec425921fe8df61f7b5c1fbc961884d21ae41a975d7ccc8da884e9404c9f487232c71ec42e6044ea3
-Size (oiio-2.2.16.0.tar.gz) = 29239455 bytes
+BLAKE2s (oiio-2.2.20.0.tar.gz) = df9abfff664dfa32500bce970085f5fbab86f7f6f77890a0e9fa19d1c202861f
+SHA512 (oiio-2.2.20.0.tar.gz) = 0c02f79973ac66633cadfe7159112fe5007b8af96d25e5aa7586fd5543472e8a63b384574bdd6af4236e18092e53e6bf318b47fa36b4c25afe5ce41c5c71b3ff
+Size (oiio-2.2.20.0.tar.gz) = 29253646 bytes
 SHA1 (patch-src_cmake_compiler.cmake) = 8c06e8e22eb927bbdec288c166a5dc44fbef5acb
 SHA1 (patch-src_libutil_sysutil.cpp) = f828232fed737ede5013e926630e29efa63c8f04



Home | Main Index | Thread Index | Old Index