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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1442E13835A for ; Wed, 13 Jan 2021 23:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53AF7E097A; Wed, 13 Jan 2021 23:24:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E50DE097A for ; Wed, 13 Jan 2021 23:24:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E6B0340E2D for ; Wed, 13 Jan 2021 23:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7898549F for ; Wed, 13 Jan 2021 23:24:43 +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: <1610580228.dd992044575c4d9cb53b9a6dcc5feed8f0842bed.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.78.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: dd992044575c4d9cb53b9a6dcc5feed8f0842bed X-VCS-Branch: master Date: Wed, 13 Jan 2021 23:24:43 +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: ced3e7d1-a1ed-4ce5-8788-405eef1ffb69 X-Archives-Hash: 7acbd73d3d909e2f176149f81e020401 commit: dd992044575c4d9cb53b9a6dcc5feed8f0842bed Author: Ionen Wolkens gmail com> AuthorDate: Wed Jan 13 23:17:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 13 23:23:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd992044 kde-frameworks/kimageformats: add AVIF support to fix automagic Reported-by: Daniel Novomeský gmail.com> Closes: https://bugs.gentoo.org/764941 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> .../kimageformats/kimageformats-5.78.0-r1.ebuild | 39 ++++++++++++++++++++++ kde-frameworks/kimageformats/metadata.xml | 1 + 2 files changed, 40 insertions(+) diff --git a/kde-frameworks/kimageformats/kimageformats-5.78.0-r1.ebuild b/kde-frameworks/kimageformats/kimageformats-5.78.0-r1.ebuild new file mode 100644 index 00000000000..3d62edafb6e --- /dev/null +++ b/kde-frameworks/kimageformats/kimageformats-5.78.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_QTHELP="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.1 +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 ~arm ~arm64 ~ppc64 ~x86" +IUSE="avif eps 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 ) + openexr? ( + media-libs/ilmbase:= + media-libs/openexr:= + ) +" +RDEPEND="${DEPEND}" + +DOCS=( src/imageformats/AUTHORS ) + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package avif libavif) + $(cmake_use_find_package eps Qt5PrintSupport) + $(cmake_use_find_package openexr OpenEXR) + ) + + ecm_src_configure +} diff --git a/kde-frameworks/kimageformats/metadata.xml b/kde-frameworks/kimageformats/metadata.xml index 810e5e62b99..c44e1a5290b 100644 --- a/kde-frameworks/kimageformats/metadata.xml +++ b/kde-frameworks/kimageformats/metadata.xml @@ -6,6 +6,7 @@ Gentoo KDE Project + Support the AVIF image file format Support the EPS graphics file format