summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 20:11:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 22:30:22 +0100
commit3fa6d920893766911f27b7775c0492b409944e6a (patch)
tree108d14d03f0cae1229fb85b03791e4cc3f3a8bb9 /kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild
parentkde-frameworks: Add KDE Frameworks 5.64.0 (diff)
downloadgentoo-3fa6d920893766911f27b7775c0492b409944e6a.tar.gz
gentoo-3fa6d920893766911f27b7775c0492b409944e6a.tar.bz2
gentoo-3fa6d920893766911f27b7775c0492b409944e6a.zip
kde-apps: Add KDE Applications 19.08.3
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild')
-rw-r--r--kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild
new file mode 100644
index 000000000000..8051d3dc3ced
--- /dev/null
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 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}
+ 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} )
+"