summaryrefslogtreecommitdiff
path: root/tools/update_fluidsynth.sh
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-19 15:25:47 +0200
committerRobin Gareus <robin@gareus.org>2019-04-19 15:44:14 +0200
commit1f982b532d17fea9126f2e62e84874e9c5598da5 (patch)
tree8f4758bed1aa7400c465a3cf1a999684bcd59a6f /tools/update_fluidsynth.sh
parentbcd33a23814d9b86b09ebe930cc201f395b486fb (diff)
Update Fluidsynth to v2.0.5
Diffstat (limited to 'tools/update_fluidsynth.sh')
-rwxr-xr-xtools/update_fluidsynth.sh5
1 files changed, 5 insertions, 0 deletions
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/