summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Heinz Wiesinger2010-12-07 05:41:15 +0100
committer Robby Workman2010-12-07 06:26:21 +0100
commit4ecfc6bfd15c8e3eefdb0d19ada8d190a17f1646 (patch)
tree7ab376502a389aeef76598a724cb72f186a4a731 /audio
parent63445f1d61fbc554a45b19fa04f482dc21ee2867 (diff)
downloadslackbuilds-4ecfc6bfd15c8e3eefdb0d19ada8d190a17f1646.tar.gz
audio/fluidsynth: Updated for version 1.1.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/fluidsynth/README11
-rw-r--r--audio/fluidsynth/fluidsynth.SlackBuild4
-rw-r--r--audio/fluidsynth/fluidsynth.info8
3 files changed, 9 insertions, 14 deletions
diff --git a/audio/fluidsynth/README b/audio/fluidsynth/README
index 117705de45..d7e4ec55b7 100644
--- a/audio/fluidsynth/README
+++ b/audio/fluidsynth/README
@@ -1,9 +1,6 @@
-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 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.
-If you want support for ladspa plugins you have to pass LADSPA=yes to
-the script - this requires ladspa_sdk to build.
-
-Optional deps are libsndfile, lash, portaudio, and jack-audio-connection-kit.
+Optional deps are libsndfile, lash, portaudio, and jack-audio-connection-kit.
diff --git a/audio/fluidsynth/fluidsynth.SlackBuild b/audio/fluidsynth/fluidsynth.SlackBuild
index 28e76cd79f..0d7efafe0c 100644
--- a/audio/fluidsynth/fluidsynth.SlackBuild
+++ b/audio/fluidsynth/fluidsynth.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fluidsynth
-VERSION=1.1.1
+VERSION=1.1.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/audio/fluidsynth/fluidsynth.info b/audio/fluidsynth/fluidsynth.info
index c7376b1c5e..4fdde7e1bf 100644
--- a/audio/fluidsynth/fluidsynth.info
+++ b/audio/fluidsynth/fluidsynth.info
@@ -1,10 +1,10 @@
PRGNAM="fluidsynth"
-VERSION="1.1.1"
+VERSION="1.1.3"
HOMEPAGE="http://www.fluidsynth.org/"
-DOWNLOAD="http://download.savannah.gnu.org/releases/fluid/fluidsynth-1.1.1.tar.gz"
-MD5SUM="0db3da78028d255026230809c6e21b44"
+DOWNLOAD="http://downloads.sourceforge.net/fluidsynth/fluidsynth-1.1.3.tar.gz"
+MD5SUM="0d3e3cc770b4da413010dfb7dfdce9c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
-APPROVED="dsomero"
+APPROVED="rworkman"