aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-28 15:42:42 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-28 14:39:04 +0000
commit79ab7ed96029129d9b1273485ccf3b8202fd174e (patch)
tree5379e4b49c1b2e48a7e79d0580d5567a12f586b9
parente5d947a34fc85fb36fd99962bf05b1a8f577b3b6 (diff)
downloadalpine_aports-79ab7ed96029129d9b1273485ccf3b8202fd174e.tar.bz2
alpine_aports-79ab7ed96029129d9b1273485ccf3b8202fd174e.tar.xz
alpine_aports-79ab7ed96029129d9b1273485ccf3b8202fd174e.zip
community/fluidsynth: upgrade to 2.1.3
-rw-r--r--community/fluidsynth/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/fluidsynth/APKBUILD b/community/fluidsynth/APKBUILD
index b3ffffee5d..07315c37a0 100644
--- a/community/fluidsynth/APKBUILD
+++ b/community/fluidsynth/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Bart Ribbers <bribbers@disroot.org> 1# Contributor: Bart Ribbers <bribbers@disroot.org>
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=fluidsynth 3pkgname=fluidsynth
4pkgver=2.1.2 4pkgver=2.1.3
5pkgrel=0 5pkgrel=0
6arch="all" 6arch="all"
7url="http://www.fluidsynth.org" 7url="http://www.fluidsynth.org"
@@ -18,15 +18,16 @@ build() {
18 -DCMAKE_INSTALL_PREFIX=/usr \ 18 -DCMAKE_INSTALL_PREFIX=/usr \
19 -DLIB_INSTALL_DIR=lib \ 19 -DLIB_INSTALL_DIR=lib \
20 -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth 20 -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth
21 make -C build 21 cmake --build build
22} 22}
23 23
24check() { 24check() {
25 make -C build -k check 25 cd build
26 CTEST_OUTPUT_ON_FAILURE=TRUE ctest
26} 27}
27 28
28package() { 29package() {
29 DESTDIR="$pkgdir" make -C build install 30 DESTDIR="$pkgdir" cmake --build build --target install
30} 31}
31 32
32sha512sums="ece3328ee94731f347a03f555fd39ead0a50cb24fef5d90dbff22e74db8344c9a68bfaccb76b873bd18a8ac68ee1d7802571e51c938bbf98e424267376f47eb8 fluidsynth-v2.1.2.tar.gz" 33sha512sums="cc956a3d8926a5d5368c4d36472a9706e5da1597bab76f1b59132e6253a888f422d9f74723c74f801963a90d9e0f6b36267114cd168977c47b1b935ea3dc8927 fluidsynth-v2.1.3.tar.gz"