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 F36CB13835A for ; Wed, 13 Jan 2021 23:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E13F0E0969; Wed, 13 Jan 2021 23:24:26 +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 C718EE0969 for ; Wed, 13 Jan 2021 23:24:26 +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 3FF27340E2D for ; Wed, 13 Jan 2021 23:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77D6846B for ; Wed, 13 Jan 2021 23:24:23 +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: <1610580164.de3ada88f12df805531651a1210d4e52ff359b78.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: de3ada88f12df805531651a1210d4e52ff359b78 X-VCS-Branch: master Date: Wed, 13 Jan 2021 23:24:23 +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: a0397ee2-2c53-4194-af26-7a948e36b936 X-Archives-Hash: 5ea1be944b26b6d5a89da660bbd67b10 commit: de3ada88f12df805531651a1210d4e52ff359b78 Author: Ionen Wolkens gmail com> AuthorDate: Wed Jan 13 23:17:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 13 23:22:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=de3ada88 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> kde-frameworks/kimageformats/kimageformats-9999.ebuild | 4 +++- kde-frameworks/kimageformats/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kimageformats/kimageformats-9999.ebuild b/kde-frameworks/kimageformats/kimageformats-9999.ebuild index 2897520949..c2b65ca0fa 100644 --- a/kde-frameworks/kimageformats/kimageformats-9999.ebuild +++ b/kde-frameworks/kimageformats/kimageformats-9999.ebuild @@ -12,11 +12,12 @@ inherit ecm kde.org DESCRIPTION="Framework providing additional format plugins for Qt's image I/O system" LICENSE="LGPL-2+" KEYWORDS="" -IUSE="eps openexr" +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:= @@ -29,6 +30,7 @@ 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) ) diff --git a/kde-frameworks/kimageformats/metadata.xml b/kde-frameworks/kimageformats/metadata.xml index 810e5e62b9..c44e1a5290 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