summaryrefslogtreecommitdiff
path: root/extra/bluez/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bluez/PKGBUILD')
-rw-r--r--extra/bluez/PKGBUILD24
1 files changed, 9 insertions, 15 deletions
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD
index 6e2a5dc6b..e86a685f8 100644
--- a/extra/bluez/PKGBUILD
+++ b/extra/bluez/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 152235 2012-03-05 13:54:25Z andrea $
+# $Id: PKGBUILD 152640 2012-03-07 16:41:27Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgname=bluez
-pkgver=4.98
-pkgrel=4
+pkgver=4.99
+pkgrel=1
pkgdesc="Libraries and tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('dbus-core')
+depends=('dbus-core' 'python2' 'udev')
makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
optdepends=("gstreamer0.10-base: bluetooth GStreamer support"
"alsa-lib: Audio bluetooth devices support"
@@ -25,21 +25,12 @@ options=('!libtool')
backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2"
- 'bluetooth.conf.d' 'rc.bluetooth'
- 'fix-a2dp.patch'
- 'fix-compile-issue.patch')
-md5sums=('4aca8a0929250212e9a75fb60dd75b05'
- '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789'
- 'd6a34317e56b7c2bd990791d89d6c3cb'
- 'd81860cd0d7c3ddd2515591453a85e65')
+ 'bluetooth.conf.d'
+ 'rc.bluetooth')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/fix-a2dp.patch"
- patch -p1 -i "${srcdir}/fix-compile-issue.patch"
-
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -88,3 +79,6 @@ package() {
# http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
rm "${pkgdir}"/lib/udev/rules.d/97-bluetooth.rules
}
+md5sums=('2387053eb5a7b02f37df4871df022a02'
+ '7412982b440f29fa7f76a41a87fef985'
+ '8f9498707f809506928b2e480d3b6789')