New commits:
commit 31c51d8f440782521329d3019936c7c8a401d060
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
openobex: switched to bluez, bluez-libs is deprecated
commit 4df7179bfcdeac1e38832913d42636aee232e095
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
openobex: 1.4
commit 754bca2ed1bb73f83011f383507f90f7554cd17a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
bluez: 4.19
diff --git a/libs/openobex/DEPENDS b/libs/openobex/DEPENDS
index 0ac232e..a469ed1 100755
--- a/libs/openobex/DEPENDS
+++ b/libs/openobex/DEPENDS
@@ -1,3 +1,3 @@
optional_depends libusb "" "--disable-usb" "Usb-obex support" &&
-optional_depends bluez-libs "" "--disable-bluetooth" "Bluetooth support" &&
+optional_depends bluez "" "--disable-bluetooth" "Bluetooth support" &&
optional_depends irda-utils "" "--disable-irda" "Irda support"
diff --git a/libs/openobex/DETAILS b/libs/openobex/DETAILS
index 9cd2ffd..0360ec0 100755
--- a/libs/openobex/DETAILS
+++ b/libs/openobex/DETAILS
@@ -1,23 +1,32 @@
SPELL=openobex
- VERSION=1.3
+ VERSION=1.4
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:c4e91b891f28ca0019e61d5bab85ac1b445b971114c6d9dabc200aac64de49f2e1c713e8b3763fbd27de57c5bc51ec40959200b2904254021260006c79e39d33
+
SOURCE_HASH=sha512:a7cf312d52b46b0a2b4f1629c708722a35c29a51a69f5579a12c6de6111d22488bafe16a8f1937e4ce02527ccc9abf5a12f8fadc63d7c1e8a4e11eca166faf2d
# SOURCE_GPG="gurus.gpg:$SOURCE.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/openobex/$SOURCE
+ SOURCE_URL[0]=$KERNEL_URL/pub/linux/bluetooth/$SOURCE
+ SOURCE_URL[1]=$SOURCEFORGE_URL/openobex/$SOURCE
WEB_SITE=http://dev.zuckschwerdt.org/openobex/
ENTERED=20021219
KEYWORDS="wireless libs"
SHORT="openobex wireless Exchange protocol"
LICENSE[0]=GPL
cat << EOF
-The overall goal of this project is to make an open source implementation of
the
-Object Exchange (OBEX) protocol. OBEX is a session protocol and can best be
described as a
-binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can be
used to exchange all kind
-of objects like files, pictures, calendar entries (vCal) and business cards
(vCard).
- OBEX was specified by the IrDATM (Infrared Data Association), and although
the protocol is very good
-for Infrared connections, it is not limited to it. In fact OBEX does not
specify the top or bottom API
-making it very flexible and can run over most transports like TCP/IP and
Bluetooth. Therefore OBEX is
-also called IrOBEX when used over the Infrared medium. There are some
transport modules for serial
+The overall goal of this project is to make an open source implementation
+of the
+Object Exchange (OBEX) protocol. OBEX is a session protocol and can best be
+described as a
+binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can
+be used to exchange all kind
+of objects like files, pictures, calendar entries (vCal) and business cards
+(vCard).
+ OBEX was specified by the IrDATM (Infrared Data Association), and although
+ the protocol is very good
+for Infrared connections, it is not limited to it. In fact OBEX does not
+specify the top or bottom API
+making it very flexible and can run over most transports like TCP/IP and
+Bluetooth. Therefore OBEX is
+also called IrOBEX when used over the Infrared medium. There are some
+transport modules for serial
links (cable OBEX) too.
EOF
diff --git a/libs/openobex/HISTORY b/libs/openobex/HISTORY
index 0cd9adc..d948928 100644
--- a/libs/openobex/HISTORY
+++ b/libs/openobex/HISTORY
@@ -1,3 +1,9 @@
+2008-11-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: switched to bluez, bluez-libs is deprecated
+ * DETAILS: Fixed SOURCE_URL[0]
+ fixed long description wrap
+ updated spell to 1.4
+
2007-10-04 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: corrected WEB_SITE