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>
This commit is contained in:
B. Watson 2020-11-09 14:29:12 -05:00 committed by Willy Sudiarto Raharjo
parent af33427182
commit 06959fff38
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 17 additions and 13 deletions

View file

@ -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.

View file

@ -23,10 +23,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20201109 bkw: update for v2.1.5, add IPATCH
# 20200404 bkw: take over maintenance, update for v2.1.1
PRGNAM=fluidsynth
VERSION=${VERSION:-2.1.1}
VERSION=${VERSION:-2.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -86,6 +87,7 @@ cd build
-Denable-jack="${JACK:-yes}" \
-Denable-sdl2="${SDL2:-yes}" \
-Denable-portaudio="${PORTAUDIO:-yes}" \
-Denable-libinstpatch="${IPATCH:-yes}" \
-Denable-systemd=no \
..

View file

@ -1,8 +1,8 @@
PRGNAM="fluidsynth"
VERSION="2.1.1"
VERSION="2.1.5"
HOMEPAGE="http://www.fluidsynth.org/"
DOWNLOAD="https://github.com/FluidSynth/fluidsynth/archive/v2.1.1/fluidsynth-2.1.1.tar.gz"
MD5SUM="165902909092c818a24517de6a4f2f83"
DOWNLOAD="https://github.com/FluidSynth/fluidsynth/archive/v2.1.5/fluidsynth-2.1.5.tar.gz"
MD5SUM="45b63c843a93bd689917fadc4af65c58"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""