mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- 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
10 lines
488 B
Python
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()
|