# Template file for 'fluidsynth' pkgname=fluidsynth version=2.4.8 revision=1 build_style=cmake make_check_target=check configure_args="-Denable-sdl3=ON -Denable-ladspa=ON -Denable-portaudio=ON" hostmakedepends="pkg-config" makedepends="SDL3-devel glib-devel jack-devel libsndfile-devel pipewire-devel pulseaudio-devel libinstpatch-devel readline-devel portaudio-devel ladspa-sdk" short_desc="Real-time software synthesizer based on the SoundFont 2 specifications" maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://www.fluidsynth.org/" changelog="https://github.com/FluidSynth/fluidsynth/releases" distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz" checksum=d6d04e9014557906ee42aa1fe3cd580840ea482d4c3b1a45fddd45ec606d6e97 libfluidsynth_package() { short_desc+=" - runtime library" pkg_install() { vmove "usr/lib/*.so.*" } } fluidsynth-devel_package() { depends="${sourcepkg}>=${version}_${revision} $makedepends" short_desc+=" - development files" pkg_install() { vmove usr/lib/cmake vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }