# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ inherit gnome2 eutils DESCRIPTION="CD ripper/player for GNOME 2 with album cover downloader" HOMEPAGE="http://www.gnomefiles.org/app.php?soft_id=531" SRC_URI="http://ftp.gnome.org/pub/gnome/sources/goobox/0.7/goobox-$PV.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="" RDEPEND=">=x11-libs/gtk+-2.4 >=gnome-base/libglade-2.4 >=gnome-base/libgnomeui-2 >=gnome-base/libbonobo-2.6 >=gnome-base/gnome-vfs-2.6 >=gnome-extra/gnome-media-2.8 =media-libs/gstreamer-0.8* =media-plugins/gst-plugins-cdparanoia-0.8* =media-plugins/gst-plugins-vorbis-0.8* =media-plugins/gst-plugins-ogg-0.8* =media-plugins/gst-plugins-flac-0.8* =media-plugins/gst-plugins-lame-0.8* media-sound/vorbis-tools media-sound/lame" DEPEND="${RDEPEND} >=dev-util/intltool-0.29 app-text/scrollkeeper dev-util/pkgconfig" src_unpack() { unpack ${A} } #DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" # needed to get around some sandboxing checks #export GST_INSPECT=/bin/true