Commit Graph

8 Commits

Author SHA1 Message Date
Uwe Hermann 43c468b8ef libusb1: add test file 2014-08-17 23:37:13 +02:00
Uwe Hermann e0e90761d5 libusb1: Fix update macro 2014-08-11 21:07:36 +02:00
Uwe Hermann d11fac3d7e update package libusb1
The 1.0.19 release now uses VerSetConditionMask(), which is not
available by default in i686-pc-mingw32.static (but it *is* for
i686-w64-mingw32.static).

Thus, add 'CFLAGS=-D_WIN32_WINNT=0x0500' like in other packages
to make libusb1 also compile for i686-pc-mingw32.static.
2014-08-11 15:22:33 +02:00
Andrew Hankins 647bf358f0 Use libusb instead of the deprecated libusbx
libusbx was a fork of libusb with compatible API. Now it is fully merged
into libusb, so use the latter instead.

Fixes #415.

Commit message amended by Timothy Gu.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-06-15 14:27:49 -07:00
Mark Brand a6c778b9cf update package libusb1 2014-03-17 10:53:02 +01:00
Tony Theodore c950f3635c various packages: enable shared builds 2014-02-10 16:33:26 +11:00
Niels Kristian Bech Jensen be8dd135fb update packages librsvg libusb m4 openscenegraph 2013-11-10 17:41:49 +11:00
Uwe Hermann 24d9af94d5 new package libusb1
This is a package for the libusb-1.0 shared library (MXE package name
"libusb1") used by various projects. It is not to be confused with the
older libusb-0.1 library (MXE package name "libusb") which is a
completely different library with different API. Both libs are in
wide-spread use and can be installed in parallel.
2013-08-20 14:26:03 +02:00