Bug#715461: libsdl-mixer1.2: no sf2 sound fonts loaded by default
Fabian Greffrath
fabian at greffrath.com
Tue Jul 9 09:48:15 UTC 2013
Am Dienstag, den 09.07.2013, 11:07 +0200 schrieb Fabian Greffrath:
> + Recommends: musescore-soundfont-gm, fluid-soundfont-gm, freepats
Recommends: musescore-soundfont-gm | freepats
Of course, these should be alternative dependencies. I have dropped
fluid-soundfont-gm, see below:
> + char* soundfont_paths =
> "/usr/share/sounds/sf2/TimGM6mb.sf2:/usr/share/sounds/sf2/FluidR3_GM.sf2";
char* soundfont_paths = "/usr/share/sounds/sf2/TimGM6mb.sf2";
The Mix_EachSoundFont() function return()s when one of the passed sound
font files cannot be handled. So instead of requiring both sound fonts
to be installed, let's concentrate on one instead (I have decided for
the smaller sound font) and let the user explicitely select the other
one via the SDL_SOUNDFONTS variable.
- Fabian
More information about the Pkg-sdl-maintainers
mailing list