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 9B7FF15808B for ; Wed, 30 Mar 2022 19:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D21DDE0826; Wed, 30 Mar 2022 19:48:44 +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 5089BE0826 for ; Wed, 30 Mar 2022 19:48:44 +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 E32D234116B for ; Wed, 30 Mar 2022 19:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30650250 for ; Wed, 30 Mar 2022 19:48:41 +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: <1648669692.f87c4a288526e6613f84c4ac6ae6e6e02383a814.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kimageformats/kimageformats-5.92.0-r1.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: f87c4a288526e6613f84c4ac6ae6e6e02383a814 X-VCS-Branch: master Date: Wed, 30 Mar 2022 19:48:41 +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: eba8b81a-21e2-4a21-b6c9-9843eb575fcd X-Archives-Hash: 5b0758128062bd6c06fa261d987e4277 commit: f87c4a288526e6613f84c4ac6ae6e6e02383a814 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 30 19:48:12 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 30 19:48:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87c4a28 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> .../kimageformats/kimageformats-5.92.0-r1.ebuild | 39 ++++++++++++++++++++++ kde-frameworks/kimageformats/metadata.xml | 1 + 2 files changed, 40 insertions(+) diff --git a/kde-frameworks/kimageformats/kimageformats-5.92.0-r1.ebuild b/kde-frameworks/kimageformats/kimageformats-5.92.0-r1.ebuild new file mode 100644 index 000000000000..8df995a336f2 --- /dev/null +++ b/kde-frameworks/kimageformats/kimageformats-5.92.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Framework providing additional format plugins for Qt's image I/O system" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="avif eps heif jpegxl openexr" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + =kde-frameworks/karchive-${PVCUT}*:5 + avif? ( >=media-libs/libavif-0.8.2:= ) + eps? ( >=dev-qt/qtprintsupport-${QTMIN}:5 ) + heif? ( >=media-libs/libheif-1.10.0:= ) + openexr? ( >=media-libs/openexr-3:= ) +" +RDEPEND="${DEPEND}" + +DOCS=( src/imageformats/AUTHORS ) + +src_configure() { + local mycmakeargs=( + -DKIMAGEFORMATS_JXL=$(usex jpegxl) + $(cmake_use_find_package avif libavif) + $(cmake_use_find_package eps Qt5PrintSupport) + -DKIMAGEFORMATS_HEIF=$(usex heif) + $(cmake_use_find_package openexr OpenEXR) + ) + + ecm_src_configure +} diff --git a/kde-frameworks/kimageformats/metadata.xml b/kde-frameworks/kimageformats/metadata.xml index 54a833687291..32a938a852f0 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