|
@@ -1,7 +1,7 @@
|
|
%global subname oiio
|
|
%global subname oiio
|
|
|
|
|
|
Name: OpenImageIO
|
|
Name: OpenImageIO
|
|
-Version: 1.7.19
|
|
+Version: 1.8.16
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Library for reading and writing images
|
|
Summary: Library for reading and writing images
|
|
|
|
|
|
@@ -15,14 +15,14 @@ Source0: https://github.com/%{name}/%{subname}/archive/Release-%{version}
|
|
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
BuildRequires: txt2man
|
|
BuildRequires: txt2man
|
|
-BuildRequires: qt4-devel
|
|
+BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: libboost-devel
|
|
BuildRequires: libboost-devel
|
|
BuildRequires: libboost-python
|
|
BuildRequires: libboost-python
|
|
BuildRequires: libboost-filesystem
|
|
BuildRequires: libboost-filesystem
|
|
BuildRequires: glew-devel
|
|
BuildRequires: glew-devel
|
|
BuildRequires: OpenEXR-devel ilmbase-devel
|
|
BuildRequires: OpenEXR-devel ilmbase-devel
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
-BuildRequires: openssl-devel
|
|
+# BuildRequires: openssl-devel
|
|
BuildRequires: libpng-devel libtiff-devel openjpeg-devel giflib-devel
|
|
BuildRequires: libpng-devel libtiff-devel openjpeg-devel giflib-devel
|
|
BuildRequires: libwebp-devel
|
|
BuildRequires: libwebp-devel
|
|
BuildRequires: Field3D-devel
|
|
BuildRequires: Field3D-devel
|
|
@@ -108,7 +108,7 @@ Development files for package %{name}
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%{__rm} -rf build/linux && mkdir -p build/linux && pushd build/linux
|
|
+%{__rm} -rf build/linux && %{__mkdir_p} build/linux && pushd build/linux
|
|
# CMAKE_SKIP_RPATH is OK here because it is set to FALSE internally and causes
|
|
# CMAKE_SKIP_RPATH is OK here because it is set to FALSE internally and causes
|
|
# CMAKE_INSTALL_RPATH to be cleared, which is the desiered result.
|
|
# CMAKE_INSTALL_RPATH to be cleared, which is the desiered result.
|
|
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
@@ -119,14 +119,18 @@ Development files for package %{name}
|
|
-DINSTALL_FONTS:BOOL=FALSE \
|
|
-DINSTALL_FONTS:BOOL=FALSE \
|
|
-DUSE_EXTERNAL_PUGIXML:BOOL=TRUE \
|
|
-DUSE_EXTERNAL_PUGIXML:BOOL=TRUE \
|
|
-DUSE_TBB:BOOL=FALSE \
|
|
-DUSE_TBB:BOOL=FALSE \
|
|
|
|
+ -DUSE_OPENSSL:BOOL=TRUE \
|
|
|
|
+ -DSTOP_ON_WARNING:BOOL=FALSE \
|
|
|
|
+ -DUSE_CPP:STRING=14 \
|
|
%ifarch ppc ppc64
|
|
%ifarch ppc ppc64
|
|
-DNOTHREADS:BOOL=FALSE \
|
|
-DNOTHREADS:BOOL=FALSE \
|
|
%endif
|
|
%endif
|
|
|
|
+ -DJPEG_INCLUDE_DIR=%{_includedir} \
|
|
-DVERBOSE=TRUE \
|
|
-DVERBOSE=TRUE \
|
|
../../
|
|
../../
|
|
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
-
|
|
+popd
|
|
|
|
|
|
%install
|
|
%install
|
|
pushd build/linux
|
|
pushd build/linux
|
|
@@ -167,6 +171,11 @@ popd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Nov 06 2018 Toshiaki Ara <ara_t@384.jp> 1.8.16-1
|
|
|
|
+- update to 1.8.16
|
|
|
|
+- change BuildRequires: qt4-devel to qt5-qtbase-devel
|
|
|
|
+- drop BuildRequires: openssl-devel
|
|
|
|
+
|
|
* Fri Aug 24 2018 Toshiaki Ara <ara_t@384.jp> 1.7.19-3
|
|
* Fri Aug 24 2018 Toshiaki Ara <ara_t@384.jp> 1.7.19-3
|
|
- update to 1.7.19
|
|
- update to 1.7.19
|
|
- using macro
|
|
- using macro
|