[Lunar-commits] <moonbase> libusb: Bumping this to the current stable branch. This requires the recently

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Aug 12 21:32:44 CEST 2009


commit 0f5b469f8310bed9eab28b195dc0a24f20f9fd12
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Aug 12 15:32:44 2009 -0400

    libusb: Bumping this to the current stable branch. This requires the recently
    
    adding module; libusb-compat, which is just a wrapper. A lunar fix found no issues,
    and I relined udev, dbus, libgphoto2, usbutils and some others without a problem.
---
 libs/libusb/BUILD   |    7 -------
 libs/libusb/DETAILS |   14 ++++++++------
 2 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/libs/libusb/BUILD b/libs/libusb/BUILD
deleted file mode 100644
index d4b2eda..0000000
--- a/libs/libusb/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
-  OPTS="$OPTS  --disable-build-docs  --disable-debug"
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/libs/libusb/DETAILS b/libs/libusb/DETAILS
index 51295ea..7a0fcdb 100644
--- a/libs/libusb/DETAILS
+++ b/libs/libusb/DETAILS
@@ -1,14 +1,16 @@
           MODULE=libusb
-         VERSION=0.1.12
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:599a5168590f66bc6f1f9a299579fd8500614807
+           MAJOR=1.0
+           MINOR=2
+         VERSION=$MAJOR.$MINOR
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE-$MAJOR/$VERSION/
+      SOURCE_VFY=sha1:704a964bbdf5173a9eaedba2ccc486184652c2de
         WEB_SITE=http://libusb.sourceforge.net/
          ENTERED=20021008
-         UPDATED=20060306
+         UPDATED=20090812
            SHORT="A generic USB layer library"
 
-cat <<EOF
+cat << EOF
 LibUSB is a library for use by user level applications to access USB
 devices regardless of OS.
 EOF


More information about the Lunar-commits mailing list