]> git.pld-linux.org Git - packages/OpenImageIO.git/blobdiff - OpenImageIO.spec
Release 3 (by relup.sh)
[packages/OpenImageIO.git] / OpenImageIO.spec
index 62f63de2c466bc9585fb2bb86c9d2bc14a23ed4e..fc0a33c384c272380167e1559cfde196f52e4be3 100644 (file)
 Summary:       Library for reading and writing images
 Summary(pl.UTF-8):     Biblioteka do odczytu i zapisu obrazów
 Name:          OpenImageIO
-Version:       2.3.12.0
-Release:       2
+Version:       2.3.21.0
+Release:       3
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/OpenImageIO/oiio/releases
 Source0:       https://github.com/OpenImageIO/oiio/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: e109c5a4e6844f1f58c91ec7a991dbd7
+# Source0-md5: a5def3fc51a35b09f251bc32a11c24da
 Patch2:                %{name}-system-libcineon.patch
 Patch3:                no-clang-format.patch
 URL:           https://github.com/OpenImageIO/oiio
@@ -50,7 +50,7 @@ BuildRequires:        Qt5Widgets-devel >= 5.6
 BuildRequires: boost-devel >= 1.53
 BuildRequires: boost-python3-devel >= 1.53
 BuildRequires: bzip2-devel
-BuildRequires: cmake >= 3.2.2
+BuildRequires: cmake >= 3.12
 BuildRequires: dcmtk-devel >= 3.6.1
 BuildRequires: ffmpeg-devel >= 2.6
 BuildRequires: freetype-devel >= 2.0
@@ -388,7 +388,6 @@ cd build
 %cmake .. \
        -DCMAKE_INSTALL_MANDIR=%{_mandir}/man1 \
        -DEMBEDPLUGINS=OFF \
-       -DOPENJPEG_INCLUDE_DIR=%{_includedir}/openjpeg-2.4 \
        -DINCLUDE_INSTALL_DIR=%{_includedir}/%{name} \
        -DLIB_INSTALL_DIR:PATH=%{_libdir} \
        -DBUILD_TESTING=OFF \
@@ -546,4 +545,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n python3-OpenImageIO
 %defattr(644,root,root,755)
-%attr(755,root,root) %{py3_sitedir}/OpenImageIO*.so
+%dir %{py3_sitedir}/OpenImageIO
+%attr(755,root,root) %{py3_sitedir}/OpenImageIO/OpenImageIO*.so
+%{py3_sitedir}/OpenImageIO/__init__.py
This page took 0.094628 seconds and 4 git commands to generate.