GARNAME = rhythmbox
GARVERSION = 0.11.0
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = platform/libbonoboui desktop/gst-plugins-base geektoys/libgpod

DESCRIPTION = rhythmbox
define BLURB
Rhythmbox is an integrated music management application, originally inspired 
by Apple's iTunes. It is free software, designed to work well under the GNOME 
Desktop, and based on the powerful GStreamer media framework.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --with-ipod --with-mdns=avahi --with-dbus \
		 --with-bonobo --with-playback=gstreamer-0-10

# experimental features
CONFIGURE_ARGS += --enable-ipod-writing --enable-tag-writing

include ../category.mk

BUILD_ARGS = -j1
