ports/comms/py-streamdeck/files/patch-src_StreamDeck_Transport_LibUSBHIDAPI.py
gatekeeper e8c02a572f comms/py-streamdeck: New port: Python library to control the Elgato Stream Deck
- Submitter becomes maintainer

This is an open source Python 3 library to control an Elgato Stream Deck
directly, without the official software. This can allow you to create your
own custom front-ends, such as a custom control front-end for home
automation software.

WWW:		https://github.com/abcminiuser/python-elgato-streamdeck
PR:		278266
2024-04-20 23:07:19 +01:00

10 lines
488 B
Python

--- src/StreamDeck/Transport/LibUSBHIDAPI.py.orig 2024-04-08 21:05:19 UTC
+++ src/StreamDeck/Transport/LibUSBHIDAPI.py
@@ -154,6 +154,7 @@ class LibUSBHIDAPI(Transport):
"Windows": ["hidapi.dll", "libhidapi-0.dll", "./hidapi.dll"],
"Linux": ["libhidapi-libusb.so", "libhidapi-libusb.so.0"],
"Darwin": ["libhidapi.dylib"],
+ "FreeBSD": ["libhidapi.so"],
}
self.platform_name = platform.system()