mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/fluidsynth: Updated for version 1.0.9
This commit is contained in:
parent
9159c9d46c
commit
66db79e762
3 changed files with 13 additions and 9 deletions
|
@ -4,5 +4,5 @@ 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.
|
||||
Requires ladspa_sdk and may use jack-audio-connection-kit.
|
||||
Both are available from SlackBuilds.org
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fluidsynth
|
||||
|
||||
# Copyright 2008 Heinz Wiesinger <hmwiesinger@gmx.at>
|
||||
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
# 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.8
|
||||
VERSION=1.0.9
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -37,6 +37,8 @@ if [ "$ARCH" = "i486" ]; then
|
|||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
@ -58,7 +60,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--disable-static \
|
||||
--enable-ladspa
|
||||
--enable-ladspa \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--host=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fluidsynth"
|
||||
VERSION="1.0.8"
|
||||
VERSION="1.0.9"
|
||||
HOMEPAGE="http://www.fluidsynth.org/"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/fluid/fluidsynth-1.0.8.tar.gz"
|
||||
MD5SUM="e2abfd2e69fd8b28d965df968d7d44ee"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/fluid/fluidsynth-1.0.9.tar.gz"
|
||||
MD5SUM="5847552e09528fc91dca88f10cb9391c"
|
||||
MAINTAINER="ppr:kut"
|
||||
EMAIL="HMWiesinger@gmx.at"
|
||||
APPROVED="rworkman"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue