|
@@ -1,9 +1,10 @@
|
|
|
+%bcond_with bootstrap
|
|
|
%bcond_with external_pugixml
|
|
|
|
|
|
%global subname oiio
|
|
|
|
|
|
Name: OpenImageIO
|
|
|
-Version: 2.2.18.0
|
|
|
+Version: 2.4.10.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Library for reading and writing images
|
|
|
Group: system
|
|
@@ -25,6 +26,7 @@ BuildRequires: robin-map-devel
|
|
|
BuildRequires: libboost-devel
|
|
|
BuildRequires: libboost-python3
|
|
|
BuildRequires: libboost-filesystem
|
|
|
+BuildRequires: libboost-chrono
|
|
|
#BuildRequires: glew-devel
|
|
|
BuildRequires: OpenEXR-devel
|
|
|
BuildRequires: python3-devel
|
|
@@ -42,10 +44,12 @@ BuildRequires: pugixml-devel
|
|
|
%endif
|
|
|
BuildRequires: pybind11-devel
|
|
|
|
|
|
+%if %{without bootstrap}
|
|
|
# WARNING: OpenColorIO and OpenImageIO are cross dependent.
|
|
|
# If an ABI incompatible update is done in one, the other also needs to be
|
|
|
# rebuilt.
|
|
|
BuildRequires: OpenColorIO-devel
|
|
|
+%endif
|
|
|
|
|
|
Obsoletes: python-OpenImageIO
|
|
|
|
|
@@ -167,7 +171,7 @@ rm -f src/include/OpenImageIO/pugixml.hpp \
|
|
|
%{_libdir}/libOpenImageIO_Util.so.*
|
|
|
|
|
|
%files -n python3-%{name}
|
|
|
-%{python3_sitearch}/OpenImageIO*.so
|
|
|
+%{python3_sitearch}/OpenImageIO
|
|
|
|
|
|
%files utils
|
|
|
%exclude %{_bindir}/iv
|
|
@@ -184,15 +188,18 @@ rm -f src/include/OpenImageIO/pugixml.hpp \
|
|
|
%{_libdir}/libOpenImageIO_Util.so
|
|
|
%dir %{_libdir}/pkgconfig
|
|
|
%{_libdir}/pkgconfig/OpenImageIO.pc
|
|
|
-%dir %{_datadir}/cmake
|
|
|
-%dir %{_datadir}/cmake/Modules
|
|
|
%dir %{_libdir}/cmake/OpenImageIO
|
|
|
-%{_datadir}/cmake/Modules/FindOpenImageIO.cmake
|
|
|
%{_libdir}/cmake/OpenImageIO/*
|
|
|
%{_includedir}/*
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Apr 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.10.0-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Thu Mar 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.9.0-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Wed Sep 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.18.0-1
|
|
|
- new upstream release.
|
|
|
- dropped ldconfig scriptlets.
|