summaryrefslogtreecommitdiff
blob: b92fea57eaa971bc64650d74e17f6e61a8f3bd59 (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
30
31
32
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
PYTHON_MODNAME="libmimms libradiotv"

inherit distutils bzr

DESCRIPTION="A PyGTK tv/radio streaming channel archive"
HOMEPAGE="https://launchpad.net/tv-player"
SRC_URI=""
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

EBZR_REPO_URI="lp:tv-player"

DEPEND="dev-python/pygtk
	media-video/flvstreamer
	media-libs/libmms
	!net-misc/mimms
	media-libs/gst-plugins-base
	media-libs/gst-plugins-good
	media-libs/gst-plugins-ugly
	dev-python/gst-python"
RDEPEND="${DEPEND}"