aboutsummaryrefslogtreecommitdiff
blob: 62697d7d92dd3b46d623a7c3044c4d5e0e503c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit kde4-base

DESCRIPTION="Multimedia player for different online platforms"
HOMEPAGE="http://projects.kde.org/projects/playground/multimedia/kubeplayer"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS=""
IUSE="debug gstreamer"

DEPEND="
	dev-ruby/json
	$(add_kdebase_dep korundum)
	$(add_kdebase_dep smokegen)
	$(add_kdebase_dep smokekde)
	$(add_kdebase_dep smokeqt)
	gstreamer? (
		media-plugins/gst-plugins-faad
		media-plugins/gst-plugins-ffmpeg
		media-plugins/gst-plugins-soup
	)
"
RDEPEND="${DEPEND}"