diff options
Diffstat (limited to 'media-video/kplayer/kplayer-0.7.2-r1.ebuild')
-rw-r--r-- | media-video/kplayer/kplayer-0.7.2-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-video/kplayer/kplayer-0.7.2-r1.ebuild b/media-video/kplayer/kplayer-0.7.2-r1.ebuild new file mode 100644 index 000000000000..072a8876046a --- /dev/null +++ b/media-video/kplayer/kplayer-0.7.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et eu fr ga gl he hi hne +it ja km lt mai nb nds nl pa pl pt pt_BR ro ru sr sr@ijekavian sr@ijekavianlatin +sr@latin sv th tr uk zh_CN zh_TW" +KDE_HANDBOOK=optional +inherit kde4-base + +DESCRIPTION="KPlayer is a KDE media player based on mplayer" +HOMEPAGE="https://projects.kde.org/projects/unmaintained/kplayer" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="amd64 x86" +IUSE="debug" + +RDEPEND="${DEPEND} + || ( >=media-video/mplayer-1.0_rc1 media-video/mplayer2 ) +" |