fluidsynth: update to 2.3.0

This commit is contained in:
mmnmnnmnmm 2022-09-25 17:55:18 +01:00 committed by classabbyamp
parent 743900d552
commit a8f8c4ba9b

View file

@ -1,19 +1,19 @@
# Template file for 'fluidsynth'
pkgname=fluidsynth
version=2.2.6
version=2.3.0
revision=1
build_style=cmake
make_check_target=check
configure_args="-DLIB_SUFFIX=
-DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2"
hostmakedepends="pkg-config"
makedepends="glib-devel jack-devel libsndfile-devel pulseaudio-devel readline-devel"
makedepends="SDL2-devel glib-devel jack-devel libsndfile-devel pipewire-devel pulseaudio-devel readline-devel"
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://www.fluidsynth.org/"
distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
checksum=ca90fe675cacd9a7b442662783c4e7fa0e1fd638b28d64105a4e3fe0f618d20f
checksum=1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20
libfluidsynth_package() {
short_desc+=" - runtime library"
@ -26,6 +26,7 @@ fluidsynth-devel_package() {
depends="libfluidsynth>=${version} $makedepends"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/cmake
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"