public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/
Date: Mon,  2 Dec 2024 07:23:53 +0000 (UTC)	[thread overview]
Message-ID: <1733124163.50e5dd5c0ab181ec10b83d199ded65f31fbb7527.ionen@gentoo> (raw)

commit:     50e5dd5c0ab181ec10b83d199ded65f31fbb7527
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 06:24:45 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 07:22:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e5dd5c

dev-qt/qtimageformats: add 6.8.1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qtimageformats/Manifest                    |  1 +
 dev-qt/qtimageformats/qtimageformats-6.8.1.ebuild | 41 +++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-qt/qtimageformats/Manifest b/dev-qt/qtimageformats/Manifest
index 2ba7571e61be..091e17329b71 100644
--- a/dev-qt/qtimageformats/Manifest
+++ b/dev-qt/qtimageformats/Manifest
@@ -5,3 +5,4 @@ DIST qtimageformats-everywhere-opensource-src-5.15.16.tar.xz 1889480 BLAKE2B cd0
 DIST qtimageformats-everywhere-src-6.7.2.tar.xz 1974768 BLAKE2B d57ba2cc12b3af02b0b15bb9836328ff0586c53cdb0acec7ba72ec4c089092f54677ee7faae18bd6e352c9105bb441e9173d33c8bf73c92205e01490728163fb SHA512 78871edcdf1ea0dec172e5d17fb7fee75c0512d18a7830ddcdcabb04719f57fc41faa7d1a82bcf4639213dbe98f495f817f5680745eb43a80b2e321f141d562a
 DIST qtimageformats-everywhere-src-6.7.3.tar.xz 1974700 BLAKE2B fe66163d0e9c5de9c60bbe37840ff9334f78031569af5c7d38f6bf9894d01ba1995c57cc1944680b4e2609176d76085d506430c404b8c4cc8b6e109b98e32c6e SHA512 ca4ef39cc0bdf53ff00ff870301ec184c52bb7db422eb04011926b03bedac22ba9c9426c75cb124d0016d2e70a108383c57c6826cc9e2c5d62adcd2f68db6471
 DIST qtimageformats-everywhere-src-6.8.0.tar.xz 2024480 BLAKE2B c51ea6a6ec3f22af257fbd0836f2761a336fefd4002acb5cf90a5e5a2580883fafc626d9edebcc310a8375044bb8aba3978af88bea2ad46ce4b8c28a69cfeeb6 SHA512 87d7959a8e5507c22f450c98c28059f44ee1ed9a112c3f0d33689f9569c6d5e4ed9daca7f92ed2e39ccf55ae7d09f87c9fa5b9ac2f921a08d8ffd9cb51db9404
+DIST qtimageformats-everywhere-src-6.8.1.tar.xz 2024820 BLAKE2B 90578a8dc31c186c5feced9b226c04465b16efa6678a15a75cd79ebd0443e2427f71b3643b99515ce086c6bde477305f596688c48a017c6312b03206e3cf9f15 SHA512 9e5a7226d904234304ab5f4a884b2a3e42176477687492aaadf10cab9ec92bc512c44a0cd9cae3c1cb2e7224c322e2c15197f1d0f7966f167258a1c2b7b9b360

diff --git a/dev-qt/qtimageformats/qtimageformats-6.8.1.ebuild b/dev-qt/qtimageformats/qtimageformats-6.8.1.ebuild
new file mode 100644
index 000000000000..9d1a9a6f9685
--- /dev/null
+++ b/dev-qt/qtimageformats/qtimageformats-6.8.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Additional format plugins for the Qt image I/O system"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86"
+fi
+
+IUSE="mng"
+
+RDEPEND="
+	~dev-qt/qtbase-${PV}:6[gui]
+	media-libs/libwebp:=
+	media-libs/tiff:=
+	mng? ( media-libs/libmng:= )
+"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+	# heif plugin is only for Mac, test is normally auto-skipped but may
+	# misbehave with kde-frameworks/kimageformats:6[heif] (bug #927971)
+	tst_qheif
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DQT_FEATURE_jasper=OFF
+		$(qt_feature mng)
+		-DQT_FEATURE_tiff=ON
+		-DQT_FEATURE_webp=ON
+		-DQT_FEATURE_system_tiff=ON
+		-DQT_FEATURE_system_webp=ON
+	)
+
+	qt6-build_src_configure
+}


             reply	other threads:[~2024-12-02  7:24 UTC|newest]

Thread overview: 145+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-02  7:23 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-16 11:18 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/ Arthur Zamarin
2025-04-15 10:22 Sam James
2025-04-02  5:08 Ionen Wolkens
2025-03-26 12:29 Ionen Wolkens
2025-03-14  8:18 Ionen Wolkens
2025-02-22 14:46 Arthur Zamarin
2025-02-21 15:34 Arthur Zamarin
2024-12-28 12:13 Arthur Zamarin
2024-12-28 11:02 Arthur Zamarin
2024-12-27  1:54 Sam James
2024-12-15 20:18 Ionen Wolkens
2024-11-02 14:10 Arthur Zamarin
2024-11-01  6:35 Arthur Zamarin
2024-10-09  6:22 Ionen Wolkens
2024-10-08  5:03 Ionen Wolkens
2024-09-27  7:26 Ionen Wolkens
2024-09-24  9:57 Ionen Wolkens
2024-07-16  1:29 Ionen Wolkens
2024-07-10  4:21 Ionen Wolkens
2024-07-08 11:16 Arthur Zamarin
2024-07-08 10:09 Sam James
2024-06-08 13:41 Ionen Wolkens
2024-06-08  5:27 Arthur Zamarin
2024-06-04 16:16 Arthur Zamarin
2024-06-02  4:04 Sam James
2024-05-28 18:56 Arthur Zamarin
2024-05-20  8:48 Ionen Wolkens
2024-04-19  7:55 Ionen Wolkens
2024-04-13 17:50 Arthur Zamarin
2024-04-02 13:06 Ionen Wolkens
2024-04-02  6:09 Arthur Zamarin
2024-04-01 18:29 Arthur Zamarin
2024-03-27 16:45 Ionen Wolkens
2024-03-26  7:10 Ionen Wolkens
2024-03-22 10:29 Ionen Wolkens
2024-03-22  6:16 Arthur Zamarin
2024-03-12 12:01 Ionen Wolkens
2024-02-20 14:30 Arthur Zamarin
2024-02-14 12:24 Ionen Wolkens
2024-01-25  1:05 Ionen Wolkens
2024-01-02 16:26 WANG Xuerui
2023-12-19 20:33 Ionen Wolkens
2023-12-17 18:29 Arthur Zamarin
2023-12-05  7:25 Joonas Niilola
2023-12-03 20:48 Jakov Smolić
2023-12-02 10:57 Arthur Zamarin
2023-12-01 10:58 Arthur Zamarin
2023-12-01 10:58 Arthur Zamarin
2023-11-27  8:47 Ionen Wolkens
2023-11-15 19:28 Ionen Wolkens
2023-11-15 17:20 Arthur Zamarin
2023-11-06  8:15 Arthur Zamarin
2023-10-10 14:51 Ionen Wolkens
2023-10-08 15:58 Andreas Sturmlechner
2023-09-26 19:48 Ionen Wolkens
2023-09-15  4:49 Sam James
2023-08-05 11:38 WANG Xuerui
2023-07-26 13:31 Jimi Huotari
2023-07-20 19:41 Jimi Huotari
2023-07-09 17:00 Arthur Zamarin
2023-06-10 13:33 Jimi Huotari
2023-05-06 11:26 Jimi Huotari
2023-05-01  7:26 Arthur Zamarin
2023-04-23 16:00 Arthur Zamarin
2023-04-15 18:39 Jimi Huotari
2023-03-26 16:59 Jimi Huotari
2023-03-26 16:10 Andreas Sturmlechner
2023-03-26 16:08 Arthur Zamarin
2023-03-19 13:09 Jimi Huotari
2023-03-15 12:50 Arthur Zamarin
2023-03-13 22:11 Sam James
2023-03-13 20:51 Sam James
2023-03-10 19:39 Andreas Sturmlechner
2023-02-19 13:24 Andreas Sturmlechner
2023-02-19 12:55 Arthur Zamarin
2023-02-19 11:43 Arthur Zamarin
2023-02-09 10:02 Andreas Sturmlechner
2023-02-07 17:47 Sam James
2023-02-07 16:54 Sam James
2023-01-26 22:40 Andreas Sturmlechner
2023-01-21 19:30 Arthur Zamarin
2023-01-05 22:39 Jimi Huotari
2022-12-04 19:30 Arthur Zamarin
2022-12-04 19:22 Arthur Zamarin
2022-12-03 20:37 Arthur Zamarin
2022-12-03 11:02 Sam James
2022-12-01 19:19 Andreas Sturmlechner
2022-08-15 10:43 Andreas Sturmlechner
2022-08-12 14:31 Agostino Sarubbo
2022-08-05  7:15 Agostino Sarubbo
2022-08-05  5:47 Arthur Zamarin
2022-08-04 17:55 Arthur Zamarin
2022-07-23 11:22 Andreas Sturmlechner
2022-07-04 18:00 Arthur Zamarin
2022-07-02 18:25 Sam James
2022-07-02 11:02 Arthur Zamarin
2022-06-30 22:19 Sam James
2022-06-28 20:39 Andreas Sturmlechner
2022-06-28 20:39 Andreas Sturmlechner
2022-06-19 22:45 Sam James
2022-06-19  5:30 Sam James
2022-06-19  5:29 Sam James
2022-06-18 17:25 Andreas Sturmlechner
2022-06-18 15:39 Sam James
2022-06-14 13:27 Sam James
2022-06-10  3:16 Sam James
2022-04-17 19:32 Sam James
2022-04-17 18:18 Sam James
2022-04-14  0:19 Sam James
2022-04-12 22:49 Sam James
2022-04-12 19:35 Arthur Zamarin
2021-10-17  0:27 Sam James
2021-09-30 18:20 Sam James
2021-09-30 18:15 Sam James
2021-08-25 14:36 Andreas Sturmlechner
2021-07-24 23:43 Yixun Lan
2021-01-09 21:17 Sam James
2020-10-13  9:58 Agostino Sarubbo
2020-05-09  7:46 Agostino Sarubbo
2020-03-19 10:14 Agostino Sarubbo
2019-12-21 10:54 Mikle Kolyada
2019-10-20 16:15 Mikle Kolyada
2019-08-28  8:19 David Seifert
2019-08-25 12:57 Andreas Sturmlechner
2019-08-25 12:57 Andreas Sturmlechner
2019-05-23 12:26 Mikle Kolyada
2019-02-19 18:04 Andreas Sturmlechner
2019-01-09 13:30 Mikle Kolyada
2018-11-24 13:32 Sergei Trofimovich
2018-10-16 16:09 Mikle Kolyada
2018-08-22  1:21 Mikle Kolyada
2018-08-19 10:46 Sergei Trofimovich
2018-08-17 21:12 Sergei Trofimovich
2018-07-13 13:41 Mikle Kolyada
2018-03-26  7:04 Sergei Trofimovich
2017-07-15  5:16 Markus Meier
2017-07-04 14:02 Agostino Sarubbo
2017-03-17  7:47 Jeroen Roovers
2017-01-02 19:09 Markus Meier
2016-11-12 23:37 David Seifert
2016-08-23 19:31 Markus Meier
2016-08-15  5:56 Jeroen Roovers
2016-03-24  5:53 Markus Meier
2016-03-05 22:21 Mikle Kolyada

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=1733124163.50e5dd5c0ab181ec10b83d199ded65f31fbb7527.ionen@gentoo \
    --to=ionen@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