Accepting request 1243934 from graphics
OBS-URL: https://build.opensuse.org/request/show/1243934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenColorIO?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 1 22:20:57 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Lock OpenImageIO to < 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 00:15:57 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- apparently the 2.4.0 tarball for a moment had the version set to
|
||||
2.5.0 when i grabbed it. now it was fixed down to 2.4.x again.
|
||||
so the soversion is downgraded again to 2.4
|
||||
|
||||
https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/2073
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 23:56:48 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 2.4.1
|
||||
This is an ABI-compatible update for the 2.4.x series that
|
||||
includes all fixes since the 2.4.0 release.
|
||||
|
||||
The ACES 2 implementation is still considered a Preview Release.
|
||||
OCIO contributors are working closely with the ACES 2 Output
|
||||
Transforms working group and a 2.4.2 release is planned for early
|
||||
March to finalize the ACES 2 algorithm implementation. A preview
|
||||
of the ACES 2 config files (compatible with OCIO 2.4.1) is
|
||||
available here.
|
||||
|
||||
- Bug fixes and minor enhancements:
|
||||
- PR #2068, Fix views/display sub-menus in OCIO Display app for
|
||||
ACES 2 compatibility
|
||||
- PR #2095, Add "DISPLAY - CIE-XYZ-D65_to_DisplayP3-HDR"
|
||||
built-in transform
|
||||
- PR #2104, Optimizer detects pair inverses before combining
|
||||
multiple op pairs
|
||||
- PR #2074, Text format (e.g., Iridas cube) parsing
|
||||
optimizations
|
||||
- PR #2106, Fix Python wheel macOS workflow and make
|
||||
OCIO_PYTHON_LOAD_DLLS_FROM_PATH opt-in
|
||||
- PR #2090, Fix bit-depth attribute for inverse LUTs when
|
||||
writing CTFs
|
||||
- PR #2078, Added more accurate DX11 HLSL shading language enum
|
||||
name
|
||||
- PR #2077, Match ACES 2.0 shader resource suffix format to
|
||||
regular LUTs
|
||||
- PR #2096, Fixed range function error in nuke colorlookup
|
||||
examples
|
||||
- Build, documentation, and website enhancements:
|
||||
- PR #2072, Enable parallel source file compilation on MSVC
|
||||
- PR #2085, Update doc building instructions
|
||||
- PR #2084, Photoshop now supports OCIO
|
||||
- PR #2088, Add Disguise to list of supported applications
|
||||
- PR #2069, Move GPU LUT files into the tests dir
|
||||
- PR #2102, Fix broken Linux and Mac CI workflow
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:24:19 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package OpenColorIO
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,14 +25,14 @@
|
||||
# Ensure that libyaml-cpp version is the one that is built against
|
||||
# See boo#1160171
|
||||
%define yamlrequires %(rpm -q --requires yaml-cpp-devel | grep libyaml || echo aaa_base)
|
||||
%define so_ver 2_5
|
||||
%define so_ver 2_4
|
||||
%define pkg_name OpenColorIO
|
||||
%if %{without ocio_tools}
|
||||
Name: OpenColorIO
|
||||
%else
|
||||
Name: OpenColorIO-tools
|
||||
%endif
|
||||
Version: 2.4.0
|
||||
Version: 2.4.1
|
||||
Release: 0
|
||||
Summary: Color Management Solution Geared Towards Motion Picture Production
|
||||
License: BSD-3-Clause
|
||||
@@ -54,8 +54,6 @@ BuildRequires: yaml-cpp-devel >= 0.6.3
|
||||
BuildRequires: pkgconfig(minizip-ng) >= 4.0.4
|
||||
Recommends: %{pkg_name}-doc = %{version}
|
||||
%if %{with ocio_tools}
|
||||
BuildRequires: OpenImageIO >= 2.1.9
|
||||
BuildRequires: OpenImageIO-devel >= 2.1.9
|
||||
BuildRequires: OpenImageIO-plugin-osl
|
||||
BuildRequires: OpenShadingLanguage-devel
|
||||
BuildRequires: python3-MarkupSafe
|
||||
@@ -67,6 +65,8 @@ BuildRequires: python3-six
|
||||
BuildRequires: python3-sphinx-tabs
|
||||
BuildRequires: python3-sphinx_press_theme
|
||||
BuildRequires: python3-testresources
|
||||
BuildRequires: (OpenImageIO >= 2.1.9 with OpenImageIO < 3)
|
||||
BuildRequires: (OpenImageIO-devel >= 2.1.9 with OpenImageIO-devel < 3)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glew)
|
||||
BuildRequires: pkgconfig(glut)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00fc49578abf8435eb041088af44c8c4bcaafbe04021d53d341adcd488aec711
|
||||
size 11380341
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4eb15408b33dffd6ba0bba9a53328085b40bdd9319fa3d0d7348d06a8cbe842
|
||||
size 11386201
|
||||
Reference in New Issue
Block a user