# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=fluidsynth pkgver=2.1.0 pkgrel=0 arch="all" url="http://www.fluidsynth.org" pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" license="LGPL-2.1-or-later" depends_dev="glib-dev libsndfile-dev alsa-lib-dev pulseaudio-dev readline-dev dbus-dev" makedepends="$depends_dev cmake doxygen graphviz" source="$pkgname-$pkgver.tar.gz::https://github.com/fluidsynth/fluidsynth/archive/v$pkgver.tar.gz" subpackages="$pkgname-dev $pkgname-doc" build() { cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth make } check() { make -k check } package() { DESTDIR="$pkgdir" make install } sha512sums="d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d fluidsynth-2.1.0.tar.gz"