fluidsynth ver. bump

This commit is contained in:
Rmys
2022-12-29 22:50:07 +03:00
parent 238b3716a7
commit 37e5232acd
2 changed files with 25 additions and 2 deletions
+3 -1
View File
@@ -13,7 +13,8 @@ shelltools.export("CFLAGS", "%s -lpthread" % get.CFLAGS())
def setup():
cmaketools.configure("-Denable-ladspa=ON \
-DLIB_SUFFIX=\"\"")
-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
-DLIB_SUFFIX=\"\"")
def build():
cmaketools.make()
@@ -21,4 +22,5 @@ def build():
def install():
cmaketools.install()
pisitools.insinto("/etc/conf.d", "fluidsynth.conf", "fluidsynth")
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "THANKS", "TODO")