diff --git a/multimedia/sound/fluidsynth/actions.py b/multimedia/sound/fluidsynth/actions.py
index 4273706a17..6633c62366 100644
--- a/multimedia/sound/fluidsynth/actions.py
+++ b/multimedia/sound/fluidsynth/actions.py
@@ -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")
diff --git a/multimedia/sound/fluidsynth/pspec.xml b/multimedia/sound/fluidsynth/pspec.xml
index e7c09e038e..528eafbc75 100644
--- a/multimedia/sound/fluidsynth/pspec.xml
+++ b/multimedia/sound/fluidsynth/pspec.xml
@@ -12,13 +12,14 @@
library
A realtime software synthesizer
FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications.
- https://github.com/FluidSynth/fluidsynth/archive/v2.1.1.tar.gz
+ https://github.com/FluidSynth/fluidsynth/archive/v2.3.1.tar.gz
dbus-devel
readline-devel
libsdl2-devel
alsa-lib-devel
+ pipewire-devel
ladspa-sdk-devel
libsndfile-devel
pulseaudio-libs-devel
@@ -39,12 +40,14 @@
readline
alsa-lib
libsdl2
+ pipewire
ladspa-sdk
libsndfile
pulseaudio-libs
jack-audio-connection-kit
+ /etc/conf.d/fluidsynth
/usr/bin
/usr/lib
/usr/share/man
@@ -57,14 +60,32 @@
Development files for fluidsynth
fluidsynth
+ dbus-devel
+ glib2-devel
+ readline-devel
+ libsdl2-devel
+ alsa-lib-devel
+ pipewire-devel
+ ladspa-sdk-devel
+ libsndfile-devel
+ pulseaudio-libs-devel
+ jack-audio-connection-kit-devel
/usr/include
+ /usr/lib/cmake
/usr/lib/pkgconfig
+
+ 2022-12-29
+ 2.3.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-03-07
2.1.1