From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/thumbnailers/
Date: Wed, 21 Aug 2024 21:51:17 +0000 (UTC) [thread overview]
Message-ID: <1724274991.38669c51abe6ef3c444698247ee323efb907ec7f.asturm@gentoo> (raw)
commit: 38669c51abe6ef3c444698247ee323efb907ec7f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 20 15:34:52 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 21:16:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38669c51
kde-apps/thumbnailers: Add IUSE gettext, video
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/thumbnailers/metadata.xml | 3 ++-
.../thumbnailers/thumbnailers-23.08.5-r2.ebuild | 21 +++++++++++++++++++++
.../thumbnailers/thumbnailers-24.05.2-r2.ebuild | 21 +++++++++++++++++++++
3 files changed, 44 insertions(+), 1 deletion(-)
diff --git a/kde-apps/thumbnailers/metadata.xml b/kde-apps/thumbnailers/metadata.xml
index 419b2d426170..ca27dcc0ab13 100644
--- a/kde-apps/thumbnailers/metadata.xml
+++ b/kde-apps/thumbnailers/metadata.xml
@@ -10,7 +10,8 @@
</upstream>
<use>
<flag name="blender">Enable blender thumbnail generation using <pkg>kde-frameworks/karchive</pkg></flag>
+ <flag name="gettext">Enable PO file thumbnail generation using <pkg>kde-apps/kdesdk-thumbnailers</pkg></flag>
<flag name="mobi">Enable mobipocket thumbnail generation using <pkg>kde-apps/kdegraphics-mobipocket</pkg></flag>
-<!-- <flag name="video">Enable video thumbnail generation using <pkg>kde-apps/ffmpegthumbs</pkg></flag> -->
+ <flag name="video">Enable video thumbnail generation using <pkg>kde-apps/ffmpegthumbs</pkg></flag>
</use>
</pkgmetadata>
diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.5-r2.ebuild b/kde-apps/thumbnailers/thumbnailers-23.08.5-r2.ebuild
new file mode 100644
index 000000000000..204751576c40
--- /dev/null
+++ b/kde-apps/thumbnailers/thumbnailers-23.08.5-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Metapackage for KIO thumbnail generators"
+HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="blender gettext mobi pdf raw video"
+
+RDEPEND="
+ blender? ( >=media-gfx/kio-blender-thumbnailer-${PV}:5 )
+ gettext? ( >=kde-apps/kdesdk-thumbnailers-${PV}:5 )
+ mobi? ( >=media-gfx/kio-mobi-thumbnailer-${PV}:5 )
+ pdf? ( >=media-gfx/kio-ps-thumbnailer-${PV}:5 )
+ raw? ( >=media-gfx/kio-raw-thumbnailer-${PV}:5 )
+ video? ( >=kde-apps/ffmpegthumbs-${PV}:5 )
+"
diff --git a/kde-apps/thumbnailers/thumbnailers-24.05.2-r2.ebuild b/kde-apps/thumbnailers/thumbnailers-24.05.2-r2.ebuild
new file mode 100644
index 000000000000..e2b2f769fc3b
--- /dev/null
+++ b/kde-apps/thumbnailers/thumbnailers-24.05.2-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Metapackage for KIO thumbnail generators"
+HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/"
+
+LICENSE="metapackage"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="blender gettext mobi pdf raw video"
+
+RDEPEND="
+ blender? ( >=media-gfx/kio-blender-thumbnailer-${PV}:6 )
+ gettext? ( >=kde-apps/kdesdk-thumbnailers-${PV}:6 )
+ mobi? ( >=media-gfx/kio-mobi-thumbnailer-${PV}:6 )
+ pdf? ( >=media-gfx/kio-ps-thumbnailer-${PV}:6 )
+ raw? ( >=media-gfx/kio-raw-thumbnailer-${PV}:6 )
+ video? ( >=kde-apps/ffmpegthumbs-${PV}:6 )
+"
next reply other threads:[~2024-08-21 21:51 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-21 21:51 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 16:59 [gentoo-commits] repo/gentoo:master commit in: kde-apps/thumbnailers/ Arthur Zamarin
2025-03-05 18:28 Sam James
2025-02-12 17:28 Andreas Sturmlechner
2025-01-10 11:31 WANG Xuerui
2025-01-03 20:31 Andreas Sturmlechner
2024-10-07 5:41 Arthur Zamarin
2024-08-29 21:20 Andreas Sturmlechner
2024-08-29 19:42 Sam James
2024-08-29 15:48 Arthur Zamarin
2024-08-28 21:38 Jakov Smolić
2024-08-28 20:35 Sam James
2024-08-21 21:51 Andreas Sturmlechner
2024-08-16 19:57 Arthur Zamarin
2024-08-16 19:37 Arthur Zamarin
2024-08-15 17:48 Andreas Sturmlechner
2024-08-15 17:48 Andreas Sturmlechner
2024-08-15 17:48 Andreas Sturmlechner
2023-12-29 7:05 Arthur Zamarin
2022-11-01 5:34 WANG Xuerui
2021-11-04 5:43 Yixun Lan
2021-08-04 9:01 Agostino Sarubbo
2021-08-04 8:40 Agostino Sarubbo
2021-04-06 6:31 Agostino Sarubbo
2020-07-30 7:21 Agostino Sarubbo
2020-07-30 6:58 Agostino Sarubbo
2020-03-19 6:25 Mikle Kolyada
2020-03-19 0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2019-12-02 23:29 Aaron Bauman
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-07-29 15:53 Aaron Bauman
2019-07-28 2:45 Mikle Kolyada
2019-07-28 2:33 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2018-07-29 12:56 Thomas Deutschmann
2018-07-29 0:38 Mikle Kolyada
2017-11-30 2:07 Thomas Deutschmann
2017-04-17 8:02 Agostino Sarubbo
2017-04-16 20:58 Agostino Sarubbo
2017-01-16 14:14 Andreas Sturmlechner
2016-07-29 18:48 Johannes Huber
2016-06-26 14:54 Michael Palimaka
2016-03-06 10:14 Mikle Kolyada
2016-03-05 11:54 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=1724274991.38669c51abe6ef3c444698247ee323efb907ec7f.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