build deb package with fluidsynth

This commit is contained in:
Alexey Loginov 2019-07-01 12:15:28 +03:00
parent 483b003927
commit 978c66a18a
3 changed files with 5 additions and 1 deletions

View File

@ -171,6 +171,7 @@ stop pulseaudio:
```systemctl --user stop pulseaudio.socket``` ```systemctl --user stop pulseaudio.socket```
run script: run script:
```pianobooster-fluidsynth``` ```pianobooster-fluidsynth```
start pulseaudio after: start pulseaudio after:

View File

@ -23,6 +23,9 @@ Architecture: any
Depends: Depends:
${shlibs:Depends}, ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
fluid-soundfont-gm,
fluid-soundfont-gs,
fluidsynth,
fonts-dejavu-core, fonts-dejavu-core,
hicolor-icon-theme, hicolor-icon-theme,
timidity, timidity,

View File

@ -29,7 +29,7 @@ config-stamp:
-DUSE_SYSTEM_RTMIDI=ON \ -DUSE_SYSTEM_RTMIDI=ON \
-DWITH_MAN=ON \ -DWITH_MAN=ON \
-DWITH_TIMIDITY=ON \ -DWITH_TIMIDITY=ON \
-DWITH_FLUIDSYNTH=OFF \ -DWITH_FLUIDSYNTH=ON \
-DUSE_FLUIDSYNTH=ON \ -DUSE_FLUIDSYNTH=ON \
-DCMAKE_INSTALL_PREFIX="$(CURDIR)/usr" -DCMAKE_INSTALL_PREFIX="$(CURDIR)/usr"
touch $@ touch $@