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:           Mon Jan  5 17:05:44 UTC 2026

Modified Files:
        pkgsrc/graphics/opencolorio: Makefile PLIST distinfo

Log Message:
opencolorio: updated to 2.5.0

2.5.0

This is the main new feature release for this year and is the base version for the CY2026 VFX Reference Platform (which specifies 2.5.x).

The headline features this year are built-in ACES 2 configs, Vulkan support, a hue curve transform, and a set of new color space attributes designed to enhance interop.

In addition, there is a Preview Release of the config merging feature. The workflow possibilities of this feature are far-reaching and further modifications to the API and functionality are 
anticipated, based on your feedback, before this is finalized.

Ideally, application developers will introduce 2.5.0 into their testing programs now and then update to the latest 2.5.x release available before shipping next year.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/opencolorio/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/opencolorio/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/opencolorio/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/opencolorio/Makefile
diff -u pkgsrc/graphics/opencolorio/Makefile:1.17 pkgsrc/graphics/opencolorio/Makefile:1.18
--- pkgsrc/graphics/opencolorio/Makefile:1.17   Sat Sep 27 09:57:21 2025
+++ pkgsrc/graphics/opencolorio/Makefile        Mon Jan  5 17:05:44 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2025/09/27 09:57:21 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2026/01/05 17:05:44 adam Exp $
 
-DISTNAME=      OpenColorIO-2.4.2
+DISTNAME=      OpenColorIO-2.5.0
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=        OpenColorIO
@@ -44,8 +43,9 @@ BUILDLINK_TRANSFORM+= rm:-Werror
 
 # Use native macOS OpenGL.
 .if ${OPSYS} == "Darwin"
-# Tries to download sse2neon.h.
-CMAKE_CONFIGURE_ARGS+= -DOCIO_USE_SSE2NEON=OFF
+.  if ${MACHINE_ARCH} == "aarch64"
+.include "../../devel/sse2neon/buildlink3.mk"
+.  endif
 .else
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freeglut/buildlink3.mk"

Index: pkgsrc/graphics/opencolorio/PLIST
diff -u pkgsrc/graphics/opencolorio/PLIST:1.6 pkgsrc/graphics/opencolorio/PLIST:1.7
--- pkgsrc/graphics/opencolorio/PLIST:1.6       Mon Nov  4 21:20:59 2024
+++ pkgsrc/graphics/opencolorio/PLIST   Mon Jan  5 17:05:44 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/11/04 21:20:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/01/05 17:05:44 adam Exp $
 include/OpenColorIO/OpenColorABI.h
 include/OpenColorIO/OpenColorAppHelpers.h
 include/OpenColorIO/OpenColorIO.h
@@ -12,7 +12,7 @@ lib/cmake/OpenColorIO/OpenColorIOTargets
 lib/cmake/OpenColorIO/OpenColorIOTargets.cmake
 lib/libOpenColorIO.so
 lib/libOpenColorIO.so.${PKGVERSION}
-lib/libOpenColorIO.so.2.4
+lib/libOpenColorIO.so.2.5
 lib/libOpenColorIOoglapphelpers.a
 lib/pkgconfig/OpenColorIO.pc
 ${PYSITELIB}/PyOpenColorIO/PyOpenColorIO.so

Index: pkgsrc/graphics/opencolorio/distinfo
diff -u pkgsrc/graphics/opencolorio/distinfo:1.15 pkgsrc/graphics/opencolorio/distinfo:1.16
--- pkgsrc/graphics/opencolorio/distinfo:1.15   Sat Jun  7 21:36:37 2025
+++ pkgsrc/graphics/opencolorio/distinfo        Mon Jan  5 17:05:44 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2025/06/07 21:36:37 wiz Exp $
+$NetBSD: distinfo,v 1.16 2026/01/05 17:05:44 adam Exp $
 
-BLAKE2s (OpenColorIO-2.4.2.tar.gz) = 5c8a179d7f8e701ccfac7a8db8482cd403ce23d3d2be8bc95690a52c1d7fb1f6
-SHA512 (OpenColorIO-2.4.2.tar.gz) = d626007d7a7ae26f4cf2fa8e5675963af9127f500f824548ccc4e659ddb2cd275b988822b4f66e0170971426dc330d106e281cdae63a5bd141b9aadaa874a746
-Size (OpenColorIO-2.4.2.tar.gz) = 11398186 bytes
+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
 SHA1 (patch-share_cmake_utils_CheckSupportGL.cmake) = f259440166689f7fd8970a61456f111981083733
 SHA1 (patch-src_OpenColorIO_CMakeLists.txt) = 1d54608673f2cd04fd7382f7f513e4abb41ab65b



Home | Main Index | Thread Index | Old Index