diff --git a/debian/control b/debian/control index dd728b8..38d6a21 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,8 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: timgm6mb-soundfont | fluid-soundfont-gm | freepats +Recommends: fluidr3mono-gm-soundfont | timgm6mb-soundfont | fluid-soundfont-gm | freepats +Breaks: libfluidsynth1 (<< 1.1.7~) Description: Mixer library for Simple DirectMedia Layer 2, libraries SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single diff --git a/debian/rules b/debian/rules index 592bc61..64e15b7 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_CFLAGS_MAINT_APPEND := -pipe -Wall $(MODPLUG_INCLUDE_DIR) # bug #715461, provide default soundfont paths -export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf2/TimGM6mb.sf2:/usr/share/sounds/sf2/FluidR3_GM.sf2\" +export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/FluidR3Mono_GM.sf3:/usr/share/sounds/sf2/TimGM6mb.sf2:/usr/share/sounds/sf2/FluidR3_GM.sf2\" export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)