summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 14:55:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 16:01:15 +0200
commit1e62bbc175408949f57833235bf3bcfecf99638c (patch)
tree0acd97bd97458eb52c5d438429d281b927e77f79 /kde-frameworks/kmediaplayer/kmediaplayer-5.46.0.ebuild
parentkde5-functions.eclass: Raise QT_MINIMAL to 5.9.4 (diff)
downloadgentoo-1e62bbc175408949f57833235bf3bcfecf99638c.tar.gz
gentoo-1e62bbc175408949f57833235bf3bcfecf99638c.tar.bz2
gentoo-1e62bbc175408949f57833235bf3bcfecf99638c.zip
kde-frameworks: Add KDE Frameworks 5.46.0
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-frameworks/kmediaplayer/kmediaplayer-5.46.0.ebuild')
-rw-r--r--kde-frameworks/kmediaplayer/kmediaplayer-5.46.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kmediaplayer/kmediaplayer-5.46.0.ebuild b/kde-frameworks/kmediaplayer/kmediaplayer-5.46.0.ebuild
new file mode 100644
index 000000000000..9bb5a33e13f1
--- /dev/null
+++ b/kde-frameworks/kmediaplayer/kmediaplayer-5.46.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_QTHELP="false"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing a common interface for KParts that can play media files"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${RDEPEND}"