fluidsynth: fix default soundfont path

Closes #9344.
This commit is contained in:
newbluemoon 2017-11-19 22:52:38 +01:00 committed by Enno Boland
parent 406f7321f6
commit 29cd11e298

View File

@ -1,9 +1,10 @@
# Template file for 'fluidsynth'
pkgname=fluidsynth
version=1.1.7
revision=1
revision=2
build_style=cmake
configure_args="-DLIB_SUFFIX="
configure_args="-DLIB_SUFFIX=
-DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2"
hostmakedepends="pkg-config"
makedepends="glib-devel jack-devel pulseaudio-devel readline-devel libsndfile-devel"
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"