strawberry-audio-player-win.../3rdparty
Jonas Kvinge ec839e6aae KDSingleApplicationLocalSocket: Ignore missing declaration 2023-06-15 19:48:00 +02:00
..
SPMediaKeyTap Add SPMediaKeyTap back (#621) 2021-01-06 14:46:21 +01:00
getopt Add getopt supporting unicode 2023-05-01 16:44:18 +02:00
kdsingleapplication KDSingleApplicationLocalSocket: Ignore missing declaration 2023-06-15 19:48:00 +02:00
macdeployqt macdeployqt: Disable libgstgme 2022-12-29 22:26:21 +01:00
README.md Replace SingleApplication with KDSingleApplication 2023-05-04 09:44:54 +02:00

README.md

3rdparty libraries located in this directory

KDSingleApplication

This is a small static library used by Strawberry to prevent it from starting twice per user session. If the user tries to start strawberry twice, the main window will maximize instead of starting another instance. It is also used to pass command-line options through to the first instance.

URL: https://github.com/KDAB/KDSingleApplication/

SPMediaKeyTap

Used on macOS to exclusively enable strawberry to grab global media shortcuts. Can safely be deleted on other platforms.

macdeployqt

A modified version of Qt's official macdeployqt utility that fixes some issues, this version also deploys gstreamer plugins. Can safely be deleted on other platforms.

getopt

getopt included only when compiling on Windows.