pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/opencolorio
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 13 11:57:54 UTC 2026
Modified Files:
pkgsrc/graphics/opencolorio: Makefile distinfo
pkgsrc/graphics/opencolorio/patches:
patch-share_cmake_modules_Findyaml-cpp.cmake
Log Message:
opencolorio: updated to 2.5.1
2.5.1
This is an ABI-compatible update for the 2.5.x series that includes all fixes since the 2.5.0 release.
The two most notable changes are:
The output of pure-gamma TRC curves in ICC profiles is no longer clamped.
The texture binding indices for Vulkan have been reworked
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/opencolorio/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/opencolorio/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/graphics/opencolorio/patches/patch-share_cmake_modules_Findyaml-cpp.cmake
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/opencolorio/Makefile
diff -u pkgsrc/graphics/opencolorio/Makefile:1.18 pkgsrc/graphics/opencolorio/Makefile:1.19
--- pkgsrc/graphics/opencolorio/Makefile:1.18 Mon Jan 5 17:05:44 2026
+++ pkgsrc/graphics/opencolorio/Makefile Tue Jan 13 11:57:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/01/05 17:05:44 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/01/13 11:57:54 adam Exp $
-DISTNAME= OpenColorIO-2.5.0
+DISTNAME= OpenColorIO-2.5.1
PKGNAME= ${DISTNAME:tl}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
Index: pkgsrc/graphics/opencolorio/distinfo
diff -u pkgsrc/graphics/opencolorio/distinfo:1.16 pkgsrc/graphics/opencolorio/distinfo:1.17
--- pkgsrc/graphics/opencolorio/distinfo:1.16 Mon Jan 5 17:05:44 2026
+++ pkgsrc/graphics/opencolorio/distinfo Tue Jan 13 11:57:54 2026
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2026/01/05 17:05:44 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/01/13 11:57:54 adam Exp $
-BLAKE2s (OpenColorIO-2.5.0.tar.gz) = db5ac89cabd0c78f91d049b932beda801a47180c878dbd568171cd72f8777916
-SHA512 (OpenColorIO-2.5.0.tar.gz) = 2d3d6dcda60b10386a3dacb1cdb966b640917739091237d5788c4984a4c498a55b94c464b2076d6d82ee5fe0271150ee1767ebff14a94dc49039890b87189a29
-Size (OpenColorIO-2.5.0.tar.gz) = 14122936 bytes
-SHA1 (patch-share_cmake_modules_Findyaml-cpp.cmake) = d1caac8dc2f0be283b5a32d4e686c9200e8ae53f
+BLAKE2s (OpenColorIO-2.5.1.tar.gz) = c8b73cc07d8e4d7e5b1d52de3cd019aa831b46930122c71e7c18db23a7552932
+SHA512 (OpenColorIO-2.5.1.tar.gz) = 93d370a96882523defbaeb3c546860bf08cb152e430ff28cf02a976d265f0785d92aed1ab69a44db9ae4fc220ab1adaf0c5c1ecd2426d6b192a48add4c479364
+Size (OpenColorIO-2.5.1.tar.gz) = 14181252 bytes
+SHA1 (patch-share_cmake_modules_Findyaml-cpp.cmake) = 678bcf94b1443abc1fb6dda961a7def5aecfd6b9
SHA1 (patch-share_cmake_utils_CheckSupportGL.cmake) = f259440166689f7fd8970a61456f111981083733
SHA1 (patch-src_OpenColorIO_CMakeLists.txt) = 1d54608673f2cd04fd7382f7f513e4abb41ab65b
SHA1 (patch-src_apputils_argparse.cpp) = 2c0948e891ad340a36f728070ac57b55691cece0
Index: pkgsrc/graphics/opencolorio/patches/patch-share_cmake_modules_Findyaml-cpp.cmake
diff -u pkgsrc/graphics/opencolorio/patches/patch-share_cmake_modules_Findyaml-cpp.cmake:1.2 pkgsrc/graphics/opencolorio/patches/patch-share_cmake_modules_Findyaml-cpp.cmake:1.3
--- pkgsrc/graphics/opencolorio/patches/patch-share_cmake_modules_Findyaml-cpp.cmake:1.2 Wed Jun 26 16:20:55 2024
+++ pkgsrc/graphics/opencolorio/patches/patch-share_cmake_modules_Findyaml-cpp.cmake Tue Jan 13 11:57:54 2026
@@ -1,15 +1,15 @@
-$NetBSD: patch-share_cmake_modules_Findyaml-cpp.cmake,v 1.2 2024/06/26 16:20:55 adam Exp $
+$NetBSD: patch-share_cmake_modules_Findyaml-cpp.cmake,v 1.3 2026/01/13 11:57:54 adam Exp $
-Fix yaml-cpp-0.8.8 detection.
+Fix yaml-cpp-0.8.0 detection.
---- share/cmake/modules/Findyaml-cpp.cmake.orig 2024-01-30 07:11:35.000000000 +0000
+--- share/cmake/modules/Findyaml-cpp.cmake.orig 2026-01-13 03:55:53.000000000 +0000
+++ share/cmake/modules/Findyaml-cpp.cmake
-@@ -49,7 +49,7 @@ if(NOT OCIO_INSTALL_EXT_PACKAGES STREQUA
+@@ -44,7 +44,7 @@ if(NOT OCIO_INSTALL_EXT_PACKAGES STREQUA
+ set(_yaml-cpp_REQUIRED_VARS yaml-cpp_LIBRARY)
# Search for yaml-cpp-config.cmake
- if(NOT DEFINED yaml-cpp_ROOT)
-- find_package(yaml-cpp ${yaml-cpp_FIND_VERSION} CONFIG ${quiet})
-+ find_package(yaml-cpp::yaml-cpp ${yaml-cpp_FIND_VERSION} CONFIG ${quiet})
- endif()
+- find_package(yaml-cpp ${yaml-cpp_FIND_VERSION} CONFIG ${quiet})
++ find_package(yaml-cpp::yaml-cpp ${yaml-cpp_FIND_VERSION} CONFIG ${quiet})
if(yaml-cpp_FOUND)
+ # Alias target for yaml-cpp < 0.8 compatibility
Home |
Main Index |
Thread Index |
Old Index