* update fluidsynth to 2.3.0-2
This commit is contained in:
parent
21e75299fe
commit
9099cba106
@ -4,8 +4,8 @@
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
|
||||
pkgname=fluidsynth
|
||||
pkgver=2.2.8
|
||||
pkgrel=1
|
||||
pkgver=2.3.0
|
||||
pkgrel=2
|
||||
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
|
||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
||||
url="https://www.fluidsynth.org/"
|
||||
@ -13,13 +13,13 @@ license=(LGPL2.1)
|
||||
groups=(pro-audio)
|
||||
depends=(glibc sdl2)
|
||||
makedepends=(alsa-lib cmake dbus doxygen glib2 jack ladspa libinstpatch
|
||||
libpulse libsndfile portaudio readline systemd-libs)
|
||||
libpulse libsndfile pipewire portaudio readline systemd-libs)
|
||||
provides=(libfluidsynth.so soundfont-synthesizer)
|
||||
backup=(etc/conf.d/$pkgname)
|
||||
options=(debug)
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
|
||||
sha512sums=('8173f2d368a214cf1eb7faae2f6326db43fb094ec9c83e652f953290c3f29c34ebd0b92cbb439bea8d814d3a7e4f9dc0c18c648df1d414989d5d8b4700c79535')
|
||||
b2sums=('7eaee4cc1c2f49e464cda2852890ec8e96bd86c258a39246ec5c84ea3e57c9869d1e88963daecc3fa8957df1d55ff6c6633a4900de3d6fc0a1adf830865adda0')
|
||||
sha512sums=('621a54f7d9845a9350381e9aa99f342b28050e1dd80983e69828acc685ace39ee5376f8e40d7a93ddb247718e4bcfb3f196cbd4027343251f8c0fbe3c0d219ed')
|
||||
b2sums=('845f4b1d00b743edf7ef8a5660c239c2924ca51306fbd8f45c0c965198ed2d5267bacf8333a44720beb3f283e9a75bbb8b497dcb0b004153d5f8a9d9ed4f5224')
|
||||
|
||||
build() {
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
@ -40,8 +40,9 @@ check() {
|
||||
|
||||
package() {
|
||||
depends+=(libasound.so libdbus-1.so libglib-2.0.so libgmodule-2.0.so
|
||||
libgobject-2.0.so libinstpatch-1.0.so libjack.so libportaudio.so
|
||||
libpulse-simple.so libreadline.so libsndfile.so libsystemd.so)
|
||||
libgobject-2.0.so libinstpatch-1.0.so libjack.so libpipewire-0.3.so
|
||||
libportaudio.so libpulse-simple.so libreadline.so libsndfile.so
|
||||
libsystemd.so)
|
||||
|
||||
make -C build DESTDIR="$pkgdir" install
|
||||
# systemd user unit
|
||||
|
Loading…
x
Reference in New Issue
Block a user