Compare commits

...

8 Commits

Author SHA1 Message Date
David Abdurachmanov 9e98307c75
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-30 17:55:45 +03:00
Nicolas Chauvet 7496b6f8f6 - Rebuilt for glew 2.1.0 2018-08-23 13:22:39 +02:00
Richard Shaw da1f0029ba Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/OpenColorIO 2018-07-20 13:24:40 -05:00
Richard Shaw 1759463cf4 Tell CMake where to find python2. 2018-07-20 13:24:27 -05:00
Fedora Release Engineering fe787a05ad - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 19:10:09 +00:00
David Abdurachmanov 8d9875d502
Rebuild with new OpenImageIO
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-06-27 14:05:33 +02:00
David Abdurachmanov 5428f9c0f2
Remove BR on OpenImageIO-devel to rebuild the package
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-06-27 10:55:08 +02:00
David Abdurachmanov a422bc402c
Rebuild for yaml-cpp
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-06-26 12:20:44 +02:00
1 changed files with 12 additions and 2 deletions

View File

@ -11,7 +11,7 @@
Name: OpenColorIO
Version: 1.1.0
Release: 6%{?dist}
Release: 8.0.riscv64%{?dist}
Summary: Enables color transforms and image display across graphics apps
License: BSD
@ -57,7 +57,7 @@ BuildRequires: texlive-hyphen-base
# WARNING: OpenColorIO and OpenImageIO are cross dependent.
# If an ABI incompatible update is done in one, the other also needs to be
# rebuilt.
BuildRequires: OpenImageIO-devel
#BuildRequires: OpenImageIO-devel
BuildRequires: OpenEXR-devel
# Libraries
@ -137,6 +137,7 @@ rm -rf build && mkdir build && pushd build
-DOCIO_BUILD_DOCS=%{?docs:ON}%{?!docs:OFF} \
-DOCIO_BUILD_TESTS=%{?tests:ON}%{?!tests:OFF} \
-DOCIO_PYGLUE_SONAME=OFF \
-DPYTHON=%{__python2} \
-DUSE_EXTERNAL_YAML=TRUE \
-DUSE_EXTERNAL_TINYXML=TRUE \
-DUSE_EXTERNAL_LCMS=TRUE \
@ -208,6 +209,15 @@ find %{buildroot} -name "*.cmake" -exec mv {} %{buildroot}%{_datadir}/cmake/Modu
%changelog
* Thu Aug 30 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.1.0-8.0.riscv64
- Rebuilt for glew 2.1.0 (RISC-V)
* Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 1.1.0-8
- Rebuilt for glew 2.1.0
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Feb 22 2018 Adam Williamson <awilliam@redhat.com> - 1.1.0-6
- Rebuild with bootstrap disabled, so we get docs again