# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Unoffical RhythmBox varient with streaming media support" SRC_URI="http://web.verbum.org/net-rhythmbox/${P}.tar.gz" HOMEPAGE="http://web.verbum.org/net-rhythmbox/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~alpha" # The dependancy for >=media-libs/monkey-media-0.6.1 # is NOT REQUIRED because netrb contains its own copy # Both gstreamer 0.6.1 and 0.7 are supported RDEPEND=">=x11-libs/gtk+-2.2.1 >=gnome-base/libgnomeui-2.0* >=gnome-base/libglade-2.0* >=gnome-base/gnome-panel-2.0* >=gnome-base/gnome-vfs-2.0* >=gnome-base/libbonobo-2.0* >=gnome-base/bonobo-activation-1.0* >=gnome-base/libgnomecanvas-2.0* >=gnome-base/gconf-1.2.1 >=gnome-base/ORBit2-2.4.1 >=sys-libs/zlib-1.1.4 >=sys-devel/gettext-0.11.1 >=media-libs/gstreamer-0.6.1 >=media-libs/gst-plugins-0.6.1 >=media-libs/musicbrainz-2.0.1 >=media-libs/libvorbis-1.0 >=media-libs/libogg-1.0 >=media-sound/mad-0.14.2" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 dev-util/intltool" src_install () { # this is a fix to disable scrollkeeper-update from running in # "make install" since that breaks sandbox. cd help/C cat Makefile | sed s/"install-data-hook: install-data-hook-omf"/"install-data-hook:"/g >Makefile.new mv Makefile.new Makefile cd ../.. gnome2_src_install } DOCS="AUTHORS COPYING ChangeLog INSTALL INSTALL.GNU NEWS README THANKS TODO"