Compare commits

...

20 Commits

Author SHA1 Message Date
Richard Shaw ddf8803821 Add webp and LibRaw to build requirements and revert scm to current release
after failed downgrade attempt.
2018-01-24 09:04:31 -06:00
Richard Shaw 8612b67187 Add build dependencies for webp and LibRaw now that they are available. 2018-01-24 08:22:01 -06:00
Richard Shaw 38e61ce2c2 Revert "Bump Epoch and revert back to 1.4.16 after accdental upgrade to 1.5.x"
This reverts commit 3846191b24.
2018-01-24 08:08:54 -06:00
Richard Shaw cf73807062 Revert "Add Epoch to requirements of subpackages."
This reverts commit 7d56e6e804.
2018-01-24 08:08:47 -06:00
Richard Shaw 2e740fe6d0 Revert "Revert accidental update to 1.6.x."
This reverts commit b513b2dd9c.
2018-01-24 08:08:44 -06:00
Richard Shaw b513b2dd9c Revert accidental update to 1.6.x. 2017-07-11 11:14:05 -05:00
Richard Shaw 7d56e6e804 Add Epoch to requirements of subpackages. 2017-02-22 14:18:28 -06:00
Richard Shaw 3846191b24 Bump Epoch and revert back to 1.4.16 after accdental upgrade to 1.5.x 2017-02-22 13:25:45 -06:00
Richard Shaw ac59e83548 Rebuild for bad dependency in aarch64. 2016-11-26 11:54:39 -06:00
Richard M. Shaw 4b8967bd97 Rebuild for pugixml with c++11 enabled. 2016-10-03 10:09:23 -05:00
Richard M. Shaw 5b32429582 Remove LibRaw from BR for EPEL builds as it's x86 only. 2016-07-20 10:07:02 -05:00
Richard M. Shaw 980cb01107 Merge branch 'f23' into epel7 2016-07-20 09:46:13 -05:00
Richard M. Shaw 685735c707 Rebuild for updated Field3D which broke due to soname bump, fixes BZ#1352267. 2016-07-03 08:49:21 -05:00
Richard M. Shaw b0494c8b93 Update to latest upstream release. 2016-03-01 08:09:24 -06:00
Richard M. Shaw e286433dd5 Merge branch 'master' into epel7 2015-01-22 09:46:12 -06:00
Richard M. Shaw bb5ee462c2 Merge branch 'master' into epel7 2014-11-25 07:58:50 -06:00
Richard M. Shaw 423fcca676 Merge branch 'master' into epel7 2014-11-14 08:46:48 -06:00
Richard M. Shaw 200d53337e Fix conflicts with master. 2014-08-01 08:52:03 -05:00
Richard M. Shaw 7f409d3f3a Rebuild to finish OCIO bootstrap. 2014-05-20 21:52:08 -05:00
Richard M. Shaw 9277f2bd4c Temporarly remove BR on OCIO for bootstrap build. 2014-05-20 21:28:51 -05:00
3 changed files with 21 additions and 8 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ clog
/oiio-Release-1.5.20.tar.gz
/OpenImageIO-1.5.21.tar.gz
/OpenImageIO-1.5.22.tar.gz
/OpenImageIO-1.5.24.tar.gz

View File

@ -1,9 +1,8 @@
%global subname oiio
#global beta beta1
Name: OpenImageIO
Version: 1.5.22
Release: 1%{?dist}
Version: 1.5.24
Release: 4%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
@ -22,16 +21,16 @@ BuildRequires: glew-devel
BuildRequires: OpenEXR-devel ilmbase-devel
BuildRequires: python2-devel
BuildRequires: libpng-devel libtiff-devel openjpeg-devel giflib-devel
%if ! 0%{?rhel}
BuildRequires: libwebp-devel
%if ! 0%{?rhel}
BuildRequires: Field3D-devel
%endif
BuildRequires: LibRaw-devel
BuildRequires: hdf5-devel
BuildRequires: zlib-devel
BuildRequires: jasper-devel
BuildRequires: pugixml-devel
BuildRequires: opencv-devel
BuildRequires: LibRaw-devel
# WARNING: OpenColorIO and OpenImageIO are cross dependent.
# If an ABI incompatible update is done in one, the other also needs to be
@ -93,7 +92,7 @@ Development files for package %{name}
%prep
%setup -q -n oiio-Release-%{version}
%autosetup -n oiio-Release-%{version}
# Remove bundled pugixml
rm -f src/include/pugixml.hpp \
@ -146,7 +145,6 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
%files
%{!?_licensedir:%global license %doc}
%license LICENSE
%doc CHANGES
%{_libdir}/libOpenImageIO.so.*
@ -173,6 +171,19 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Wed Jan 24 2018 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-4
- Add webp and LibRaw to build requirements and revert scm to current release
after failed downgrade attempt.
* Mon Oct 03 2016 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-3
- Rebuild for pugixml with c++11 enabled.
* Sun Jul 3 2016 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-2
- Rebuild for updated Field3D which broke due to soname bump, fixes BZ#1352267.
* Thu Mar 3 2016 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-1
- Update to latest upstream release.
* Thu Dec 17 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.22-1
- Update to latest upstream release.
- Add LibRaw to build requirements.
@ -278,6 +289,7 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
- rebuild for boost 1.55.0
* Mon May 19 2014 Richard Shaw <hobbes1069@gmail.com> - 1.4.7-1
>>>>>>> master
- Update to latest upstream release.
* Tue Jan 7 2014 Richard Shaw <hobbes1069@gmail.com> - 1.3.10-1

View File

@ -1 +1 @@
fed8b18db1fcf69072a21e66124b70f8 OpenImageIO-1.5.22.tar.gz
8c1f9a0ec5b55a18eeea76d33ca7a02c OpenImageIO-1.5.24.tar.gz