From 50f5f71578dc8877ee55fd946bdef86dc3308161 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Fri, 19 Mar 2021 12:33:29 +0100 Subject: [PATCH] fluidsynth: update to 2.1.8. --- srcpkgs/fluidsynth/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template index 581568a69813..ab9f741e9b99 100644 --- a/srcpkgs/fluidsynth/template +++ b/srcpkgs/fluidsynth/template @@ -1,8 +1,9 @@ # Template file for 'fluidsynth' pkgname=fluidsynth -version=2.1.7 +version=2.1.8 revision=1 build_style=cmake +make_check_target=check configure_args="-DLIB_SUFFIX= -DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2" hostmakedepends="pkg-config" @@ -12,12 +13,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="http://www.fluidsynth.org/" distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz" -checksum=365a1c0982efcaff724a7b05d26ce1db76bc7435aa4c239df61cbc87f04b6c90 - -do_check() { - cd build - make check -} +checksum=a254efceff5d99f8d658d12d25318317f37307e6df852ec9baeb7da173496967 libfluidsynth_package() { short_desc+=" - runtime library"