* update fluidsynth to 2.3.1-2

This commit is contained in:
Alexander Baldeck 2023-03-09 20:05:33 +01:00
parent 03f25c20ed
commit 3fccc8fa4f

View File

@ -5,7 +5,7 @@
pkgname=fluidsynth pkgname=fluidsynth
pkgver=2.3.1 pkgver=2.3.1
pkgrel=1 pkgrel=2
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.fluidsynth.org/" url="https://www.fluidsynth.org/"
@ -13,7 +13,7 @@ license=(LGPL2.1)
groups=(pro-audio) groups=(pro-audio)
depends=(glibc sdl2) depends=(glibc sdl2)
makedepends=(alsa-lib cmake dbus doxygen glib2 jack ladspa libinstpatch makedepends=(alsa-lib cmake dbus doxygen glib2 jack ladspa libinstpatch
libpulse libsndfile pipewire portaudio readline systemd-libs) libpipewire libpulse libsndfile portaudio readline systemd-libs)
provides=(libfluidsynth.so soundfont-synthesizer) provides=(libfluidsynth.so soundfont-synthesizer)
backup=(etc/conf.d/$pkgname) backup=(etc/conf.d/$pkgname)
options=(!distcc) options=(!distcc)