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```
run script:
```pianobooster-fluidsynth```
start pulseaudio after:

View File

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

View File

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