forked from pool/OpenColorIO
Accepting request 1326946 from home:darix:branches:graphics
- Update to 2.5.1
The two most notable changes are:
- The output of pure-gamma TRC curves in ICC profiles is no
longer clamped (issue #1915).
- The texture binding indices for Vulkan have been reworked
(issue #2225).
Bug fixes and minor enhancements:
- PR #2224, Remove [0,1] clamping from ICC transforms
- PR #2226, Fix Vulkan texture binding index issue
- PR #2204, Fix interop ID issue in ociocheck
- PR #2227, ACES2 Array subscript out of range exception
- PR #2206, Handle transposed matrices to applyRGB in Python
- PR #2231, Out-of-bounds issue in ThrowInvalidRegex
OBS-URL: https://build.opensuse.org/request/show/1326946
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenColorIO?expand=0&rev=77
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 11:15:14 UTC 2026 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 2.5.1
|
||||
The two most notable changes are:
|
||||
- The output of pure-gamma TRC curves in ICC profiles is no
|
||||
longer clamped (issue #1915).
|
||||
- The texture binding indices for Vulkan have been reworked
|
||||
(issue #2225).
|
||||
|
||||
Bug fixes and minor enhancements:
|
||||
- PR #2224, Remove [0,1] clamping from ICC transforms
|
||||
- PR #2226, Fix Vulkan texture binding index issue
|
||||
- PR #2204, Fix interop ID issue in ociocheck
|
||||
- PR #2227, ACES2 Array subscript out of range exception
|
||||
- PR #2206, Handle transposed matrices to applyRGB in Python
|
||||
- PR #2231, Out-of-bounds issue in ThrowInvalidRegex
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 02:34:14 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package OpenColorIO
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -32,7 +32,7 @@ Name: OpenColorIO
|
||||
%else
|
||||
Name: OpenColorIO-tools
|
||||
%endif
|
||||
Version: 2.5.0
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: Color Management Solution Geared Towards Motion Picture Production
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:124e2bfa8a9071959d6ddbb64ffbf78d3f6fe3c923ae23e96a6bbadde1af55b6
|
||||
size 14122936
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08cb6213ea4edee550ab050509d38204004bee6742c658166b1cf825d0a9381b
|
||||
size 14181252
|
||||
Reference in New Issue
Block a user