From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 308C4158041 for ; Sun, 10 Mar 2024 19:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68D88E2A12; Sun, 10 Mar 2024 19:51:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21D9DE2A12 for ; Sun, 10 Mar 2024 19:51:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 095A9335C34 for ; Sun, 10 Mar 2024 19:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 613251384 for ; Sun, 10 Mar 2024 19:51:32 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1710100278.1d5f3078732b4e7102719f3ab73628f1570deebf.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exact-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exact-image/exact-image-1.2.1-r1.ebuild media-gfx/exact-image/exact-image-1.2.1.ebuild X-VCS-Directories: media-gfx/exact-image/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1d5f3078732b4e7102719f3ab73628f1570deebf X-VCS-Branch: master Date: Sun, 10 Mar 2024 19:51:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3adf6c12-7556-4a17-8969-bc0d0b41454a X-Archives-Hash: a5b782f6112d5a5bcf2b248e84b65710 commit: 1d5f3078732b4e7102719f3ab73628f1570deebf Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 10 19:49:58 2024 +0000 Commit: Alfredo Tupone gentoo 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 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? (