mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Update Fluidsynth to v2.0.5
This commit is contained in:
parent
bcd33a2381
commit
1f982b532d
13 changed files with 111 additions and 75 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue