fluidsynth-dssi: Ship a default configuration

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-11-24 15:39:36 +01:00
parent ae45eaa465
commit 9a792efa6a
3 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
[audio]
realtime-prio=90
[synth]
maxchannels=32
parallel-threads=4

View File

@@ -13,11 +13,29 @@ DEPENDS += " \
ladspa-sdk \
"
SRC_URI = "git://github.com/schnitzeltony/fluidsynth-dssi.git"
SRC_URI = " \
git://github.com/schnitzeltony/fluidsynth-dssi.git \
file://fluidsynth-dssi.conf \
"
SRCREV = "f8c0165b60042d2976c0983261a3ad8c059e2926"
S = "${WORKDIR}/git"
PV = "1.0.0+git${SRCPV}"
do_install_append() {
install -d ${D}/${sysconfdir}/skel/.config/fluidsynth-dssi
install -m 0644 ${WORKDIR}/fluidsynth-dssi.conf ${D}/${sysconfdir}/skel/.config/fluidsynth-dssi/
}
PACKAGES =+ "${PN}-defconfig"
FILES_${PN} += " \
${libdir}/dssi \
"
FILES_${PN}-defconfig = " \
${sysconfdir}/skel/.config/fluidsynth-dssi \
"
RDEPENDS_${PN}-defconfig += " \
audio-tweaks \
"

View File

@@ -103,6 +103,7 @@ RDEPENDS_${PN} = " \
\
\
fluidsynth-dssi \
fluidsynth-dssi-defconfig \
hexter \
whysynth \
xsynth-dssi \