[Lunar-commits] CVS: moonbase/libs/libipc BUILD, 1.1, 1.2 DETAILS,
1.3, 1.4
Auke Kok
sofar at lunar-linux.org
Mon Oct 18 19:49:54 UTC 2004
Update of /var/cvs/lunar/moonbase/libs/libipc
In directory espresso.foo-projects.org:/tmp/cvs-serv484
Modified Files:
BUILD DETAILS
Log Message:
little bugfix to ignore the spurious non-errors due to libusb api change.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/libipc/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 23 Dec 2003 15:49:20 -0000 1.1
+++ BUILD 18 Oct 2004 19:49:51 -0000 1.2
@@ -1,5 +1,7 @@
(
+ sedit "s/if ( usb_find_busses() ) return -1;/usb_find_busses();/g" src/base.c &&
+ sedit "s/if ( usb_find_devices() ) return -1;/usb_find_devices();/g" src/base.c &&
default_config &&
cd src && make &&
gcc -o libipkc.so.0 -Wl,--whole-archive \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/libipc/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:30:10 -0000 1.3
+++ DETAILS 18 Oct 2004 19:49:51 -0000 1.4
@@ -4,7 +4,7 @@
SOURCE_URL[0]=$SFORGE_URL/pocketconcert/
WEB_SITE=http://sourceforge.net/projects/pocketconcert/
ENTERED=20031223
- UPDATED=20031223
+ UPDATED=20041018
SHORT="Libraries for intels usb mp3 player protocol"
cat << EOF
Provide a user-level API (C library) for communicating with the Intel
More information about the Lunar-commits
mailing list