summaryrefslogtreecommitdiff
path: root/kde-apps/thumbnailers/thumbnailers-23.08.5-r2.ebuild
blob: 204751576c402128c0cade5e078884518a776037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 )
"