# Description: The music management application for GNOME
# URL: http://www.gnome.org/projects/rhythmbox/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: gtk, libgnomeui, libglade, libbonobo, gnome-vfs, gstreamer-plugins-base, gstreamer-plugins-good, gstreamer-plugins-ugly, gstreamer-plugins-bad, scrollkeeper, pkg-config, intltool, dbus

name=rhythmbox
version=0.11.2
release=1
source=(http://download.gnome.org/sources/$name/0.11/$name-$version.tar.bz2)

build() {
	cd $name-$version
	rm po/*.po
	sed -i -e 's/USE_NLS=yes/USE_NLS=no/g' \
		-e 's/ENABLE_NLS 1/ENABLE_NLS 0/g' configure
	./configure --prefix=/usr \
		--disable-scrollkeeper \
		--disable-schemas-install \
		--enable-ipod \
		--enable-mmkeys \
		--with-bonobo \
		--enable-audiocd \
		--disable-dashboard
	make
	export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}
