[Lunar-commits] <moonbase> bluez: version bump and a few alterations.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon May 11 18:49:31 CEST 2009
commit 57b69f417a353095f894eff6b98a653f8f240aaf
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon May 11 12:49:31 2009 -0400
bluez: version bump and a few alterations.
---
bluetooth/bluez/BUILD | 4 ++++
bluetooth/bluez/DETAILS | 7 ++++---
bluetooth/bluez/init.d/bluetoothd | 3 ++-
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD
index a90482b..8a6960d 100644
--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -15,6 +15,10 @@
default_build &&
+ sedit "s:#\[A:\[A:" audio/audio.conf
+ sedit "s:#SBCS:SBCS:" audio/audio.conf
+ sedit "s:#MPEG:MPEG:" audio/audio.conf
+
cp audio/*.conf /etc/bluetooth/ &&
cp network/*.conf /etc/bluetooth/ &&
cp input/*.conf /etc/bluetooth/ &&
diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS
index cc437d2..eb36a29 100644
--- a/bluetooth/bluez/DETAILS
+++ b/bluetooth/bluez/DETAILS
@@ -1,12 +1,13 @@
MODULE=bluez
- VERSION=4.37
+ VERSION=4.39
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/
- SOURCE_VFY=sha1:8f2f88b1340454d48d1723df2b20f5c7698200e3
+ SOURCE_VFY=sha1:5fbc3316c8003df47c9fe3a0f577e4518bb18185
WEB_SITE=http://www.bluez.org
ENTERED=20090328
- UPDATED=20090424
+ UPDATED=20090511
SHORT="support for core Bluetooth layers and protocols"
+
cat << EOF
BlueZ provides support for core Bluetooth layers and protocols. It is
flexible, efficient and modular implementation.
diff --git a/bluetooth/bluez/init.d/bluetoothd b/bluetooth/bluez/init.d/bluetoothd
index 2c13a5f..247339b 100644
--- a/bluetooth/bluez/init.d/bluetoothd
+++ b/bluetooth/bluez/init.d/bluetoothd
@@ -9,6 +9,7 @@
. /lib/lsb/init-functions $1
+
set -e
PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -24,7 +25,7 @@ HID2HCI_EXEC="`which $HID2HCI_NAME || true`"
DAEMON_ENABLE=true
HID2HCI_ENABLE=true
-[ -e /etc/bluetooth ] && . /etc/bluetooth
+[ -e /etc/default/bluetooth ] && . /etc/default/bluetooth
case "$1" in
start)
More information about the Lunar-commits
mailing list