Codebase list libsdl2-mixer / 358969a
Recommend a recent enough timgm6mb-soundfont package or an alternative provider of sf3-soundfont-gm and use the default soundfont throughout the package. Fabian Greffrath 4 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2626 Pre-Depends: ${misc:Pre-Depends}
2727 Depends: ${shlibs:Depends},
2828 ${misc:Depends}
29 Recommends: fluidr3mono-gm-soundfont | timgm6mb-soundfont | fluid-soundfont-gm | freepats
29 Recommends: timgm6mb-soundfont (>= 1.3-3~) | sf3-soundfont-gm
3030 Breaks: libfluidsynth1 (<< 1.1.7~)
3131 Description: Mixer library for Simple DirectMedia Layer 2, libraries
3232 SDL_mixer is a sample multi-channel audio mixer library. It supports any
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/sf3/FluidR3Mono_GM.sf3:/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/default-GM.sf3\"
1010 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
1111
1212 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)