[Lunar-commits] bluez-utils: Version bump, additions and fixes.

Dennis Veatch dennisveatch at bellsouth.net
Fri Dec 28 00:06:04 CET 2007


commit 40d5e692d2250309e8093a061d08f7ddd3bebe1e
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date:   Thu Dec 27 18:06:04 2007 -0500

    bluez-utils: Version bump, additions and fixes.
    
    	Add TCP connection support for serial proxy.
    	Add fix for Logitech HID proxy switching.
    	Add missing macros, MIN, MAX, ABS and CLAMP.
    	Add more SBC encoder optimizations.
    	Add initial mechanism to handle headset commands.
    	Fix connecting to handsfree profile headsets.
    	Use proper function for checking signal name.
---
 bluetooth/bluez-utils/DEPENDS |    6 ++++--
 bluetooth/bluez-utils/DETAILS |    6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/bluetooth/bluez-utils/DEPENDS b/bluetooth/bluez-utils/DEPENDS
index 6d96478..369f9ba 100644
--- a/bluetooth/bluez-utils/DEPENDS
+++ b/bluetooth/bluez-utils/DEPENDS
@@ -1,2 +1,4 @@
-depends bluez-libs &&
-optional_depends "pcmcia-cs" "--enable-pcmcia" "" "to enable pcmcia support"
+depends bluez-libs
+
+optional_depends "pcmcia-cs" "--enable-pcmcia" "" "to enable pcmcia support, 2.4 kernels"
+optional_depends "pcmciautils" "--enable-pcmcia" "" "to enable pcmcia support, 2.6 kernels"
diff --git a/bluetooth/bluez-utils/DETAILS b/bluetooth/bluez-utils/DETAILS
index 145d4e2..d181e4e 100644
--- a/bluetooth/bluez-utils/DETAILS
+++ b/bluetooth/bluez-utils/DETAILS
@@ -1,11 +1,11 @@
           MODULE=bluez-utils
-         VERSION=3.23
+         VERSION=3.24
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://bluez.sf.net/download/
-      SOURCE_VFY=sha1:095abf39d7c4663cf59b176867c4a03fbedde719
+      SOURCE_VFY=sha1:f89e8965d5b9dc81fb0581021df13b36ae74e846
         WEB_SITE=http://www.bluez.org
          ENTERED=20030927
-         UPDATED=20071213
+         UPDATED=20071227
            SHORT="support for core Bluetooth layers and protocols"
 cat << EOF
 BlueZ provides support for core Bluetooth layers and protocols. It is


More information about the Lunar-commits mailing list