# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild,v 1.8 2005/07/27 20:16:40 gustavoz Exp $ inherit gnome2 eutils DESCRIPTION="Music management and playback software for GNOME" HOMEPAGE="http://www.rhythmbox.org/" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="pda musicbrainz cdr bonobo dbus vorbis mad flac aac" SLOT="0" # RDEPEND=">=media-plugins/gst-plugins-gnomevfs-0.8.2 # libgda? ( >=gnome-extra/libgda-1.0.3 )" RDEPEND=">=x11-libs/gtk+-2.5.4 >=gnome-base/libgnomeui-2 >=gnome-base/libglade-2 >=gnome-base/gnome-vfs-2 >=media-libs/gst-plugins-0.8.2 vorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.2 >=media-plugins/gst-plugins-ogg-0.8.2 ) mad? ( >=media-plugins/gst-plugins-mad-0.8.2 ) flac? ( >=media-plugins/gst-plugins-flac-0.8.2 ) aac? ( >=media-plugins/gst-plugins-faad-0.8.2 ) >=dev-libs/libxml2-2 pda? ( >=sys-apps/hal-0.2.92 >=gnome-base/gnome-vfs-2.7.4 ) musicbrainz? ( >=media-libs/musicbrainz-2 ) cdr? ( >=gnome-extra/nautilus-cd-burner-2.9 ) bonobo? ( >=gnome-base/libbonobo-2 ) dbus? ( >=sys-apps/dbus-0.23 )" DEPEND="${RDEPEND} dev-util/pkgconfig >=dev-util/intltool-0.29 app-text/scrollkeeper" MAKEOPTS="${MAKEOPTS} -j1" G2CONF="${G2CONF} \ $(use_enable pda ipod) \ $(use_with cdr cd-burner) \ $(use_with bonobo) \ $(use_with dbus) \ --enable-mmkeys \ --disable-dashboard \ --disable-tag-writing \ --disable-schemas-install --with-database=tree" DOCS="AUTHORS COPYING ChangeLog DOCUMENTERS INSTALL INTERNALS \ MAINTAINERS NEWS README README.iPod THANKS TODO" export GST_INSPECT=/bin/true src_unpack() { unpack ${A} cd ${S} gnome2_omf_fix ${S}/help/C/Makefile.in gnome2_omf_fix ${S}/help/ja/Makefile.in epatch ${FILESDIR}/${P}-plparse.patch }