diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-26 13:21:36 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-26 13:24:22 -0400 |
commit | 138de8ce8edc1c1f1eca993e7552d36724f5d152 (patch) | |
tree | d2073405ada2cbba1d00723b414fbf1cf4d76657 /media-libs/openimageio | |
parent | dev-dotnet/dotnet-sdk-bin: drop old 8.0.401 (diff) | |
download | gentoo-138de8ce8edc1c1f1eca993e7552d36724f5d152.tar.gz gentoo-138de8ce8edc1c1f1eca993e7552d36724f5d152.tar.bz2 gentoo-138de8ce8edc1c1f1eca993e7552d36724f5d152.zip |
media-libs/openimageio: implement an important configure fix for all versions
It's quite confusing why in commit 7fb7986ffcfcd5520c57744c621e045ca715a850
a fix for newer libheif was only added to the version of openimageio
added in the same commit batch. This then meant that stabling libheif
arbitrarily meant stabling openimageio as well. We should simply
implement basic capability to run src_configure, for stable versions as
well.
Bug: https://bugs.gentoo.org/936472
Bug: https://bugs.gentoo.org/940247
Bug: https://bugs.gentoo.org/940258
Fixes: 7fb7986ffcfcd5520c57744c621e045ca715a850
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'media-libs/openimageio')
-rw-r--r-- | media-libs/openimageio/openimageio-2.5.9.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/openimageio/openimageio-2.5.9.0.ebuild b/media-libs/openimageio/openimageio-2.5.9.0.ebuild index 091b7d122581..358d16e63a03 100644 --- a/media-libs/openimageio/openimageio-2.5.9.0.ebuild +++ b/media-libs/openimageio/openimageio-2.5.9.0.ebuild @@ -127,6 +127,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.5.8.0-fits.patch" "${FILESDIR}/${PN}-2.5.8.0-fix-unit_simd.patch" "${FILESDIR}/${PN}-2.5.8.0-fix-tests.patch" + "${FILESDIR}/${PN}-2.5.12.0-heif-find-fix.patch" ) pkg_setup() { |