diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-13 13:37:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-13 14:21:30 +0200 |
commit | 02b4cae2fc3e98302f917896a37cc3ec6aa08009 (patch) | |
tree | ccca9fc409fb3f1a923f90a4e054c24206c15db5 /kde-apps/kdemultimedia-meta | |
parent | kde-apps/kamoso: 21.04.1 version bump (diff) | |
download | gentoo-02b4cae2fc3e98302f917896a37cc3ec6aa08009.tar.gz gentoo-02b4cae2fc3e98302f917896a37cc3ec6aa08009.tar.bz2 gentoo-02b4cae2fc3e98302f917896a37cc3ec6aa08009.zip |
kde-apps/kdemultimedia-meta: 21.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdemultimedia-meta')
-rw-r--r-- | kde-apps/kdemultimedia-meta/kdemultimedia-meta-21.04.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-21.04.1.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-21.04.1.ebuild new file mode 100644 index 000000000000..cb264994a964 --- /dev/null +++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-21.04.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages" +HOMEPAGE="https://apps.kde.org/multimedia https://multimedia.kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="+cdrom +ffmpeg gstreamer" + +RDEPEND=" + >=kde-apps/dragon-${PV}:${SLOT} + >=kde-apps/juk-${PV}:${SLOT} + >=kde-apps/kdenlive-${PV}:${SLOT} + >=kde-apps/kmix-${PV}:${SLOT} + >=kde-apps/kwave-${PV}:${SLOT} + >=media-sound/elisa-${PV}:${SLOT} + cdrom? ( + >=kde-apps/audiocd-kio-${PV}:${SLOT} + >=kde-apps/k3b-${PV}:${SLOT} + >=kde-apps/libkcddb-${PV}:${SLOT} + >=kde-apps/libkcompactdisc-${PV}:${SLOT} + ) + ffmpeg? ( >=kde-apps/ffmpegthumbs-${PV}:${SLOT} ) + gstreamer? ( >=kde-apps/kamoso-${PV}:${SLOT} ) +" |