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 87B75158094 for ; Tue, 21 Jun 2022 22:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83CFBE086F; Tue, 21 Jun 2022 22:40:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60E1BE086F for ; Tue, 21 Jun 2022 22:40:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D6143419E6 for ; Tue, 21 Jun 2022 22:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB9C4507 for ; Tue, 21 Jun 2022 22:39:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655851171.590184b6a23f2f3ce67e799f47922541ab4a8074.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.10.32.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 590184b6a23f2f3ce67e799f47922541ab4a8074 X-VCS-Branch: master Date: Tue, 21 Jun 2022 22:39:59 +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: 6874aeb2-b912-4ea7-a480-61ca7d2fddce X-Archives-Hash: 31ffd21d5b4a3a7317ac774fe7c8ae59 commit: 590184b6a23f2f3ce67e799f47922541ab4a8074 Author: Sergey Torokhov yandex ru> AuthorDate: Tue Jun 21 20:37:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 21 22:39:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590184b6 media-gfx/gimp: 2.10.32, add USE=jpegxl for missed new feature Gimp-2.10.32 now support import of jpegxl files like Gimp-2.99.x branch. Signed-off-by: Sergey Torokhov yandex.ru> Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-2.10.32.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-2.10.32.ebuild b/media-gfx/gimp/gimp-2.10.32.ebuild index 7e51444ae192..77afe045ad17 100644 --- a/media-gfx/gimp/gimp-2.10.32.ebuild +++ b/media-gfx/gimp/gimp-2.10.32.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-3 LGPL-3" SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript udev unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse" +IUSE="aalib alsa aqua debug doc gnome heif jpeg2k jpegxl mng openexr postscript udev unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse" RESTRICT="!test? ( test )" @@ -51,6 +51,7 @@ COMMON_DEPEND=" aqua? ( >=x11-libs/gtk-mac-integration-2.0.0 ) heif? ( >=media-libs/libheif-1.9.1:= ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2= ) + jpegxl? ( >=media-libs/libjxl-0.6.1:= ) mng? ( media-libs/libmng:= ) openexr? ( >=media-libs/openexr-1.6.1:= ) postscript? ( app-text/ghostscript-gpl ) @@ -140,6 +141,7 @@ src_configure() { $(use_with !aqua x) $(use_with heif libheif) $(use_with jpeg2k jpeg2000) + $(use_with jpegxl) $(use_with mng libmng) $(use_with openexr) $(use_with postscript gs)