summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 14:44:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 18:04:15 +0200
commit101645870d7c8c37fb70b71c6734c096991ee3db (patch)
tree9939ba5e22af715e3c388e5fd9fd4e5266acb156 /kde-frameworks/kmediaplayer/kmediaplayer-5.75.0.ebuild
parentkde-frameworks/kjsembed: 5.75.0 version bump (diff)
downloadgentoo-101645870d7c8c37fb70b71c6734c096991ee3db.tar.gz
gentoo-101645870d7c8c37fb70b71c6734c096991ee3db.tar.bz2
gentoo-101645870d7c8c37fb70b71c6734c096991ee3db.zip
kde-frameworks/kmediaplayer: 5.75.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kmediaplayer/kmediaplayer-5.75.0.ebuild')
-rw-r--r--kde-frameworks/kmediaplayer/kmediaplayer-5.75.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kmediaplayer/kmediaplayer-5.75.0.ebuild b/kde-frameworks/kmediaplayer/kmediaplayer-5.75.0.ebuild
new file mode 100644
index 000000000000..e2e38a6860df
--- /dev/null
+++ b/kde-frameworks/kmediaplayer/kmediaplayer-5.75.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing a common interface for KParts that can play media files"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ =kde-frameworks/kparts-${PVCUT}*:5
+ =kde-frameworks/kxmlgui-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"