Codebase list libsdl2-mixer / 695a61b
add support for fluidr3mono-gm-soundfont * add fluidr3mono-gm-soundfont to the list of alternative recommends * add Breaks: libfluidsynth1 (<< 1.1.7~) to make sure we have a version of that library available that supports the SF3 soundfont format * add the soundfont file to the MIX_INIT_SOUNDFONT_PATHS macro Fabian Greffrath 6 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2424 Pre-Depends: ${misc:Pre-Depends}
2525 Depends: ${shlibs:Depends},
2626 ${misc:Depends}
27 Recommends: timgm6mb-soundfont | fluid-soundfont-gm | freepats
27 Recommends: fluidr3mono-gm-soundfont | timgm6mb-soundfont | fluid-soundfont-gm | freepats
28 Breaks: libfluidsynth1 (<< 1.1.7~)
2829 Description: Mixer library for Simple DirectMedia Layer 2, libraries
2930 SDL_mixer is a sample multi-channel audio mixer library. It supports any
3031 number of simultaneously playing channels of 16 bit stereo audio, plus a single
66
77 export DEB_CFLAGS_MAINT_APPEND := -pipe -Wall $(MODPLUG_INCLUDE_DIR)
88 # bug #715461, provide default soundfont paths
9 export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf2/TimGM6mb.sf2:/usr/share/sounds/sf2/FluidR3_GM.sf2\"
9 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\"
1010 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
1111
1212 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)