[Lunar-commits] <moonbase> bluez: version bumped to 4.64.
Florin Braescu
florin at lunar-linux.org
Sat May 1 10:48:05 CEST 2010
commit 5a49c22f67fe06305640fc078b8ddb904d9233e8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat May 1 11:48:05 2010 +0300
bluez: version bumped to 4.64.
Bugfixes release.
---
bluetooth/bluez/BUILD | 19 +++++++++----------
bluetooth/bluez/CONFIGURE | 2 +-
bluetooth/bluez/CONFLICTS | 5 -----
bluetooth/bluez/DEPENDS | 6 ------
bluetooth/bluez/DETAILS | 8 ++++----
5 files changed, 14 insertions(+), 26 deletions(-)
diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD
index aad2fe5..5b3618b 100644
--- a/bluetooth/bluez/BUILD
+++ b/bluetooth/bluez/BUILD
@@ -4,24 +4,23 @@
--host=$BUILD \
--enable-configfiles \
--with-telephony=dummy \
- --enable-gstreamer " &&
+ --enable-gstreamer " &&
default_build &&
- mkdir -p /etc/bluetooth &&
- cp -f audio/audio.conf /etc/bluetooth/ &&
- cp -f network/*.conf /etc/bluetooth/ &&
- cp -f input/*.conf /etc/bluetooth/ &&
- cp -f serial/serial.conf /etc/bluetooth/ &&
+ mkdir -p /etc/bluetooth &&
+ cp -f audio/audio.conf /etc/bluetooth/ &&
+ cp -f network/*.conf /etc/bluetooth/ &&
+ cp -f input/*.conf /etc/bluetooth/ &&
+ cp -f serial/serial.conf /etc/bluetooth/ &&
- mkdir -p /etc/alsa &&
+ mkdir -p /etc/alsa &&
cp -f audio/bluetooth.conf /etc/alsa &&
echo -e "@hooks [\n\t{\n\t\tfunc load\n\t\tfiles [\n\t\t\t"/etc/alsa/bluetooth.conf"\n\t\t]\n\
- \t\terrors false\n\t}\n]" > $SOURCE_DIRECTORY/asound.conf &&
-
- install -m644 asound.conf /etc/ &&
+ \t\terrors false\n\t}\n]" > $SOURCE_DIRECTORY/asound.conf &&
+ install -m644 asound.conf /etc/ &&
install -m755 scripts/bluetooth_serial /etc/init.d/
) > $C_FIFO 2>&1
diff --git a/bluetooth/bluez/CONFIGURE b/bluetooth/bluez/CONFIGURE
index c985af4..b546596 100644
--- a/bluetooth/bluez/CONFIGURE
+++ b/bluetooth/bluez/CONFIGURE
@@ -6,4 +6,4 @@ 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"
+mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles"
diff --git a/bluetooth/bluez/CONFLICTS b/bluetooth/bluez/CONFLICTS
deleted file mode 100644
index 06a8972..0000000
--- a/bluetooth/bluez/CONFLICTS
+++ /dev/null
@@ -1,5 +0,0 @@
-conflicts bluez-libs
-conflicts bluez-utils
-conflicts bluez-hcidump
-conflicts bluez-hciemu
-conflicts bluez-firmware
diff --git a/bluetooth/bluez/DEPENDS b/bluetooth/bluez/DEPENDS
index 76ff600..fc42ebc 100644
--- a/bluetooth/bluez/DEPENDS
+++ b/bluetooth/bluez/DEPENDS
@@ -4,15 +4,9 @@ depends gstreamer-10
depends psmisc
optional_depends "udev" "--enable-udevrules" "--disable-udevrules" "for udev 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 "setserial" "" "" "needed by the serial init.d script"
diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS
index 2195310..c74c2c5 100644
--- a/bluetooth/bluez/DETAILS
+++ b/bluetooth/bluez/DETAILS
@@ -1,11 +1,11 @@
MODULE=bluez
- VERSION=4.63
+ VERSION=4.64
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/
- SOURCE_VFY=sha1:5bf786fee1fcf43a1a484b65c0dbe4a14bdca263
+ SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth
+ SOURCE_VFY=sha1:de759d9ebd8df96d38e955816e4954553366a9f1
WEB_SITE=http://www.bluez.org
ENTERED=20090328
- UPDATED=20100326
+ UPDATED=20100501
SHORT="support for core Bluetooth layers and protocols"
LUNAR_RESTART_SERVICES=off
More information about the Lunar-commits
mailing list