aboutsummaryrefslogtreecommitdiff
blob: 4a96912e4f8aa31bc5eb3bffbb87c2447a1b21a8 (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit kde4-base

DESCRIPTION="A 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}"