www-plugins/chrome-binary-plugins: automated update
[gentoo.git] / kde-apps / kdemultimedia-meta / kdemultimedia-meta-20.04.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages"
7 HOMEPAGE="https://kde.org/applications/multimedia/
8 https://multimedia.kde.org/"
9
10 LICENSE="metapackage"
11 SLOT="5"
12 KEYWORDS="~amd64 ~arm64 ~x86"
13 IUSE="+cdrom +ffmpeg gstreamer"
14
15 RDEPEND="
16         >=kde-apps/dragon-${PV}:${SLOT}
17         >=kde-apps/juk-${PV}:${SLOT}
18         >=kde-apps/kdenlive-${PV}:${SLOT}
19         >=kde-apps/kmix-${PV}:${SLOT}
20         >=kde-apps/kwave-${PV}:${SLOT}
21         >=media-sound/elisa-${PV}:${SLOT}
22         cdrom? (
23                 >=kde-apps/audiocd-kio-${PV}:${SLOT}
24                 >=kde-apps/k3b-${PV}:${SLOT}
25                 >=kde-apps/libkcddb-${PV}:${SLOT}
26                 >=kde-apps/libkcompactdisc-${PV}:${SLOT}
27         )
28         ffmpeg? ( >=kde-apps/ffmpegthumbs-${PV}:${SLOT} )
29         gstreamer? ( >=kde-apps/kamoso-${PV}:${SLOT} )
30 "