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 618EE15808B for ; Fri, 25 Mar 2022 20:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 452CEE089C; Fri, 25 Mar 2022 20:23:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CBE56E089C for ; Fri, 25 Mar 2022 20:23:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5A473433C5 for ; Fri, 25 Mar 2022 20:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19ECF335 for ; Fri, 25 Mar 2022 20:23:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1648239789.6944df010dab886e1424eb85a07d1c0b243a0c77.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kimageformats/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kimageformats/kimageformats-9999.ebuild kde-frameworks/kimageformats/metadata.xml X-VCS-Directories: kde-frameworks/kimageformats/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6944df010dab886e1424eb85a07d1c0b243a0c77 X-VCS-Branch: master Date: Fri, 25 Mar 2022 20:23:44 +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: 8a7c5c8e-d5c0-4872-b08a-538d88c8cd74 X-Archives-Hash: 132431d00a8df6b1d2403289f45664ec commit: 6944df010dab886e1424eb85a07d1c0b243a0c77 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 25 20:23:09 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 25 20:23:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6944df01 kde-frameworks/kimageformats: Add IUSE=jpegxl Bug: https://bugs.gentoo.org/834999 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kimageformats/kimageformats-9999.ebuild | 4 ++-- kde-frameworks/kimageformats/metadata.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kimageformats/kimageformats-9999.ebuild b/kde-frameworks/kimageformats/kimageformats-9999.ebuild index 37291764c2..677a02eb4b 100644 --- a/kde-frameworks/kimageformats/kimageformats-9999.ebuild +++ b/kde-frameworks/kimageformats/kimageformats-9999.ebuild @@ -12,7 +12,7 @@ inherit ecm kde.org DESCRIPTION="Framework providing additional format plugins for Qt's image I/O system" LICENSE="LGPL-2+" KEYWORDS="" -IUSE="avif eps heif openexr" +IUSE="avif eps heif jpegxl openexr" DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 @@ -28,7 +28,7 @@ DOCS=( src/imageformats/AUTHORS ) src_configure() { local mycmakeargs=( - -DKIMAGEFORMATS_JXL=OFF # TODO: libjxl not packaged yet + -DKIMAGEFORMATS_JXL=$(usex jpegxl) $(cmake_use_find_package avif libavif) $(cmake_use_find_package eps Qt5PrintSupport) -DKIMAGEFORMATS_HEIF=$(usex heif) diff --git a/kde-frameworks/kimageformats/metadata.xml b/kde-frameworks/kimageformats/metadata.xml index 54a8336872..32a938a852 100644 --- a/kde-frameworks/kimageformats/metadata.xml +++ b/kde-frameworks/kimageformats/metadata.xml @@ -12,6 +12,7 @@ Support the AVIF image file format Support the EPS graphics file format Support for HEIF/HEIC images + Support for JPEG XL image format