You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-radio/radiotray/radiotray-0.7.2.ebuild

39 lines
952 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild,v 1.3 2012/03/24 10:44:54 hwoarang Exp $
EAPI=3
PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="Online radio streaming player"
HOMEPAGE="http://radiotray.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-python/dbus-python
dev-python/gst-python
dev-python/pygtk
dev-python/lxml
dev-python/pyxdg
dev-python/pygobject:2
dev-python/notify-python
media-libs/gst-plugins-good
media-libs/gst-plugins-ugly
media-plugins/gst-plugins-alsa
media-plugins/gst-plugins-libmms
media-plugins/gst-plugins-ffmpeg
media-plugins/gst-plugins-mad
media-plugins/gst-plugins-ogg
media-plugins/gst-plugins-soup
media-plugins/gst-plugins-vorbis"
DEPEND=""