[Lunar-commits] <moonbase> bluez: Version bump fixes some build system issues. Also did some alterations
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Aug 25 09:40:50 CEST 2009
commit 2e76ecda1a391969b2fbaccd641cd56c8b60c11a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Aug 25 03:40:50 2009 -0400
bluez: Version bump fixes some build system issues. Also did some alterations
to the BUILD and DEPENDS.
---
bluetooth/bluez/BUILD | 17 ++++-------------
bluetooth/bluez/CONFIGURE | 9 +++++++++
bluetooth/bluez/DEPENDS | 22 ++++++++++------------
bluetooth/bluez/DETAILS | 6 +++---
4 files changed, 26 insertions(+), 28 deletions(-)
diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD
index ef4d0e4..00b8fb2 100644
--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -2,21 +2,11 @@
patch_it $SOURCE_CACHE/$SOURCE2 0 &&
- OPTS+=" --build=$BUILD \
- --host=$BUILD \
- --enable-tools \
- --enable-bccmd \
- --enable-hid2hci \
- --enable-dfutool \
- --enable-hidd \
- --enable-pand \
- --enable-dund \
- --enable-test \
- --enable-manpages \
+ OPTS+=" --build=$BUILD \
+ --host=$BUILD \
--enable-configfiles \
--with-telephony=dummy \
--enable-gstreamer \
- --enable-udevrules \
$OPTS" &&
default_build &&
@@ -29,6 +19,7 @@
cp -f audio/audio.conf /etc/bluetooth/ &&
cp -f network/*.conf /etc/bluetooth/ &&
cp -f input/*.conf /etc/bluetooth/ &&
- cp -f audio/bluetooth.conf /etc/asound.conf
+ cp -f audio/bluetooth.conf /etc/asound.conf &&
+ cp -f serial/serial.conf /etc/bluetooth/
) > $C_FIFO 2>&1
diff --git a/bluetooth/bluez/CONFIGURE b/bluetooth/bluez/CONFIGURE
new file mode 100644
index 0000000..b546596
--- /dev/null
+++ b/bluetooth/bluez/CONFIGURE
@@ -0,0 +1,9 @@
+mquery TOOLS "Install Bluetooth utilities?" y "--enable-tools" "--disable-tools"
+mquery BCCMD "Install BCCMD interface utility?" y "--enable-bccmd" "--disable-bccmd"
+mquery HID2HCI "Install HID mode switching utility?" y "--enable-hid2hci" "--disable-hid2hci"
+mquery DFUTOOL "Install DFU firmware upgrade utility?" n "--enable-dfutool" "--disable-dfutool"
+mquery HIDD "Install HID daemon?" y "--enable-hidd" "--disable-hidd"
+mquery PAND "Install PAN daemon?" y "--enable-pand" "--disable-pand"
+mquery DUND "Install DUN daemon?" y "--enable-dund" "--disable-dund"
+mquery TEST "Install test programs?" y "--enable-test" "--disable-test"
+mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles"
diff --git a/bluetooth/bluez/DEPENDS b/bluetooth/bluez/DEPENDS
index cdb1436..9546f45 100644
--- a/bluetooth/bluez/DEPENDS
+++ b/bluetooth/bluez/DEPENDS
@@ -2,18 +2,16 @@ depends dbus-glib
depends hal
depends gstreamer-10
-optional_depends "libnl" "--enable-netlink" \
- "--disable-netlink" \
- "for NETLINK support "
+optional_depends "udev" "--enable-udevrules" "--disable-udevrules" "for udev support"
-optional_depends "alsa-lib" "--enable-alsa" \
- "--disable-alsa" \
- "to enable alsa sound support"
+optional_depends "libusb" "--enable-usb" "--disable-usb" "for USB support"
+
+optional_depends "pcmciautils" "--enable-pcmcia" "--disable-pcmcia" "to enable pcmcia support, 2.6 kernels"
+
+optional_depends "libnl" "--enable-netlink" "--disable-netlink" "for NETLINK support "
+
+optional_depends "alsa-lib" "--enable-alsa" "--disable-alsa" "to enable alsa sound support"
+
+optional_depends "cups" "--enable-cups" "--disable-cups" "to enable cups printing support"
-optional_depends "cups" "--enable-cups" \
- "--disable-cups" \
- "to enable cups printing support"
-optional_depends "pcmciautils" "--enable-pcmcia --enable-serial" \
- "--disable-pcmcia --disable-serial" \
- "to enable pcmcia support, 2.6 kernels"
diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS
index 242bf41..db24927 100644
--- a/bluetooth/bluez/DETAILS
+++ b/bluetooth/bluez/DETAILS
@@ -1,14 +1,14 @@
MODULE=bluez
- VERSION=4.47
+ VERSION=4.50
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=$MODULE-4.41.dbus.access.patch
SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:c1fff20cfbfc828ef6717fdadfe70f1025740ef7
+ SOURCE_VFY=sha1:bbe971de62e51ffccea1c6ae979ddad5b4bc11c5
SOURCE2_VFY=sha1:1bea7d4cc74f55b8861544b42b07244b555c8550
WEB_SITE=http://www.bluez.org
ENTERED=20090328
- UPDATED=20090805
+ UPDATED=20090825
SHORT="support for core Bluetooth layers and protocols"
cat << EOF
More information about the Lunar-commits
mailing list