mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 00:40:13 +00:00
AppImage: bundle a SoundFont file
In order to sdl_mixer being able to synthetise MIDI.
This commit is contained in:
4
.github/scripts/Linux/prepare.sh
vendored
4
.github/scripts/Linux/prepare.sh
vendored
@@ -51,6 +51,10 @@ sudo apt install libva-dev libdrm-dev libx11-dev libx11-xcb-dev libxcb-present-d
|
||||
|
||||
sudo apt install qtbase5-dev
|
||||
|
||||
sf=TimGM6mb_but_fixed__piano_.sf2 # https://musical-artifacts.com/artifacts/2642
|
||||
curl http://frakira.fi.muni.cz/~xpulec/$sf -o "$HOME/$sf"
|
||||
printf '%b' "SDL_SOUNDFONTS=$HOME/$sf\n" >> "$GITHUB_ENV"
|
||||
|
||||
# Install cross-platform deps
|
||||
"$GITHUB_WORKSPACE/.github/scripts/install-common-deps.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user