]> git.pld-linux.org Git - packages/OpenColorIO.git/blobdiff - OpenColorIO.spec
- release 11 (by relup.sh)
[packages/OpenColorIO.git] / OpenColorIO.spec
index 6d0b2d940c5ceeaa5e7c39f64ba78320ddc3b1c5..968faadfcd860638a95a3900c5dafa40de732093 100644 (file)
 Summary:       Complete color management solution
 Summary(pl.UTF-8):     Kompletny pakiet do zarządzania kolorami
 Name:          OpenColorIO
-Version:       1.0.8
-Release:       1
+Version:       1.0.9
+Release:       11
 License:       BSD
 Group:         Libraries
 Source0:       https://github.com/imageworks/OpenColorIO/tarball/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 9838f5f1cf624a3d1253241f22e2179a
+# Source0-md5: ad3c4ea59c010a18d79276ab9d83af95
 Patch0:                %{name}-system-libs.patch
 Patch1:                %{name}-java.patch
 Patch2:                %{name}-libsuffix.patch
-# for yaml-cpp 0.5.0 (unfinished)
-Patch3:                %{name}-yaml-cpp.patch
+Patch3:                %{name}-missing.patch
+Patch4:                %{name}-yaml-cpp.patch
 URL:           http://opencolorio.org/
 # g++ with tr1 support or...
 #BuildRequires:        boost-devel >= 1.34
@@ -34,10 +34,13 @@ BuildRequires:      cmake >= 2.8
 BuildRequires: libstdc++-devel
 BuildRequires: pkgconfig
 BuildRequires: python-devel
-%{?with_docs:BuildRequires:    sphinx-pdg >= 1.1}
+%if %{with docs}
+BuildRequires: sphinx-pdg >= 1.1
+BuildRequires: texlive-latex-ams
+BuildRequires: texlive-xetex
+%endif
 BuildRequires: tinyxml-devel >= 2.6.1
 BuildRequires: yaml-cpp-devel >= 0.2.6
-BuildRequires: yaml-cpp-devel < 0.4.0
 %if %{with opengl}
 BuildRequires: OpenGL-devel
 BuildRequires: OpenGL-glut-devel
@@ -158,10 +161,12 @@ Header file for PyOpenColorIO API.
 Plik nagłówkowy API PyOpenColorIO.
 
 %prep
-%setup -q -n imageworks-OpenColorIO-8883824
+%setup -q -n imageworks-OpenColorIO-2b12063
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 # required for cmake to find JNI headers/libs when lib64 is in use
@@ -216,6 +221,7 @@ rm -rf $RPM_BUILD_ROOT
 %files convert
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ocioconvert
+%attr(755,root,root) %{_bindir}/ociolutimage
 %endif
 
 %if %{with oiio} && %{with opengl}
This page took 0.082502 seconds and 4 git commands to generate.