Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (fb08d653e5c3975d236346b58acaef1a899c3388)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (fb08d653e5c3975d236346b58acaef1a899c3388)
  • Date: Wed, 6 Feb 2013 22:42:46 -0600

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

kernel.gpg |binary
utils/bluez/CONFIGURE | 7 +++----
utils/bluez/DEPENDS | 7 +------
utils/bluez/DETAILS | 8 ++++----
utils/bluez/HISTORY | 7 +++++++
utils/bluez/PRE_BUILD | 8 ++++++++
6 files changed, 23 insertions(+), 14 deletions(-)

New commits:
commit fb08d653e5c3975d236346b58acaef1a899c3388
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

bluez: => 4.101
gz -> xz
* PRE_BUILD: added, for gpg verification of extracted tar
* CONFIGURE: removed deprecated configure flags
* DEPENDS: removed optional_depends libcap-ng

FYI, bluez 5.x is incompatible with bluez 4.x so we can't upgrade to it
until all dependent spells are updated

commit e30d710e9abd7b40f5dcc10aeb67db8c1de439b6
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

kernel.gpg: added key 1DCF2659 "Marcel Holtmann <marcel AT holtmann.org>"
for bluez

diff --git a/kernel.gpg b/kernel.gpg
index 66e30c8..9777edb 100644
Binary files a/kernel.gpg and b/kernel.gpg differ
diff --git a/utils/bluez/CONFIGURE b/utils/bluez/CONFIGURE
index 996eb2f..f6ec9fe 100755
--- a/utils/bluez/CONFIGURE
+++ b/utils/bluez/CONFIGURE
@@ -2,7 +2,6 @@ config_query_option BLUEZOPTS "Enable debug information?" n
"--enable-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 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 programs?" n "--enable-test"
"--disable-test" &&
config_query_option BLUEZOPTS "Build HID mode switching utility?" n
"--enable-hid2hci" "--disable-hid2hci" &&
@@ -19,7 +18,7 @@ config_query_option BLUEZOPTS "Build the audio plugin?" n
"--enable-audio" "--di
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 GATT plugin?" n "--enable-gatt"
"--disable-gatt" &&
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"
-
+config_query_option BLUEZOPTS "Build the D-Bus OOB plugin?" n
"--enable-dbusoob" "--disable-dbusoob" &&
+config_query_option BLUEZOPTS "Build the Wii Remote plugin?" n
"--enable-wiimote" "--disable-wiimote"
diff --git a/utils/bluez/DEPENDS b/utils/bluez/DEPENDS
index d318f17..2a893b7 100755
--- a/utils/bluez/DEPENDS
+++ b/utils/bluez/DEPENDS
@@ -31,9 +31,4 @@ optional_depends gstreamer \
optional_depends hal \
"--enable-hal" \
"--disable-hal" \
- "get adapter class using HAL?" &&
-
-optional_depends libcap-ng \
- "--enable-capng" \
- "--disable-capng" \
- "enable capabilities support?"
+ "get adapter class using HAL?"
diff --git a/utils/bluez/DETAILS b/utils/bluez/DETAILS
index 6a15099..f582228 100755
--- a/utils/bluez/DETAILS
+++ b/utils/bluez/DETAILS
@@ -1,11 +1,11 @@
SPELL=bluez
- VERSION=4.96
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.sign
+ VERSION=4.101
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SPELL-$VERSION.tar.sign
SOURCE2_IGNORE=signature
SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_URL[0]=$KERNEL_URL/pub/linux/bluetooth/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
+ SOURCE2_URL[0]=$KERNEL_URL/pub/linux/bluetooth/$SOURCE2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.bluez.org/
LICENSE[0]=GPL
diff --git a/utils/bluez/HISTORY b/utils/bluez/HISTORY
index ae32f91..7bebb03 100644
--- a/utils/bluez/HISTORY
+++ b/utils/bluez/HISTORY
@@ -1,3 +1,10 @@
+2013-02-06 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 4.101
+ gz -> xz
+ * PRE_BUILD: added, for gpg verification of extracted tar
+ * CONFIGURE: removed deprecated configure flags
+ * DEPENDS: removed optional_depends libcap-ng
+
2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: libusb => LIBUSB

diff --git a/utils/bluez/PRE_BUILD b/utils/bluez/PRE_BUILD
new file mode 100755
index 0000000..e1fd445
--- /dev/null
+++ b/utils/bluez/PRE_BUILD
@@ -0,0 +1,8 @@
+message "${MESSAGE_COLOR}gunzip $SOURCE_CACHE/$SOURCE${DEFAULT_COLOR}"
+SOURCE_ORI=${SOURCE}
+SOURCE=${SOURCE/.xz}
+xz -dkf ${SOURCE_CACHE}/$SOURCE_ORI
+default_pre_build
+message "${MESSAGE_COLOR}rm $SOURCE${DEFAULT_COLOR}"
+rm ${SOURCE_CACHE}/${SOURCE}
+SOURCE=${SOURCE_ORI}



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (fb08d653e5c3975d236346b58acaef1a899c3388), Sukneet Basuta, 02/06/2013

Archive powered by MHonArc 2.6.24.

Top of Page