use reverse-reading of MIDI data in DiskReader
[ardour.git] / tools / update_fluidsynth.sh
index 173145e3921fc233eb850705a1682713adfa91eb..1fc43f50b00fb70c1dbdcd04906ce31c8163ac88 100755 (executable)
@@ -23,6 +23,11 @@ cd $TMP
 #git clone git://git.code.sf.net/p/fluidsynth/code-git fs-git
 git clone git://github.com/FluidSynth/fluidsynth.git fs-git
 
+cd fs-git;
+git describe --tags
+git log | head
+cd $TMP
+
 FSR=fs-git/
 
 rsync -auc --info=progress2 \
@@ -103,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/