summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-15 12:37:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-15 17:12:47 +0200
commit14666358bcbc6116cc1ed18e1b697be67a459f2c (patch)
treec9dc36c5b750d2856590410b380791610ec41cf3 /kde-apps/kdemultimedia-meta
parentmedia-gfx/imagemagick: drop old (diff)
downloadgentoo-14666358bcbc6116cc1ed18e1b697be67a459f2c.tar.gz
gentoo-14666358bcbc6116cc1ed18e1b697be67a459f2c.tar.bz2
gentoo-14666358bcbc6116cc1ed18e1b697be67a459f2c.zip
kde-apps: Add KDE Release Service 20.04.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdemultimedia-meta')
-rw-r--r--kde-apps/kdemultimedia-meta/kdemultimedia-meta-20.04.1.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-20.04.1.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-20.04.1.ebuild
new file mode 100644
index 000000000000..733e3f5f93a2
--- /dev/null
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-20.04.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 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://kde.org/applications/multimedia/
+https://multimedia.kde.org/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~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} )
+"