diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-09 14:29:12 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:46 +0700 |
commit | 06959fff38073ea8c9ceab80e81b8d050d75c83b (patch) | |
tree | b12c9cf78a974d7295fcb36da2755025f67de425 /audio/fluidsynth/fluidsynth.SlackBuild | |
parent | af334271827d7128f99109359e524bff0bcca591 (diff) | |
download | slackbuilds-06959fff38073ea8c9ceab80e81b8d050d75c83b.tar.gz |
audio/fluidsynth: Updated for version 2.1.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/fluidsynth/fluidsynth.SlackBuild')
-rw-r--r-- | audio/fluidsynth/fluidsynth.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ .. |