commit: 1d5f3078732b4e7102719f3ab73628f1570deebf Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Mar 10 19:49:58 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 19:51:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5f3078
media-gfx/exact-image: add jpegxl use flag Closes: https://bugs.gentoo.org/926688 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../{exact-image-1.2.1.ebuild => exact-image-1.2.1-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/exact-image/exact-image-1.2.1.ebuild b/media-gfx/exact-image/exact-image-1.2.1-r1.ebuild similarity index 93% rename from media-gfx/exact-image/exact-image-1.2.1.ebuild rename to media-gfx/exact-image/exact-image-1.2.1-r1.ebuild index ff25fe575bdc..7480e98e5c79 100644 --- a/media-gfx/exact-image/exact-image-1.2.1.ebuild +++ b/media-gfx/exact-image/exact-image-1.2.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://dl.exactcode.de/oss/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="expat jpeg lua openexr perl png swig tiff truetype X" +IUSE="expat jpeg jpegxl lua openexr perl png swig tiff truetype X" REQUIRED_USE="lua? ( swig ) perl? ( swig )" # Tests are broken; 'make check' fails and referenced testsuite dir not found RESTRICT="test" @@ -24,6 +24,7 @@ RDEPEND=" sys-libs/zlib expat? ( dev-libs/expat ) jpeg? ( media-libs/libjpeg-turbo:= ) + jpegxl? ( <media-libs/libjxl-0.9:= ) lua? ( ${LUA_DEPS} ) openexr? ( media-libs/openexr:= ) perl? ( dev-lang/perl ) @@ -78,6 +79,7 @@ src_configure() { $(use_with truetype freetype) \ --without-evas \ $(use_with jpeg libjpeg) \ + $(use_with jpegxl libjxl) \ $(use_with tiff libtiff) \ $(use_with png libpng) \ --without-libgif \
