From 06959fff38073ea8c9ceab80e81b8d050d75c83b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 9 Nov 2020 14:29:12 -0500 Subject: audio/fluidsynth: Updated for version 2.1.5. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- audio/fluidsynth/README | 20 +++++++++++--------- audio/fluidsynth/fluidsynth.SlackBuild | 4 +++- audio/fluidsynth/fluidsynth.info | 6 +++--- 3 files changed, 17 insertions(+), 13 deletions(-) (limited to 'audio/fluidsynth') diff --git a/audio/fluidsynth/README b/audio/fluidsynth/README index 763cff5472..a5daa0a947 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. diff --git a/audio/fluidsynth/fluidsynth.SlackBuild b/audio/fluidsynth/fluidsynth.SlackBuild index 0a761f2ca3..3fcb1f23ed 100644 --- a/audio/fluidsynth/fluidsynth.SlackBuild +++ b/audio/fluidsynth/fluidsynth.SlackBuild @@ -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 \ .. diff --git a/audio/fluidsynth/fluidsynth.info b/audio/fluidsynth/fluidsynth.info index 1dcf2e78a2..eb6ca5c794 100644 --- a/audio/fluidsynth/fluidsynth.info +++ b/audio/fluidsynth/fluidsynth.info @@ -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="" -- cgit v1.2.3