- Color management improvements:
- Auto convert between oiio:ColorSpace and CICP attributes in
I/O #4964 (by Brecht Van Lommel)
- exr: Write OpenEXR colorInteropID metadata based on
oiio:ColorSpace #4967 (by Brecht Van Lommel)
- jpeg-xl: CICP read and write support for JPEG-XL #4968 (by
Brecht Van Lommel)
- jpeg-xl: ICC read and write for JPEG-XL files (issue 4649)
#4905 (by shanesmith-dwa)
- png: We were not correctly suppressing hint metadata #4983
- sgi: Implement RLE encoding support for output #4990 (by Jesse
Yurkovich)
- webp: Allow out-of-order scanlines when writing webp #4973 (by
Pavan Madduri)
- fix/IBA: IBA::compare_Yee() accessed the wrong channel #4976
(by Pavan Madduri)
- perf/filesystem.h: Speedup to detect the existence of files on
Windows #4977 (by JacksonSun-adsk)
- ci: Address tight disk space on GHA runners #4974
- ci: Optimize install_homebrew_deps by coalescing installs #4975
- ci: Build_Ptex.bash should build Ptex using C++17 #4978
- ci: Unbreak CI by adjusting Ubuntu installs #4981
- ci: Test against libraw 0.21.5 #4988
- docs: Fix missing docs for OIIO:attribute() and
OIIO::getattribute() #4987
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageIO?expand=0&rev=186
348 lines
11 KiB
RPMSpec
348 lines
11 KiB
RPMSpec
#
|
|
# spec file for package OpenImageIO
|
|
#
|
|
# 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%global __builder ninja
|
|
|
|
%if 0%{?suse_version} > 1500
|
|
%ifarch aarch64 %{arm}
|
|
%bcond_with imageviewer
|
|
%else
|
|
%bcond_without imageviewer
|
|
%endif
|
|
%else
|
|
%bcond_with imageviewer
|
|
%endif
|
|
|
|
%if 0%{?suse_version} > 1500
|
|
%bcond_without libheif
|
|
%bcond_without python_bindings
|
|
%bcond_without runtests
|
|
%else
|
|
%bcond_with python_bindings
|
|
%bcond_with libheif
|
|
%bcond_with runtests
|
|
%endif
|
|
%bcond_without opencv
|
|
%bcond_with apidocs
|
|
%bcond_with ptex
|
|
|
|
%if 0%{?suse_version} == 1500
|
|
%global force_gcc_version 14
|
|
%global force_boost_version 1_75_0
|
|
%endif
|
|
|
|
%global images_ts 20250119T083517
|
|
%global so_ver 3_1
|
|
%global major_minor_ver 3.1
|
|
|
|
Name: OpenImageIO
|
|
Version: 3.1.9.0
|
|
Release: 0
|
|
Summary: Library for Reading and Writing Images
|
|
License: Apache-2.0
|
|
Group: Productivity/Graphics/Other
|
|
URL: https://www.openimageio.org/
|
|
Source0: https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
# this contains the actual test images, only used during build
|
|
Source1: oiio-images-%{images_ts}.tar.xz
|
|
# NOTE: Please don't uncomment a build requirement unless you have submitted the package to factory and it exists
|
|
#BuildRequires: Field3D-devel
|
|
BuildRequires: cmake >= 3.18.2
|
|
BuildRequires: dcmtk-devel
|
|
BuildRequires: ninja
|
|
%if %{with apidocs}
|
|
BuildRequires: doxygen
|
|
%endif
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc%{?force_gcc_version}-c++
|
|
BuildRequires: giflib-devel >= 5.0
|
|
BuildRequires: hdf5-devel
|
|
# can be dropped when upgrading to 3.x again
|
|
#BuildRequires: libboost_atomic%{?force_boost_version}-devel
|
|
#BuildRequires: libboost_filesystem%{?force_boost_version}-devel
|
|
#BuildRequires: libboost_system%{?force_boost_version}-devel
|
|
#BuildRequires: libboost_thread%{?force_boost_version}-devel
|
|
#/ can be dropped when upgrading to 3.x again
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libpng-devel >= 1.6.0
|
|
BuildRequires: openvdb-devel >= 9.0
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pugixml-devel
|
|
%if %{with python_bindings}
|
|
BuildRequires: python3-devel >= 3.9
|
|
BuildRequires: python3-pybind11-devel >= 2.7
|
|
# required for testsuite
|
|
BuildRequires: python3-numpy
|
|
%endif
|
|
BuildRequires: robin-map-devel >= 1.2.0
|
|
BuildRequires: tbb-devel
|
|
BuildRequires: txt2man
|
|
BuildRequires: pkgconfig(OpenColorIO) >= 2.3
|
|
BuildRequires: pkgconfig(OpenEXR) >= 3.1
|
|
%if %{with ptex}
|
|
BuildRequires: ptex-devel-static
|
|
%endif
|
|
BuildRequires: pkgconfig(bzip2)
|
|
BuildRequires: pkgconfig(fmt)
|
|
BuildRequires: pkgconfig(freetype2) >= 2.10
|
|
# we need the full package to make the testsuite pass:
|
|
# https://github.com/AcademySoftwareFoundation/OpenImageIO/issues/4919
|
|
#!BuildConflicts: ffmpeg-4-mini-devel
|
|
#!BuildConflicts: ffmpeg-5-mini-devel
|
|
#!BuildConflicts: ffmpeg-6-mini-devel
|
|
#!BuildConflicts: ffmpeg-7-mini-devel
|
|
#!BuildConflicts: ffmpeg-8-mini-devel
|
|
BuildRequires: pkgconfig(libavdevice)
|
|
BuildRequires: pkgconfig(libjxl)
|
|
%if %{with libheif}
|
|
BuildRequires: pkgconfig(libheif) >= 1.11
|
|
%endif
|
|
BuildRequires: pkgconfig(libopenjp2)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
%if %{with imageviewer}
|
|
BuildRequires: cmake(Qt6Core)
|
|
BuildRequires: cmake(Qt6Gui)
|
|
BuildRequires: cmake(Qt6OpenGLWidgets)
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
%endif
|
|
BuildRequires: pkgconfig(libraw) >= 0.20
|
|
BuildRequires: pkgconfig(libtiff-4) > 4.0
|
|
BuildRequires: pkgconfig(libwebp) >= 1.1
|
|
BuildRequires: pkgconfig(libwebpdecoder)
|
|
BuildRequires: pkgconfig(libwebpdemux)
|
|
BuildRequires: pkgconfig(libwebpmux)
|
|
%if %{with opencv}
|
|
BuildRequires: pkgconfig(opencv4)
|
|
%endif
|
|
BuildRequires: fonts-config
|
|
BuildRequires: pkgconfig(zlib)
|
|
Recommends: google-droid-fonts
|
|
|
|
%description
|
|
OpenImageIO is a library for reading and writing images, and a bunch of related
|
|
classes, utilities, and applications. There is a particular emphasis on formats
|
|
and functionality used in professional, large-scale animation and visual
|
|
effects work for film. OpenImageIO is used extensively in animation and VFX
|
|
studios all over the world, and is also incorporated into several commercial
|
|
products.
|
|
|
|
%package devel
|
|
Summary: Development Files for OpenImageIO
|
|
Group: Development/Libraries/C and C++
|
|
# Make the cmake finder happy
|
|
Requires: OpenImageIO = %{version}
|
|
Requires: pkgconfig(Imath)
|
|
# /Make the cmake finder happy
|
|
Requires: fmt-devel
|
|
Requires: libOpenImageIO%{so_ver} = %{version}
|
|
Requires: libOpenImageIO_Util%{so_ver} = %{version}
|
|
Suggests: %{name}-devel-doc
|
|
|
|
%description devel
|
|
This package provides development libraries and headers needed to build
|
|
software using OpenImageIO.
|
|
|
|
%package devel-doc
|
|
Summary: API documentation for OpenImageIO
|
|
Group: Productivity/Graphics/Other
|
|
Requires: %{name}-devel
|
|
BuildArch: noarch
|
|
|
|
%description devel-doc
|
|
This package provides the API documentation for OpenImageIO.
|
|
|
|
%package -n libOpenImageIO%{so_ver}
|
|
Summary: Library for Reading and Writing Images
|
|
Group: System/Libraries
|
|
# this is unfortunate and a fallout of properly naming the lib after fixing so_ver
|
|
|
|
%description -n libOpenImageIO%{so_ver}
|
|
OpenImageIO is a library for reading and writing images, and a bunch of related
|
|
classes, utilities, and applications. There is a particular emphasis on formats
|
|
and functionality used in professional, large-scale animation and visual
|
|
effects work for film. OpenImageIO is used extensively in animation and VFX
|
|
studios all over the world, and is also incorporated into several commercial
|
|
products.
|
|
|
|
%package -n libOpenImageIO_Util%{so_ver}
|
|
Summary: Library for Reading and Writing Images
|
|
Group: System/Libraries
|
|
|
|
%description -n libOpenImageIO_Util%{so_ver}
|
|
OpenImageIO is a library for reading and writing images, and a bunch of related
|
|
classes, utilities, and applications. There is a particular emphasis on formats
|
|
and functionality used in professional, large-scale animation and visual
|
|
effects work for film. OpenImageIO is used extensively in animation and VFX
|
|
studios all over the world, and is also incorporated into several commercial
|
|
products.
|
|
|
|
%package -n python3-OpenImageIO
|
|
Summary: Python Bindings for OpenImageIO
|
|
Group: Development/Libraries/Python
|
|
|
|
%description -n python3-OpenImageIO
|
|
This package contains python bindings for OpenImageIO.
|
|
|
|
%prep
|
|
%autosetup -p1 -b 1
|
|
# CMake looks for images at <CMAKE_BINARY_DIR>/testsuite/oiio-images
|
|
mkdir -p %{__builddir}/testsuite
|
|
ln -sf %{_builddir}/oiio-images-%{images_ts} %{__builddir}/testsuite/oiio-images
|
|
|
|
# Make sure that bundled libraries are not used
|
|
rm -f src/include/pugiconfig.hpp \
|
|
src/include/pugixml.hpp
|
|
rm -rf src/include/tbb/
|
|
|
|
find . -iname \*.py -print -exec sed -i '1s@^#!.*@#!%{_bindir}/python3@' '{}' \;
|
|
|
|
%build
|
|
%if 0%{?force_gcc_version}
|
|
export CC="gcc-%{?force_gcc_version}"
|
|
export CXX="g++-%{?force_gcc_version}"
|
|
%endif
|
|
|
|
%cmake \
|
|
%ifarch ppc
|
|
-DNOTHREADS=ON \
|
|
%endif
|
|
-DCMAKE_CXX_STANDARD=17 \
|
|
-DINSTALL_DOCS:BOOL=ON \
|
|
-DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name} \
|
|
-DCMAKE_INSTALL_MANDIR:PATH=%{_mandir}/man1 \
|
|
-DINSTALL_FONTS:BOOL=OFF \
|
|
-DLINKSTATIC:BOOL=OFF \
|
|
-DUSE_EXTERNAL_PUGIXML:BOOL=ON \
|
|
-DUSE_FFMPEG:BOOL=ON \
|
|
-DUSE_Nuke:BOOL=OFF \
|
|
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
|
-DUSE_OPENCV:BOOL=%{?with_opencv:ON}%{!?with_opencv:OFF} \
|
|
-DUSE_PYTHON:BOOL=%{?with_python_bindings:ON}%{!?with_python_bindings:OFF} \
|
|
-DUSE_Ptex:BOOL=%{?with_ptex:ON}%{!?with_ptex:OFF} \
|
|
-DPYTHON_EXECUTABLE:PATH=%{_bindir}/python3 \
|
|
-DPLUGIN_SEARCH_PATH:PATH=%{_libdir}/%{name}-%{major_minor_ver} \
|
|
..
|
|
%cmake_build
|
|
|
|
%if %{with apidocs}
|
|
cd ..
|
|
make %{?_smp_mflags} doxygen
|
|
%endif
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
# Create and own the default plugin directory
|
|
mkdir -p %{buildroot}%{_libdir}/%{name}-%{major_minor_ver}
|
|
|
|
%if %{with apidocs}
|
|
# Install additional devel documentation
|
|
cp -a src/doc/doxygen/html/ %{buildroot}%{_docdir}/%{name}-devel/
|
|
%endif
|
|
|
|
# Clean up licenses installed in _licensedir
|
|
rm %{buildroot}%{_docdir}/%{name}/LICENSE*md
|
|
|
|
%fdupes -s %{buildroot}
|
|
|
|
%if %{with runtests}
|
|
%check
|
|
# Make sure testsuite can find required fonts. Especially `DroidSerif.ttf` which is not part of our google-droid-fonts package
|
|
# we need
|
|
export OPENIMAGEIO_FONTS="$(dirname $(find ${PWD}/src/fonts/ -type f -name \*.ttf) | sort -u | tr '\n' ':' | sed -e 's|:$||g')"
|
|
./build/bin/oiiotool --echo "{getattribute(font_dir_list)}"
|
|
# without this the python tests can not link the library
|
|
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
|
# used as suffix for python binary
|
|
export PYTHON_VERSION=3
|
|
export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
|
export PYTHONDONTWRITEBYTECODE=1
|
|
#
|
|
# https://github.com/AcademySoftwareFoundation/OpenImageIO/issues/4615
|
|
#
|
|
# heif -> our libheif does not support h265
|
|
# ptex -> fileformat which we do not support
|
|
# jpeg-ultrahdr -> fileformat which we do not support
|
|
# cmake-consumer docs-examples-cpp -> currently failing tests as they assume normal cmake search paths will work to find the OIIO devel files in the final location
|
|
# docs-examples-python -> fails if docs-examples-cpp was not attempted
|
|
export disabled_tests="heif|ptex|jpeg-ultrahdr|cmake-consumer|docs-examples-cpp|docs-examples-python"
|
|
%ifarch x86_64
|
|
%ctest '-E' ${disabled_tests}
|
|
%else
|
|
# Many test cases are failing on PPC, ARM, ix64 ... ignore for now
|
|
%ctest '-E' ${disabled_tests} || true
|
|
%endif
|
|
%endif
|
|
|
|
%ldconfig_scriptlets -n libOpenImageIO%{so_ver}
|
|
%ldconfig_scriptlets -n libOpenImageIO_Util%{so_ver}
|
|
|
|
%files
|
|
%doc %{_docdir}/%{name}/
|
|
%license LICENSE.md
|
|
%{_bindir}/iconvert
|
|
%{_bindir}/idiff
|
|
%{_bindir}/igrep
|
|
%{_bindir}/iinfo
|
|
%if %{with imageviewer}
|
|
%{_bindir}/iv
|
|
%endif
|
|
%{_bindir}/maketx
|
|
%{_bindir}/oiiotool
|
|
%{_bindir}/testtex
|
|
%if %{with python_bindings}
|
|
%{_mandir}/man1/iconvert.1.*
|
|
%{_mandir}/man1/idiff.1.*
|
|
%{_mandir}/man1/igrep.1.*
|
|
%{_mandir}/man1/iinfo.1.*
|
|
%if %{with imageviewer}
|
|
%{_mandir}/man1/iv.1.*
|
|
%endif
|
|
%{_mandir}/man1/maketx.1.*
|
|
%{_mandir}/man1/oiiotool.1.*
|
|
%endif
|
|
|
|
%if %{with apidocs}
|
|
%files devel-doc
|
|
%doc %{_docdir}/%{name}-devel/
|
|
%endif
|
|
|
|
%files devel
|
|
%{_includedir}/%{name}
|
|
%{_libdir}/pkgconfig/OpenImageIO.pc
|
|
%{_libdir}/cmake/OpenImageIO/
|
|
%{_libdir}/libOpenImageIO.so
|
|
%{_libdir}/libOpenImageIO_Util.so
|
|
|
|
%files -n lib%{name}%{so_ver}
|
|
%license LICENSE.md
|
|
%{_libdir}/lib%{name}.so.*
|
|
%dir %{_libdir}/%{name}-%{major_minor_ver}
|
|
|
|
%files -n lib%{name}_Util%{so_ver}
|
|
%license LICENSE.md
|
|
%{_libdir}/lib%{name}_Util.so.*
|
|
|
|
%if %{with python_bindings}
|
|
%files -n python3-%{name}
|
|
%license LICENSE.md
|
|
%{python3_sitearch}/%{name}/
|
|
%endif
|
|
|
|
%changelog
|