From 366574e909b9f39680d3dc9463ce9bd90605363c Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 22 Jan 2020 01:38:13 +0100 Subject: Live ebuilds: Add preliminary KPlayer ebuild. Signed-off-by: Chris --- trinity-apps/kplayer/kplayer-9999.ebuild | 27 +++++++++++++++++++++++++++ trinity-apps/kplayer/metadata.xml | 7 +++++++ 2 files changed, 34 insertions(+) create mode 100644 trinity-apps/kplayer/kplayer-9999.ebuild create mode 100644 trinity-apps/kplayer/metadata.xml (limited to 'trinity-apps') diff --git a/trinity-apps/kplayer/kplayer-9999.ebuild b/trinity-apps/kplayer/kplayer-9999.ebuild new file mode 100644 index 00000000..21b16555 --- /dev/null +++ b/trinity-apps/kplayer/kplayer-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="be br ca cs cy da de el en_GB es et fi + fr ga gl he hu it ja nb nl pa pl pt + pt_BR ru sr sr@Latn sv tr zh_CN" + +TRINITY_DOC_LANGS="da es it pt sv" + +inherit trinity-base-2 + +DESCRIPTION="KPlayer is a TDE media player based on mplayer." +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +DEPEND="media-video/mplayer" +RDEPEND="${DEPEND}" + +need-trinity 14.1.0 + +SLOT="${TRINITY_VER}" diff --git a/trinity-apps/kplayer/metadata.xml b/trinity-apps/kplayer/metadata.xml new file mode 100644 index 00000000..61b4108b --- /dev/null +++ b/trinity-apps/kplayer/metadata.xml @@ -0,0 +1,7 @@ + + + + + Chris + + -- cgit v1.2.1