diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-24 14:33:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-24 14:49:47 +0200 |
commit | c54875c025530100d9a21346e847f910ebb3ea39 (patch) | |
tree | ea7a8078ac2837b61598c265d9928c1f850e33df | |
parent | kde-apps/svgpart: 24.08.0 version bump (diff) | |
download | gentoo-c54875c025530100d9a21346e847f910ebb3ea39.tar.gz gentoo-c54875c025530100d9a21346e847f910ebb3ea39.tar.bz2 gentoo-c54875c025530100d9a21346e847f910ebb3ea39.zip |
kde-apps/thumbnailers: 24.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/thumbnailers/thumbnailers-24.08.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/thumbnailers/thumbnailers-24.08.0.ebuild b/kde-apps/thumbnailers/thumbnailers-24.08.0.ebuild new file mode 100644 index 000000000000..a5a6f0366483 --- /dev/null +++ b/kde-apps/thumbnailers/thumbnailers-24.08.0.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 ) +" |