Skip to content
Snippets Groups Projects
Commit c1ff8fcb authored by alice's avatar alice Committed by Bart Ribbers
Browse files

community/fluidsynth: upgrade to 2.2.9

parent 53fd62ce
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38900community/fluidsynth: upgrade to 2.2.9
Pipeline #136110 canceled
......@@ -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
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment