Commit graph

10 commits

Author SHA1 Message Date
jperkin
8f1e011ce5 libhidapi: Support install on Darwin. 2021-12-07 16:42:13 +00:00
nia
d8131d9fc8 libhidapi: update to 0.11.0
needed for newer mixxx.
2021-11-20 18:59:05 +00:00
nia
4e24709b68 comms: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:05:57 +00:00
nia
1fad23390d comms: Remove SHA1 hashes for distfiles 2021-10-07 13:27:01 +00:00
nia
e286ee00e8 Fix autoconf fallout. 2021-03-25 10:47:24 +00:00
nia
6266b470bc libhidapi: Update to 0.9.0
pkg-config and libtool support.
2019-07-08 12:52:42 +00:00
agc
ad1e2a0a92 Add SHA512 digests for distfiles for comms category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-03 01:34:52 +00:00
rodent
47d353dbf7 Include devel/libusb1/buildlink3.mk here. 2015-04-04 13:18:54 +00:00
rodent
49d6c01f8a Be lazy and use GITHUB_* variables in WRKSRC and INSTALLATION_DIRS. 2015-04-03 22:36:02 +00:00
rodent
b55d91cf95 Import libhidapi-0.7.0 as comms/libhidapi.
HIDAPI is a multi-platform library which allows an application to interface
with USB and Bluetooth HID-Class devices on Windows, Linux, and Mac OS X.
On Windows, a DLL is built.  On other platforms (and optionally on Windows),
the single source file can simply be dropped into a target application.

HIDAPI has four back-ends:
	* Windows (using hid.dll)
	* Linux/hidraw (using the Kernel's hidraw driver)
	* Linux/libusb (using libusb-1.0)
	* Mac (using IOHidManager)

This package includes only the libusb backend.
2015-04-03 22:29:12 +00:00