summaryrefslogtreecommitdiff
path: root/user/fluidsynth
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-02 20:36:10 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-02 20:36:10 +0000
commit25cac1d8235d06feb675329b7c6e42686b7608d6 (patch)
treef1f7a41b01e87152a4830ce95072bf6f47d39d3b /user/fluidsynth
parent1d895bc290dbcead10b253a6d2e28901f1fc612d (diff)
downloadpackages-25cac1d8235d06feb675329b7c6e42686b7608d6.tar.gz
packages-25cac1d8235d06feb675329b7c6e42686b7608d6.tar.bz2
packages-25cac1d8235d06feb675329b7c6e42686b7608d6.tar.xz
packages-25cac1d8235d06feb675329b7c6e42686b7608d6.zip
user/fluidsynth: Bump to 2.1.0
Diffstat (limited to 'user/fluidsynth')
-rw-r--r--user/fluidsynth/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/fluidsynth/APKBUILD b/user/fluidsynth/APKBUILD
index 97e8e8f1e..a84da6e8d 100644
--- a/user/fluidsynth/APKBUILD
+++ b/user/fluidsynth/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=fluidsynth
-pkgver=2.0.9
+pkgver=2.1.0
pkgrel=0
pkgdesc="Real-time, software synthesiser based on SoundFont 2"
url="http://www.fluidsynth.org/"
arch="all"
license="LGPL-2.1+"
depends=""
-makedepends="alsa-lib-dev dbus-dev glib-dev libsndfile-dev pulseaudio-dev"
+makedepends="alsa-lib-dev cmake dbus-dev glib-dev libsndfile-dev pulseaudio-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="fluidsynth-$pkgver.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v$pkgver.tar.gz"
@@ -22,7 +22,7 @@ build() {
-DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_C_FLAGS="$CFLAGS" \
- ${CMAKE_CROSSOPTS}
+ ${CMAKE_CROSSOPTS} .
make
}
@@ -34,4 +34,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="3cc88ed3e83b15d5b3f397f3d93bf85a03dda122b570b8b09e83e9a5d00be7fc0592b2f1088151a1284c6c9125c309efd030f0fb8cb160051863e1a2fea53467 fluidsynth-2.0.9.tar.gz"
+sha512sums="d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d fluidsynth-2.1.0.tar.gz"