Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4faeb3bccf84a383dddd87c13a67c0aef031d4ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4faeb3bccf84a383dddd87c13a67c0aef031d4ec)
  • Date: Wed, 24 Sep 2008 11:34:28 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 1 +
utils/bluez/CONFLICTS | 2 ++
utils/bluez/DEPENDS | 29 +++++++++++++++++++++++++++++
utils/bluez/DETAILS | 39 +++++++++++++++++++++++++++++++++++++++
utils/bluez/HISTORY | 2 ++
5 files changed, 73 insertions(+)

New commits:
commit 4faeb3bccf84a383dddd87c13a67c0aef031d4ec
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bluez: new spell, official Linux Bluetooth protocol stack

diff --git a/ChangeLog b/ChangeLog
index 90e690f..4525a08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* net/tcpdump.gpg: added key 0x89E917F3 (tcpdump.org (SIGNING KEY)
<tcpdump-workers AT tcpdump.org>) for libpcap and tcpdump spells
* gnome2-libs/libgnomeprint[ui]20: complete the deprecation
+ * utils/bluez: new spell, official Linux Bluetooth protocol stack

2008-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* gnome2-libs/pangomm: new spell, C++ API for Pango
diff --git a/utils/bluez/CONFLICTS b/utils/bluez/CONFLICTS
new file mode 100755
index 0000000..c59068f
--- /dev/null
+++ b/utils/bluez/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts bluez-libs &&
+conflicts bluez-utils
diff --git a/utils/bluez/DEPENDS b/utils/bluez/DEPENDS
new file mode 100755
index 0000000..07ce524
--- /dev/null
+++ b/utils/bluez/DEPENDS
@@ -0,0 +1,29 @@
+depends bison &&
+depends flex &&
+depends dbus &&
+depends glib2 &&
+
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for ALSA support" &&
+
+optional_depends cups \
+ "--enable-cups" \
+ "--disable-cups" \
+ "for CUPS backend support" &&
+
+optional_depends libusb \
+ "--enable-usb" \
+ "--disable-usb" \
+ "for USB support" &&
+
+optional_depends gstreamer \
+ "--enable-gstreamer" \
+ "--disable-gstreamer" \
+ "for GStreamer support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "use gtk-doc to build documentation"
diff --git a/utils/bluez/DETAILS b/utils/bluez/DETAILS
new file mode 100755
index 0000000..a12dea3
--- /dev/null
+++ b/utils/bluez/DETAILS
@@ -0,0 +1,39 @@
+ SPELL=bluez
+ VERSION=4.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.kernel.org/pub/linux/bluetooth/$SOURCE
+
SOURCE_HASH=sha512:c2e2da308f1c0e32ca89d9db06a26b60301d74f4ef3a23b8e939ee8cbd1a9bc95c608f3df0818f1304599523bdbfeea822ab0539703f0b13aeebf1c97cbec592
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.bluez.org/
+ LICENSE[0]=GPL
+ ENTERED=20080924
+ SHORT="official Linux Bluetooth protocol stack"
+cat << EOF
+The Bluetooth wireless technology is a worldwide specification for a
small-form
+factor, low-cost radio solution that provides links between mobile computers,
+mobile phones, other portable handheld devices, and connectivity to the
+Internet. The specification is developed, published and promoted by the
+Bluetooth Special Interest Group (SIG).
+
+BlueZ provides support for the core Bluetooth layers and protocols. It is
+flexible, efficient and uses a modular implementation. It has many
interesting
+features:
+
+ * Complete modular implementation
+ * Symmetric multi processing safe
+ * Multithreaded data processing
+ * Support for multiple Bluetooth devices
+ * Real hardware abstraction
+ * Standard socket interface to all layers
+ * Device and service level security support
+
+Currently BlueZ consists of many separate modules:
+
+ * Bluetooth kernel subsystem core
+ * L2CAP and SCO audio kernel layers
+ * RFCOMM, BNEP, CMTP and HIDP kernel implementations
+ * HCI UART, USB, PCMCIA and virtual device drivers
+ * General Bluetooth and SDP libraries and daemons
+ * Configuration and testing utilities
+ * Protocol decoding and analysis tools
+EOF
diff --git a/utils/bluez/HISTORY b/utils/bluez/HISTORY
new file mode 100644
index 0000000..35f070a
--- /dev/null
+++ b/utils/bluez/HISTORY
@@ -0,0 +1,2 @@
+2008-09-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, CONFLICTS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4faeb3bccf84a383dddd87c13a67c0aef031d4ec), Vlad Glagolev, 09/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page