From bfb51912319770fa4f7e9b3ecba818925a20c2fd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 15 Oct 2011 11:08:06 +0200 Subject: [PATCH] rhythmbox: enable DAAP support. --- srcpkgs/rhythmbox/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rhythmbox/template b/srcpkgs/rhythmbox/template index bb9f705044..e3fd243cd7 100644 --- a/srcpkgs/rhythmbox/template +++ b/srcpkgs/rhythmbox/template @@ -1,13 +1,14 @@ # Template file for 'rhythmbox'. pkgname=rhythmbox version=2.90.1.git20110928 +revision=1 homepage="http://projects.gnome.org/rhythmbox/" #distfiles="${GNOME_SITE}/$pkgname/0.13/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.xz" build_style=gnu_configure configure_args="--with-mdns=avahi --disable-scrollkeeper --disable-static ---disable-python --enable-vala --disable-schemas-install --disable-daap ---disable-schemas-compile --without-hal --with-webkit --disable-vala" +--disable-python --disable-schemas-install --enable-daap --disable-vala +--disable-schemas-compile --without-hal --with-webkit" short_desc="GNOME integrated music management application, inspired by Apple's iTunes." maintainer="davehome " license="GPL-2" @@ -80,6 +81,8 @@ Add_dependency run libXdamage Add_dependency run libXcomposite Add_dependency run libXfixes Add_dependency run grilo +Add_dependency run libdmapsharing +Add_dependency run libgnome-keyring Add_dependency run librhythmbox Add_dependency build gnome-common @@ -107,6 +110,7 @@ Add_dependency build json-glib-devel Add_dependency build clutter-gtk-devel Add_dependency build clutter-gst-devel Add_dependency build mx-devel +Add_dependency build libdmapsharing-devel pre_configure() { ./autogen.sh