mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-libs/openimageio: fix hallucinated jpegxl in 2.5.19.1
OpenImageIO 2.5.19.1 doesn't support JPEG XL.
Fixes: bd97774574 ("media-libs/openimageio: add 3.1.7.0 3.0.11.0 2.5.19.1, update 9999")
Closes: https://bugs.gentoo.org/968108
Reported-by: Eli Schwartz <eschwartz@gentoo.org>
Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45483
Closes: https://github.com/gentoo/gentoo/pull/45483
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
20a7efaa52
commit
8a42a441ae
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -138,10 +138,6 @@ src_prepare() {
|
||||
rm -r "src/jpeg2000.imageio" || die
|
||||
fi
|
||||
|
||||
if ! use jpegxl; then
|
||||
rm -r "src/jpegxl.imageio" || die
|
||||
fi
|
||||
|
||||
if ! use raw; then
|
||||
rm -r "src/raw.imageio" || die
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user