summaryrefslogtreecommitdiffstats
path: root/audio/fluidsynth/README
diff options
context:
space:
mode:
author B. Watson2020-04-05 08:17:14 +0200
committer Willy Sudiarto Raharjo2020-04-11 04:29:57 +0200
commita1bd6c8347792c23ced7d5963d89ed6858452099 (patch)
tree0fb28843d0e8293cb28ab326b06a3dd685b90c50 /audio/fluidsynth/README
parent7f4dc719f82c5b246e3402e37d730920c722dcb7 (diff)
downloadslackbuilds-a1bd6c8347792c23ced7d5963d89ed6858452099.tar.gz
audio/fluidsynth: Updated for version 2.1.1, new maintainer.
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/README24
1 files changed, 17 insertions, 7 deletions
diff --git a/audio/fluidsynth/README b/audio/fluidsynth/README
index 60219b06ac..763cff5472 100644
--- a/audio/fluidsynth/README
+++ b/audio/fluidsynth/README
@@ -1,9 +1,19 @@
-FluidSynth is a software real-time synthesizer based on the Soundfont 2
-specifications. 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.
+fluidsynth (software synthesizer)
-If you want to build support for ladspa plugins, you can pass
-LADSPA=yes to the script. That requires ladspa_sdk.
+FluidSynth is a software real-time synthesizer based on the Soundfont
+2 specifications. FluidSynth reads and handles MIDI events from the
+MIDI input device. It is the software analogue of a MIDI synthesizer.
+FluidSynth can also play MIDI files using a Soundfont.
-Optional deps are lash, portaudio, and jack.
+Optional dependencies: ladspa_sdk, lash, portaudio, jack, SDL2. 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.