summarylogtreecommitdiffstats
path: root/OCIO.patch
diff options
context:
space:
mode:
authoroweissbarth2021-07-04 14:30:16 +0200
committeroweissbarth2021-07-04 14:37:32 +0200
commit65cfb51cddc4dd20d41873c81067f98de3ee62bf (patch)
treee0c91c3f7a5f5c623e75cbe0d9c21e71d71ddada /OCIO.patch
parent03c59d60357b0fcba334fc4944cda5a18bb49194 (diff)
downloadaur-65cfb51cddc4dd20d41873c81067f98de3ee62bf.tar.gz
Updated package to work with opencolorio1, OpenEXR3 and gcc11: partly based on the patch by bartus
I decided to not use the openexr2 package as it can not be installed side by side with openexr and many other packages already depend on v3.
Diffstat (limited to 'OCIO.patch')
-rw-r--r--OCIO.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/OCIO.patch b/OCIO.patch
new file mode 100644
index 000000000000..4e3a669ca10e
--- /dev/null
+++ b/OCIO.patch
@@ -0,0 +1,17 @@
+--- FindOCIO.cmake 2020-06-12 04:11:18.000000000 +0200
++++ FindOCIO.cmake.patched 2021-07-04 12:25:14.498838944 +0200
+@@ -17,12 +17,12 @@
+
+ find_path(OCIO_INCLUDE_DIR
+ NAMES OpenColorIO.h
+- PATH_SUFFIXES OpenColorIO)
++ PATH_SUFFIXES OpenColorIO1)
+ set(OCIO_INCLUDE_DIRS
+ ${OCIO_INCLUDE_DIR})
+
+ find_library(
+- OCIO_LIBRARY NAMES OpenColorIO
++ OCIO_LIBRARY NAMES OpenColorIO1
+ PATH_SUFFIXES static)
+ set(OCIO_LIBRARIES
+ ${OCIO_LIBRARY})