summaryrefslogtreecommitdiff
path: root/kde-apps/kdemultimedia-meta/kdemultimedia-meta-25.12.49.9999.ebuild
blob: 4f299181fc89bc371b75223ebef04c39bca3d601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages"
HOMEPAGE="https://apps.kde.org/categories/multimedia/"

LICENSE="metapackage"
SLOT="0"
KEYWORDS=""
IUSE="+cdrom +ffmpeg gstreamer"

RDEPEND="
	>=kde-apps/dragon-${PV}:*
	>=kde-apps/juk-${PV}:*
	>=kde-apps/kdenlive-${PV}:*
	>=kde-apps/kmix-${PV}:*
	>=kde-apps/kwave-${PV}:*
	>=media-sound/elisa-${PV}:*
	>=media-sound/kasts-${PV}
	>=media-sound/krecorder-${PV}
	cdrom? (
		>=media-sound/audex-${PV}
		>=kde-apps/audiocd-kio-${PV}:*
		>=kde-apps/k3b-${PV}:*
		>=kde-apps/libkcddb-${PV}:*
	)
	ffmpeg? ( >=kde-apps/ffmpegthumbs-${PV}:* )
	gstreamer? ( >=kde-apps/kamoso-${PV}:* )
"