summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-12 17:54:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-12 21:27:18 +0200
commitb0f7a69495086560fed1cbfea18fd258f4de9950 (patch)
treebaef4f7d201fca8989dd3a9190f46a123bc4b169 /kde-apps/thumbnailers
parentkde-apps/svgpart: 24.08.1 version bump (diff)
downloadgentoo-b0f7a69495086560fed1cbfea18fd258f4de9950.tar.gz
gentoo-b0f7a69495086560fed1cbfea18fd258f4de9950.tar.bz2
gentoo-b0f7a69495086560fed1cbfea18fd258f4de9950.zip
kde-apps/thumbnailers: 24.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/thumbnailers')
-rw-r--r--kde-apps/thumbnailers/thumbnailers-24.08.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/thumbnailers/thumbnailers-24.08.1.ebuild b/kde-apps/thumbnailers/thumbnailers-24.08.1.ebuild
new file mode 100644
index 000000000000..a5a6f0366483
--- /dev/null
+++ b/kde-apps/thumbnailers/thumbnailers-24.08.1.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 ~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 )
+"