[arch-commits] Commit in bluez/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Nov 28 23:14:55 UTC 2010
Date: Sunday, November 28, 2010 @ 18:14:54
Author: tpowa
Revision: 101340
upgpkg: bluez 4.80-2
rebuild against libusb
Modified:
bluez/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-11-28 23:12:13 UTC (rev 101339)
+++ PKGBUILD 2010-11-28 23:14:54 UTC (rev 101340)
@@ -4,18 +4,18 @@
pkgname=bluez
pkgver=4.80
-pkgrel=1
+pkgrel=2
pkgdesc="Libraries and tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('dbus-core')
-makedepends=('gstreamer0.10-base' 'libusb' 'libnl' 'libsndfile')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libnl' 'libsndfile')
optdepends=("gstreamer0.10-base: bluetooth GStreamer support"
"alsa-lib: Audio bluetooth devices support"
"dbus-python: to run bluez-simple-agent"
"pygobject: to run bluez-simple-agent"
- "libusb: USB adapters support"
+ "libusb-compat: USB adapters support"
"cups: CUPS backend"
"libnl: netlink plugin")
conflicts=('bluez-libs' 'bluez-utils')
More information about the arch-commits
mailing list