#!/bin/sh
#
# Copyright 2006 Paul Best <paul.best@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="rhythmbox"
VERSION="0.12.6"
REVISION="1"

PKG_SOURCEURL='http://ftp.gnome.org/pub/GNOME/sources/$NAME/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.gz'

PKG_PATCH[0]="build-with-new-libmtp.diff"

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

cflags
cxxflags
prepare
analyzesource

configure --enable-lirc --enable-python --enable-vala --enable-browser-plugin --with-mdns=avahi --with-libbrasero-media
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
