fluidsynth-dssi: Ship a default configuration
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[audio]
|
||||
realtime-prio=90
|
||||
|
||||
[synth]
|
||||
maxchannels=32
|
||||
parallel-threads=4
|
||||
@@ -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 \
|
||||
"
|
||||
|
||||
@@ -103,6 +103,7 @@ RDEPENDS_${PN} = " \
|
||||
\
|
||||
\
|
||||
fluidsynth-dssi \
|
||||
fluidsynth-dssi-defconfig \
|
||||
hexter \
|
||||
whysynth \
|
||||
xsynth-dssi \
|
||||
|
||||
Reference in New Issue
Block a user