diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-04-08 18:00:33 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:26:23 +0200 |
commit | 3c808736e3a0d272cd3eff070a100ef8fff80564 (patch) | |
tree | 25905002361907046d9769026f7729f61420f95b /audio | |
parent | 3e0ff8a9e1ee55564884a41e12c54ef2d5830e22 (diff) | |
download | slackbuilds-3c808736e3a0d272cd3eff070a100ef8fff80564.tar.gz |
audio/fluidsynth: Updated for version 1.1.1.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fluidsynth/README | 8 | ||||
-rw-r--r-- | audio/fluidsynth/fluidsynth.SlackBuild | 9 | ||||
-rw-r--r-- | audio/fluidsynth/fluidsynth.info | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/audio/fluidsynth/README b/audio/fluidsynth/README index da71141021..44ccdb72f5 100644 --- a/audio/fluidsynth/README +++ b/audio/fluidsynth/README @@ -4,5 +4,9 @@ events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont. -Requires ladspa_sdk and may use jack-audio-connection-kit. -Both are available from SlackBuilds.org +If you want support for ladspa plugins you have to pass LADSPA=yes +to the script. This requires ladspa_sdk + +Additionally fluidsynth may use libsndfile, lash, pulseaudio, +portaudio and jack-audio-connection-kit. All of which are available +from SlackBuilds.org diff --git a/audio/fluidsynth/fluidsynth.SlackBuild b/audio/fluidsynth/fluidsynth.SlackBuild index 26cfac22aa..7255c34e9e 100644 --- a/audio/fluidsynth/fluidsynth.SlackBuild +++ b/audio/fluidsynth/fluidsynth.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fluidsynth -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fluidsynth -VERSION=1.0.9 +VERSION=1.1.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,9 +64,8 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --disable-static \ - --enable-ladspa \ - --build=$ARCH-slackware-linux \ - --host=$ARCH-slackware-linux + --enable-ladspa=${LADSPA:-no} \ + --build=$ARCH-slackware-linux make make install-strip DESTDIR=$PKG diff --git a/audio/fluidsynth/fluidsynth.info b/audio/fluidsynth/fluidsynth.info index e12d3a76a9..c7376b1c5e 100644 --- a/audio/fluidsynth/fluidsynth.info +++ b/audio/fluidsynth/fluidsynth.info @@ -1,10 +1,10 @@ PRGNAM="fluidsynth" -VERSION="1.0.9" +VERSION="1.1.1" HOMEPAGE="http://www.fluidsynth.org/" -DOWNLOAD="http://download.savannah.gnu.org/releases/fluid/fluidsynth-1.0.9.tar.gz" +DOWNLOAD="http://download.savannah.gnu.org/releases/fluid/fluidsynth-1.1.1.tar.gz" +MD5SUM="0db3da78028d255026230809c6e21b44" DOWNLOAD_x86_64="" -MD5SUM="5847552e09528fc91dca88f10cb9391c" MD5SUM_x86_64="" -MAINTAINER="ppr:kut" +MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" APPROVED="dsomero" |