From e58a811642fe9072ea9ea3d004521953309751a0 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Wed, 14 Feb 2018 10:46:52 -0600 Subject: [PATCH] Temporarily use bundled yaml-cpp until patched for 0.6.0. --- OpenColorIO.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/OpenColorIO.spec b/OpenColorIO.spec index b3dea27..28e8f0b 100644 --- a/OpenColorIO.spec +++ b/OpenColorIO.spec @@ -42,7 +42,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 @@ -58,7 +58,7 @@ BuildRequires: zlib-devel ####################### BuildRequires: tinyxml-devel BuildRequires: lcms2-devel -BuildRequires: yaml-cpp-devel >= 0.5.0 +#BuildRequires: yaml-cpp-devel >= 0.5.0 # The following bundled projects are only used for document generation. #BuildRequires: python-docutils @@ -67,6 +67,9 @@ BuildRequires: yaml-cpp-devel >= 0.5.0 #BuildRequires: python-setuptools #BuildRequires: python-sphinx +# Workaround for https://github.com/imageworks/OpenColorIO/issues/517 +Provides: bundled(yaml-cpp) = 0.3.0 + %description OCIO enables color transforms and image display to be handled in a consistent @@ -108,7 +111,7 @@ Development libraries and headers for %{name}. # Remove what bundled libraries rm -f ext/lcms* rm -f ext/tinyxml* -rm -f ext/yaml* +#rm -f ext/yaml* %build