# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils python gnome2 DESCRIPTION="Internet radio player for GNOME" HOMEPAGE="http://striim.sf.net/" SRC_URI="http://striim.sf.net/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" NEED_PYTHON="2.4" RDEPEND=">=x11-libs/gtk+-2.10 >=media-libs/gstreamer-0.10.3 >=dev-python/dbus-python-0.80 >=dev-python/pygtk-2.10.0 >=dev-python/gnome-python-2.12.0 >=gnome-extra/yelp-2.12.0 >=media-plugins/gst-plugins-gnomevfs-0.10.3 >=media-plugins/gst-plugins-mad-0.10.4 >=dev-python/gst-python-0.10.3 >=dev-python/python-musicbrainz2-0.4.1" DEPEND="${RDEPEND} app-text/scrollkeeper >=dev-util/intltool-0.35" DOCS="AUTHORS README COPYING TODO ChangeLog INSTALL NEWS README" src_compile() { addpredict "$(unset HOME; echo ~)/.gconf" addpredict "$(unset HOME; echo ~)/.gconfd" gnome2_src_compile } pkg_postinst() { gnome2_pkg_postinst }