commit: 138de8ce8edc1c1f1eca993e7552d36724f5d152 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Thu Sep 26 17:21:36 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Sep 26 17:24:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138de8ce
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 <AT> gentoo.org> media-libs/openimageio/openimageio-2.5.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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() {
