strawberry-audio-player-win.../3rdparty
Jonas Kvinge 2bed827eb6 gstfastspectrum: Use `%lu` in GST_LOG_OBJECT 2024-09-17 22:19:01 +02:00
..
SPMediaKeyTap Add SPMediaKeyTap back (#621) 2021-01-06 14:46:21 +01:00
gstfastspectrum gstfastspectrum: Use `%lu` in GST_LOG_OBJECT 2024-09-17 22:19:01 +02:00
kdsingleapplication CMake: Use target_link_directories 2024-08-27 19:39:53 +02:00
README.md Remove 3rdparty\getopt 2024-09-13 20:41:23 +02:00

README.md

3rdparty libraries located in this directory

KDSingleApplication

A small 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. This 3rdparty copy is used only if KDSingleApplication 1.1 or higher is not found on the system.

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

SPMediaKeyTap

A library used on macOS to exclusively grab global media shortcuts.

The library is no longer maintained by the original author.

The directory can safely be deleted on other platforms.

gstfastspectrum

A GStreamer spectrum plugin using FFTW3. It is needed for moodbar support, and is currently not available in GStreamer. The plan is to submit it to GStreamer, or move it to a seperate repository outside of Strawberry.