From c1ff8fcbace0a7d31bdd90a96f45a470270b5cfa Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Sun, 11 Sep 2022 20:03:07 +0000 Subject: [PATCH] community/fluidsynth: upgrade to 2.2.9 --- community/fluidsynth/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/community/fluidsynth/APKBUILD b/community/fluidsynth/APKBUILD index d5df9c615619..8e616e1c3b8b 100644 --- a/community/fluidsynth/APKBUILD +++ b/community/fluidsynth/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Dominika Liberda <ja@sdomi.pl> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=fluidsynth -pkgver=2.2.8 +pkgver=2.2.9 pkgrel=0 arch="all" url="https://www.fluidsynth.org/" @@ -22,6 +22,7 @@ makedepends=" portaudio-dev pulseaudio-dev readline-dev + samurai " source="https://github.com/fluidsynth/fluidsynth/archive/v$pkgver/fluidsynth-v$pkgver.tar.gz" subpackages="$pkgname-dev $pkgname-libs $pkgname-doc" @@ -32,7 +33,7 @@ case "$CARCH" in esac build() { - cmake -B build \ + cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ @@ -45,7 +46,7 @@ build() { check() { # ctest can't currently be used https://github.com/FluidSynth/fluidsynth/issues/881 - make -C build -k check + ninja -C build check } package() { @@ -53,5 +54,5 @@ package() { } sha512sums=" -8173f2d368a214cf1eb7faae2f6326db43fb094ec9c83e652f953290c3f29c34ebd0b92cbb439bea8d814d3a7e4f9dc0c18c648df1d414989d5d8b4700c79535 fluidsynth-v2.2.8.tar.gz +90f44f6d7a4ed504eea5e2d39d8da2e0072bef746f3d969e367f0bab36a4cff479a98e795dc8b6b58b565fb266c44a137a14e98c7e4c77d1be3b300b8c066600 fluidsynth-v2.2.9.tar.gz " -- GitLab