rhythmbox: enable DAAP support.
This commit is contained in:
parent
33dd697f59
commit
bfb5191231
1 changed files with 6 additions and 2 deletions
|
@ -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 <davehome@redthumb.info.tm>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue