public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/
Date: Wed, 30 Mar 2022 19:48:41 +0000 (UTC)	[thread overview]
Message-ID: <1648669692.f87c4a288526e6613f84c4ac6ae6e6e02383a814.asturm@gentoo> (raw)

commit:     f87c4a288526e6613f84c4ac6ae6e6e02383a814
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 19:48:12 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
 		<flag name="avif">Support the AVIF image file format</flag>
 		<flag name="eps">Support the EPS graphics file format</flag>
 		<flag name="heif">Support for HEIF/HEIC images</flag>
+		<flag name="jpegxl">Support for JPEG XL image format</flag>
 	</use>
 	<slots>
 		<subslots>


             reply	other threads:[~2022-03-30 19:48 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-30 19:48 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09  7:03 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/ Arthur Zamarin
2024-10-04 20:27 Arthur Zamarin
2024-03-01 16:24 Arthur Zamarin
2024-02-28 18:51 Arthur Zamarin
2024-01-21 19:15 Andreas Sturmlechner
2024-01-04 10:11 Sam James
2023-12-28 18:55 Arthur Zamarin
2023-08-26  4:50 Sam James
2023-07-31  7:09 Andreas Sturmlechner
2023-07-25 18:14 Arthur Zamarin
2023-07-25  9:04 Andreas Sturmlechner
2023-05-27 13:44 Arthur Zamarin
2023-02-18 16:06 Arthur Zamarin
2023-02-18 13:27 Arthur Zamarin
2023-01-30 14:44 Andreas Sturmlechner
2022-11-25  1:06 Jakov Smolić
2022-11-23 17:49 Jakov Smolić
2022-11-18  7:22 WANG Xuerui
2022-11-12 14:53 Arthur Zamarin
2022-11-08 20:28 Andreas Sturmlechner
2022-10-26  9:04 Andreas Sturmlechner
2022-10-18 21:37 Andreas Sturmlechner
2022-10-16  9:25 Andreas Sturmlechner
2022-10-06  9:07 Andreas Sturmlechner
2022-08-06  4:08 Sam James
2022-04-29  3:30 Sam James
2022-04-22  1:59 Sam James
2022-04-22  1:57 Sam James
2022-04-10 21:02 Andreas Sturmlechner
2022-04-05 16:37 Andreas Sturmlechner
2022-04-05 16:35 Andreas Sturmlechner
2022-04-05 15:23 Jakov Smolić
2022-04-02 19:46 Arthur Zamarin
2022-04-02 19:46 Arthur Zamarin
2022-04-02 19:39 Arthur Zamarin
2022-03-01  0:02 Sam James
2022-02-28 23:58 Sam James
2022-02-28  5:21 Sam James
2022-02-15 19:59 Sam James
2022-02-15 19:51 Sam James
2022-02-10  0:40 Sam James
2022-02-08 11:02 Jakov Smolić
2022-01-08 13:57 Yixun Lan
2021-12-20 15:44 Andreas Sturmlechner
2021-12-20 15:20 Andreas Sturmlechner
2021-12-10 18:37 Jakov Smolić
2021-12-10 11:15 Jakov Smolić
2021-11-07 23:08 Sam James
2021-09-14 14:15 Yixun Lan
2021-09-14  5:19 Sam James
2021-09-12 23:34 Sam James
2021-07-21 21:57 Marek Szuba
2021-01-13 23:24 Andreas Sturmlechner
2021-01-13 23:24 Andreas Sturmlechner
2018-10-10 12:07 Mikle Kolyada
2018-06-10 18:37 Thomas Deutschmann
2018-04-23 21:07 Andreas Sturmlechner
2018-04-23 14:50 Aaron Bauman
2018-02-11 23:12 Andreas Sturmlechner
2018-02-11 22:01 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1648669692.f87c4a288526e6613f84c4ac6ae6e6e02383a814.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox