aboutsummaryrefslogtreecommitdiff
path: root/audio/fluidsynth/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-11-09 14:29:12 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-14 17:16:46 +0700
commit06959fff38073ea8c9ceab80e81b8d050d75c83b (patch)
treeb12c9cf78a974d7295fcb36da2755025f67de425 /audio/fluidsynth/README
parentaf334271827d7128f99109359e524bff0bcca591 (diff)
audio/fluidsynth: Updated for version 2.1.5.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/fluidsynth/README')
-rw-r--r--audio/fluidsynth/README20
1 files changed, 11 insertions, 9 deletions
diff --git a/audio/fluidsynth/README b/audio/fluidsynth/README
index 763cff5472d3..a5daa0a947e5 100644
--- a/audio/fluidsynth/README
+++ b/audio/fluidsynth/README
@@ -5,15 +5,17 @@ FluidSynth is a software real-time synthesizer based on the Soundfont
MIDI input device. It is the software analogue of a MIDI synthesizer.
FluidSynth can also play MIDI files using a Soundfont.
-Optional dependencies: ladspa_sdk, lash, portaudio, jack, SDL2. These
-are autodetected at build time, but can be disabled via the environment.
+Optional dependencies: ladspa_sdk, lash, portaudio, jack, SDL2,
+libinstpatch. These are autodetected at build time, but can be
+disabled via the environment.
Build options (environment variables):
-JACK=yes|no - support JACK audio output, if present. Default: yes.
-LADSPA=yes|no - support LADSPA plugins, if present. Default: yes.
-LASH=yes|no - support LASH session management, if present. Default: yes.
-OSS=yes|no - support old-style OSS audio output. Default: no.
-PORTAUDIO=yes|no - support PortAudio audio output, if present. Default: yes.
-PULSE=yes|no - support PulseAudio audio output. Default: yes.
-SDL2=yes|no - support SDL2 audio output, if present. Default: yes.
+IPATCH=yes|no - libinstpatch (DLS and GIG soundfonts). Default: yes.
+JACK=yes|no - JACK audio output, if present. Default: yes.
+LADSPA=yes|no - LADSPA plugins, if present. Default: yes.
+LASH=yes|no - LASH session management, if present. Default: yes.
+OSS=yes|no - old-style OSS audio output. Default: no.
+PORTAUDIO=yes|no - PortAudio audio output, if present. Default: yes.
+PULSE=yes|no - PulseAudio audio output. Default: yes.
+SDL2=yes|no - SDL2 audio output, if present. Default: yes.