diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/fluidsynth/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/fluidsynth/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fluidsynth/vcpkg.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/vcpkg/ports/fluidsynth/vcpkg.json b/vcpkg/ports/fluidsynth/vcpkg.json new file mode 100644 index 0000000..802efec --- /dev/null +++ b/vcpkg/ports/fluidsynth/vcpkg.json @@ -0,0 +1,48 @@ +{ + "name": "fluidsynth", + "version": "2.5.0", + "description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.", + "homepage": "https://github.com/FluidSynth/fluidsynth", + "license": "LGPL-2.1-or-later", + "supports": "!(uwp | xbox)", + "dependencies": [ + { + "name": "alsa", + "platform": "linux" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "libinstpatch": { + "description": "Use libinstpatch for DLS support. Required if C++17 is not available", + "dependencies": [ + "glib" + ] + }, + "pulseaudio": { + "description": "Build with PulseAudio support", + "dependencies": [ + "pulseaudio" + ] + }, + "sndfile": { + "description": "Enable rendering to file and SF3 support", + "dependencies": [ + { + "name": "libsndfile", + "default-features": false, + "features": [ + "external-libs" + ] + } + ] + } + } +} |