diff options
-rw-r--r-- | audio/fluidsynth/README | 11 | ||||
-rw-r--r-- | audio/fluidsynth/fluidsynth.SlackBuild | 4 | ||||
-rw-r--r-- | audio/fluidsynth/fluidsynth.info | 8 |
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" |