diff options
Diffstat (limited to 'abs/extra/bluez/PKGBUILD')
-rw-r--r-- | abs/extra/bluez/PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/abs/extra/bluez/PKGBUILD b/abs/extra/bluez/PKGBUILD index 3428ead..4090fdc 100644 --- a/abs/extra/bluez/PKGBUILD +++ b/abs/extra/bluez/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Geoffroy Carrier <geoffroy@archlinux.org> pkgname=bluez pkgver=4.98 -pkgrel=1 +pkgrel=2 pkgdesc="Libraries and tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch=('i686' 'x86_64') @@ -23,10 +23,15 @@ backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf 'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf') install='bluez.install' source=("http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.bz2" - bluetooth.conf.d) + 'bluez-4.98_audio-streaming.patch' + 'bluetooth.conf.d') build() { cd "$srcdir/$pkgname-$pkgver" + + # Add directive that allows audio streaming + patch -Np1 -i ${srcdir}/bluez-4.98_audio-streaming.patch || return 1 + ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ @@ -64,4 +69,5 @@ package() { ${pkgdir}/usr/bin/bluez-simple-agent } md5sums=('4aca8a0929250212e9a75fb60dd75b05' + 'da4ec22ee1a5c3e84d5d934440167526' 'd12be5b494525bb1ba6eac5c3983dd3e') |