From 1f982b532d17fea9126f2e62e84874e9c5598da5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 19 Apr 2019 15:25:47 +0200 Subject: Update Fluidsynth to v2.0.5 --- tools/update_fluidsynth.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/update_fluidsynth.sh') diff --git a/tools/update_fluidsynth.sh b/tools/update_fluidsynth.sh index a1bcf8ae83..1fc43f50b0 100755 --- a/tools/update_fluidsynth.sh +++ b/tools/update_fluidsynth.sh @@ -108,7 +108,12 @@ rsync -auc --info=progress2 \ "$ASRC/libs/fluidsynth/fluidsynth/" cd "$ASRC" +## 1st: apply patch below, fix up any merge-conflicts and git commit the result. +## 2nd run (after commiting the new version): re-create the patch to upstream & amend: +# git diff -R libs/fluidsynth/ > tools/fluid-patches/ardour_fluidsynth.diff +#exit patch -p1 < tools/fluid-patches/ardour_fluidsynth.diff +# auto-generated files cp tools/fluid-patches/fluid_conv_tables.c libs/fluidsynth/src/ cp tools/fluid-patches/fluid_rvoice_dsp_tables.c libs/fluidsynth/src/ -- cgit v1.2.3