gentoo-ebuilds/kde-apps/thumbnailers/thumbnailers-25.04.2.ebuild
Arthur Zamarin e7ca63ca35
kde-apps/thumbnailers: Stabilize 25.04.2 arm64, #959294
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-30 22:28:21 +03:00

21 lines
668 B
Bash

# Copyright 1999-2025 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 ~loong ~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 )
"