summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-26 10:24:14 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-26 10:24:14 +0000
commit65aec4a8e2d82f217a1f0ef32ba686485ed3016a (patch)
treee51b90ce9ce06f2b8e23c2f5838116ac9a5959b2
parent86020cd5ca7a536aa0b380007b5d4cde3a875f20 (diff)
downloadpackages-65aec4a8e2d82f217a1f0ef32ba686485ed3016a.tar.gz
packages-65aec4a8e2d82f217a1f0ef32ba686485ed3016a.tar.bz2
packages-65aec4a8e2d82f217a1f0ef32ba686485ed3016a.tar.xz
packages-65aec4a8e2d82f217a1f0ef32ba686485ed3016a.zip
user/fluidsynth: bump to 2.0.5, add PA support
-rw-r--r--user/fluidsynth/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/fluidsynth/APKBUILD b/user/fluidsynth/APKBUILD
index dab03f8e1..1630ac43d 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.4
+pkgver=2.0.5
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"
+makedepends="alsa-lib-dev 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"
@@ -34,4 +34,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="d58ddc5f4da9bb5954a82749617548ef32edd25f6ca5c6d5c2b06d23090784ec175d2422553a66776f543c6b253f037a6cf1e717a853344ffb899fa53752eec0 fluidsynth-2.0.4.tar.gz"
+sha512sums="5344ac889d2927dc2465bae40096d756a9bf9b1100e287ba0621c55ffc76f9cb8fa763f6bc832d701cd0ad2997965cf344f58ae4b3dd445eb3491e3659c093d9 fluidsynth-2.0.5.tar.gz"