summaryrefslogtreecommitdiff
path: root/media-libs/openimageio
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-01 21:06:00 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-01 21:06:00 +0000
commit129160ec854dca4c3fedb5bcfbcb56930371da0f (patch)
tree53bf797418ac5e9b99c41ca0382c87b82421e5de /media-libs/openimageio
parent441d1370330332b7d78f238d2f5e13f7aed5e4e0 (diff)
gentoo new year resync : 01.01.2021
Diffstat (limited to 'media-libs/openimageio')
-rw-r--r--media-libs/openimageio/Manifest2
-rw-r--r--media-libs/openimageio/files/openimageio-1.8.17-boostpython.patch28
-rw-r--r--media-libs/openimageio/files/openimageio-2.2.6.1-pugixml.patch21
3 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/openimageio/Manifest b/media-libs/openimageio/Manifest
index 1ae8199db3de..1b29de196f54 100644
--- a/media-libs/openimageio/Manifest
+++ b/media-libs/openimageio/Manifest
@@ -1,5 +1,3 @@
-AUX openimageio-1.8.17-boostpython.patch 1177 BLAKE2B 80946ef94801bf1a37cfd2930ae33bd3d331dafd458a3665e4ce28f4379143175edc6b1e096f44b51ef4a53551a5f5de52bfeb59aff990b45ad198d7b75b6e14 SHA512 4aae9f6078ff5877ca44e74c7047f0bfe279b7de6bd0c8b8dbf9f3d98b6bfde671e22e91cc66995527eb853e13917e3bb79be88987abe20570439ce57dda96c6
-AUX openimageio-2.2.6.1-pugixml.patch 919 BLAKE2B 3f10cf27a3a521fed3b95183119da62333f3103998ad463c58b9e654ce23faedb0551a34d564899882d586411035bb0531c844425fa639f6def8bba9c10afe6a SHA512 fc834e27b2b166367d9aa2b4016bac70de1561ff6babfd543a6bd503785bd84a251b76a95bf15dbc76367e9482dc4589f208f57a537c2dc430c7e0999cd98bcf
DIST openimageio-2.2.8.0.tar.gz 29201949 BLAKE2B b77e42dddfaa6a8dff174b89e43c7de158efcae0e851037a97f1f46127f5cda458bdc7b64172c1fe64236d5ace351c9a432c2e857467c7f83b59dc9f6670fbeb SHA512 7bb94832734b4354d961003ec7f85fa30e4a69d7f825c5668a0230d857f8c137dd522730ec5089db012f0d843fc67368c731458a3d6de9ae41dabfb4cc30592e
DIST openimageio-2.2.9.0.tar.gz 29216767 BLAKE2B 92c17de4687d3d7390602a02dedc5afc1258018cef98e671977fb706c3fe1e80c30416fff89ff1b9936f0f1426eab0136e130efb4a41d7378d3f1eb77eab193a SHA512 d03500c5a9f4f1417c5629098254d1bbf032a17228898e5f087e4a5d0988f806537d3ab538366e64c51172568c3688389ab29b641fdaaf7208bf939cb859e06d
EBUILD openimageio-2.2.8.0-r1.ebuild 3679 BLAKE2B 0d6b91115cefd79251cf73688fa76f0498074c5588604eaa02473730ea63bf69e54e498368847d7ef4cee2fc4325fc96ecdc0735a50de752e3ed48dd2a97022c SHA512 19406ec491d915c8f1385681ac1f06fe38dea58f075ef3de06f5e6ee0f3a65ecc834db3bfb2e8fe43db1d79df7fe14c185f28f4722d320876c6d6c1412e2a6b7
diff --git a/media-libs/openimageio/files/openimageio-1.8.17-boostpython.patch b/media-libs/openimageio/files/openimageio-1.8.17-boostpython.patch
deleted file mode 100644
index 970ada64a1f8..000000000000
--- a/media-libs/openimageio/files/openimageio-1.8.17-boostpython.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 22ce65bfbaa24d79427852755c4bf8a1d77159b4 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Tue, 16 Jul 2019 17:03:40 +0200
-Subject: [PATCH] Find Boost_PYTHON
-
----
- src/python/CMakeLists.txt | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
-index e58d372d..98d91c48 100644
---- a/src/python/CMakeLists.txt
-+++ b/src/python/CMakeLists.txt
-@@ -16,9 +16,8 @@ find_package (PythonLibs ${PYTHON_VERSION_FOUND} REQUIRED)
- if (NOT BOOST_CUSTOM)
- # Finding the python component for boost is a little tricky, since it has
- # different names on different systems. Try the most common ones.
-- foreach (_py_lib python-${PYTHON_VERSION_FOUND} python
-- python${PYTHON_VERSION_MAJOR}
-- python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR})
-+ foreach (_py_lib python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}
-+ python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
- find_package (Boost QUIET COMPONENTS ${_py_lib})
- string (TOUPPER ${_py_lib} _py_lib_name)
- if (Boost_${_py_lib_name}_FOUND)
---
-2.22.0
-
diff --git a/media-libs/openimageio/files/openimageio-2.2.6.1-pugixml.patch b/media-libs/openimageio/files/openimageio-2.2.6.1-pugixml.patch
deleted file mode 100644
index d5cef06d38db..000000000000
--- a/media-libs/openimageio/files/openimageio-2.2.6.1-pugixml.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://github.com/OpenImageIO/oiio/issues/2732
-
-diff --git a/src/cmake/externalpackages.cmake b/src/cmake/externalpackages.cmake
-index 1240f22..5cc5a2e 100644
---- a/src/cmake/externalpackages.cmake
-+++ b/src/cmake/externalpackages.cmake
-@@ -227,6 +227,14 @@ endif ()
- # allow this to be overridden to use the distro-provided package if desired.
- option (USE_EXTERNAL_PUGIXML "Use an externally built shared library version of the pugixml library" OFF)
- if (USE_EXTERNAL_PUGIXML)
-+ find_path (PUGIXML_INCLUDE_DIR NAMES pugixml.hpp)
-+ find_library (PUGIXML_LIBRARIES NAMES pugixml)
-+
-+ set (PUGIXML_INCLUDE_DIR ${PUGIXML_INCLUDE_DIR})
-+ set (PUGIXML_INCLUDE_DIRS ${PUGIXML_INCLUDE_DIR})
-+ set (PUGIXML_LIBRARIES ${PUGIXML_LIBRARIES})
-+ set (PUGIXML_INCLUDES ${PUGIXML_INCLUDE_DIR})
-+
- checked_find_package (pugixml REQUIRED
- DEFINITIONS -DUSE_EXTERNAL_PUGIXML=1)
- endif()