summaryrefslogtreecommitdiffstats
path: root/audio/fluidsynth/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-05-03 10:26:34 +0200
committer Matteo Bernardini2020-05-03 10:26:34 +0200
commit48259ed40770acaca280ee12a8434410f58aff30 (patch)
treef1ed654e2693aa523ece7d3bb3cadf0fe9089d66 /audio/fluidsynth/README
parenta5a09aea950fef7569ac816b34a99b71830760d4 (diff)
downloadslackbuilds-current-20200503.1.tar.gz
20200503.1 global branch merge.current-20200503.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/fluidsynth/README')
-rw-r--r--audio/fluidsynth/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/fluidsynth/README b/audio/fluidsynth/README
deleted file mode 100644
index 763cff5472..0000000000
--- a/audio/fluidsynth/README
+++ /dev/null
@@ -1,19 +0,0 @@
-fluidsynth (software synthesizer)
-
-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 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.