fluidsynth: add support for libsndfile.
This commit is contained in:
parent
4d01341150
commit
0cef3b5568
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'fluidsynth'
|
||||
pkgname=fluidsynth
|
||||
version=1.1.6
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=cmake
|
||||
configure_args="-DLIB_SUFFIX="
|
||||
hostmakedepends="pkg-config cmake"
|
||||
makedepends="glib-devel jack-devel pulseaudio-devel readline-devel"
|
||||
makedepends="glib-devel jack-devel pulseaudio-devel readline-devel libsndfile-devel"
|
||||
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
|
|
Loading…
Reference in New Issue