Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a69b8b0d8f26b0545b5cfe0deca11228e57d2c7d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a69b8b0d8f26b0545b5cfe0deca11228e57d2c7d)
  • Date: Tue, 10 May 2011 05:02:56 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

utils/bluez/CONFIGURE | 27 ++++++++++++++++++++++-----
utils/bluez/DEPENDS | 12 +++++++++++-
utils/bluez/DETAILS | 2 +-
utils/bluez/HISTORY | 8 ++++++++
utils/bluez/INSTALL | 5 +----
5 files changed, 43 insertions(+), 11 deletions(-)

New commits:
commit 8448e4130338f19b32ffa4f35339842553315d4d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

bluez: version 4.93, completed dependencies and plugin options

diff --git a/utils/bluez/CONFIGURE b/utils/bluez/CONFIGURE
index 6400bec..cf0d9eb 100755
--- a/utils/bluez/CONFIGURE
+++ b/utils/bluez/CONFIGURE
@@ -1,8 +1,25 @@
-config_query_option BLUEZOPTS "Build HID mode switching utility?" n
"--enable-hid2hci" "--disable-hid2hci" &&
-config_query_option BLUEZOPTS "Build PCMCIA serial script?" n
"--enable-pcmcia" "--disable-pcmcia" &&
-config_query_option BLUEZOPTS "Build DFU firmware upgrade utility?" n
"--enable-dfutool" "--disable-dfutool" &&
+config_query_option BLUEZOPTS "Enable debug information?" n "--enable-debug"
"--disable-debug" &&
config_query_option BLUEZOPTS "Build HID daemon?" n "--enable-hidd"
"--disable-hidd" &&
config_query_option BLUEZOPTS "Build PAN daemon?" n "--enable-pand"
"--disable-pand" &&
config_query_option BLUEZOPTS "Build DUN daemon?" n "--enable-dund"
"--disable-dund" &&
-config_query_option BLUEZOPTS "Build test progams?" n "--enable-test"
"--disable-test" &&
-config_query_option BLUEZOPTS "Install Bluetooth configuration files?" n
"--enable-configfiles" "--disable-configfiles"
+config_query_option BLUEZOPTS "Build Tracing daemon?" n "--enable-tracer"
"--disable-tracer" &&
+config_query_option BLUEZOPTS "Build the utilities?" y "--enable-tools"
"--disable-tools" &&
+config_query_option BLUEZOPTS "Build the test progams?" n "--enable-test"
"--disable-test" &&
+config_query_option BLUEZOPTS "Build HID mode switching utility?" n
"--enable-hid2hci" "--disable-hid2hci" &&
+config_query_option BLUEZOPTS "Build DFU firmware upgrade utility?" n
"--enable-dfutool" "--disable-dfutool" &&
+config_query_option BLUEZOPTS "Build BCCMD interface utility?" n
"--enable-bccmd" "--disable-bccmd" &&
+config_query_option BLUEZOPTS "Install Bluetooth configuration files?" y
"--enable-configfiles" "--disable-configfiles" &&
+config_query_option BLUEZOPTS "Install udev rules?" y "--enable-udevrules"
"--disable-udevrules" &&
+config_query_option BLUEZOPTS "Install PCMCIA serial script?" n
"--enable-pcmcia" "--disable-pcmcia" &&
+config_query_option BLUEZOPTS "Build the input plugin?" n "--enable-input"
"--disable-input" &&
+config_query_option BLUEZOPTS "Build the network plugin?" n
"--enable-network" "--disable-network" &&
+config_query_option BLUEZOPTS "Build the sap plugin?" n "--enable-sap"
"--disable-sap" &&
+config_query_option BLUEZOPTS "Build the serial plugin?" n "--enable-serial"
"--disable-serial" &&
+config_query_option BLUEZOPTS "Build the audio plugin?" n "--enable-audio"
"--disable-audio" &&
+config_query_option BLUEZOPTS "Build the service plugin?" n
"--enable-service" "--disable-service" &&
+config_query_option BLUEZOPTS "Build the health plugin?" n "--enable-health"
"--disable-health" &&
+config_query_option BLUEZOPTS "Build the pnat plugin?" n "--enable-pnat"
"--disable-pnat" &&
+config_query_option BLUEZOPTS "Build the GATT example plugin?" n
"--enable-gatt-example" "--disable-gatt-example" &&
+config_query_option BLUEZOPTS "Build the maemo6 plugin?" n "--enable-maemo6"
"--disable-maemo6" &&
+config_query_option BLUEZOPTS "Build the D-Bus OOB plugin?" n
"--enable-dbusoob" "--disable-dbusoob"
+
diff --git a/utils/bluez/DEPENDS b/utils/bluez/DEPENDS
index 3daae78..89e28d8 100755
--- a/utils/bluez/DEPENDS
+++ b/utils/bluez/DEPENDS
@@ -26,4 +26,14 @@ optional_depends gstreamer \
optional_depends udev \
"--enable-udevrules" \
"--disable-udevrules" \
- "install the udev rules"
+ "install the udev rules" &&
+
+optional_depends hal \
+ "--enable-hal" \
+ "--disable-hal" \
+ "get adapter class using HAL?" &&
+
+optional_depends libcap-ng \
+ "--enable-capng" \
+ "--disable-capng" \
+ "enable capabilities support?"
diff --git a/utils/bluez/DETAILS b/utils/bluez/DETAILS
index 0fe1f88..f11a3c6 100755
--- a/utils/bluez/DETAILS
+++ b/utils/bluez/DETAILS
@@ -1,5 +1,5 @@
SPELL=bluez
- VERSION=4.91
+ VERSION=4.93
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sign
SOURCE2_IGNORE=signature
diff --git a/utils/bluez/HISTORY b/utils/bluez/HISTORY
index 721b737..b54392d 100644
--- a/utils/bluez/HISTORY
+++ b/utils/bluez/HISTORY
@@ -1,3 +1,11 @@
+2011-05-10 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 4.93
+ * DEPENDS: added optional deps on hal and libcap-ng
+ * CONFIGURE: added options for the input, network, sap, serial,
+ audio, service, health, pnat, gatt, dbus oob and maemo6 plugins.
+ added options for the tracing deamon, the utilities, bccmd,
+ debug info, udev rules and test programs
+
2011-04-08 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 4.91
* init.d/bluetooth: added missing dep on dbus
diff --git a/utils/bluez/INSTALL b/utils/bluez/INSTALL
index 29c1df2..5a6f8f4 100755
--- a/utils/bluez/INSTALL
+++ b/utils/bluez/INSTALL
@@ -1,4 +1 @@
-default_install &&
-
-install_config_file "$SOURCE_DIRECTORY/scripts/bluetooth.rules" \
- "$INSTALL_ROOT/etc/udev/rules.d/80-bluetooth.rules"
+default_install



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a69b8b0d8f26b0545b5cfe0deca11228e57d2c7d), Arjan Bouter, 05/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page