Codebase list libsdl2-mixer / d7ce922
Change options for supported formats at compilation time, and remove mikmod Basically same options, but upstream changed names), disabling mikmod (modplug seems to be the default) Manuel A. Fernandez Montecelo 10 years ago
3 changed file(s) with 17 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
77 upstream (4) or had been backported (1)
88 * Recommend MIDI patch set "freepats"
99
10 -- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 12 Aug 2013 21:12:04 +0100
10 -- Manuel A. Fernandez Montecelo <mafm@debian.org> Tue, 13 Aug 2013 19:04:01 +0100
1111
1212 libsdl2-mixer (2.0.0~rc1-1) unstable; urgency=low
1313
99 libfluidsynth-dev (>= 1.1.1),
1010 libmad0-dev (>= 0.15.1b),
1111 libmodplug-dev (>= 1:0.8.8),
12 libmikmod2-dev (>= 3.1.11),
1312 libogg-dev (>= 1.2.0),
1413 libsdl2-dev (>= 2.0.0),
1514 libtool,
2827 Description: Mixer library for Simple DirectMedia Layer 2, libraries
2928 SDL_mixer is a sample multi-channel audio mixer library. It supports any
3029 number of simultaneously playing channels of 16 bit stereo audio, plus a single
31 channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg
32 Vorbis, and SMPEG MP3 libraries.
30 channel of music, mixed by the popular FLAC, modplug MOD, FluidSynth and
31 Timidity MIDI, Ogg Vorbis, and MAD or SMPEG MP3 libraries.
3332 .
3433 This package contains the shared library.
3534
4342 Description: Mixer library for Simple DirectMedia Layer 2, debugging
4443 SDL_mixer is a sample multi-channel audio mixer library. It supports any
4544 number of simultaneously playing channels of 16 bit stereo audio, plus a single
46 channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg
47 Vorbis, and SMPEG MP3 libraries.
45 channel of music, mixed by the popular FLAC, modplug MOD, FluidSynth and
46 Timidity MIDI, Ogg Vorbis, and MAD or SMPEG MP3 libraries.
4847 .
4948 This package contains the debugging information for the shared library.
5049
5857 Description: Mixer library for Simple DirectMedia Layer 2, development files
5958 SDL_mixer is a sample multi-channel audio mixer library. It supports any
6059 number of simultaneously playing channels of 16 bit stereo audio, plus a single
61 channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg
62 Vorbis, and SMPEG MP3 libraries.
60 channel of music, mixed by the popular FLAC, modplug MOD, FluidSynth and
61 Timidity MIDI, Ogg Vorbis, and MAD or SMPEG MP3 libraries.
6362 .
6463 This package contains the development files.
1414
1515 # explicitly enable/disable all supported sound, using libmad instead of
1616 # libsmpeg for mp3 (it's much more popular, and smpeg is unmaintained)
17 confflags += --disable-music-mp3
1817 confflags += --enable-music-mod
18 confflags += --enable-music-mod-modplug
19 confflags += --disable-music-mod-mikmod
20 confflags += --enable-music-mp3
21 confflags += --disable-music-mp3-smpeg
1922 confflags += --enable-music-mp3-mad-gpl
2023 confflags += --enable-music-ogg
2124 confflags += --enable-music-wave
2225
2326 # MIDI: Explicitly state what we use
24 confflags += --enable-music-fluidsynth-midi
25 confflags += --enable-music-timidity-midi
26 confflags += --enable-music-native-midi
27 confflags += --enable-music-midi-fluidsynth
28 confflags += --enable-music-midi-timidity
29 confflags += --enable-music-midi-native
2730
2831 # mafm 20111203: removed the "disable shared" support from previous versions, I
2932 # couldn't find any reason for it in the changelog
3336 # SDL_LoadObject), and dpkg-shlibdeps doesn't seem to generate the needed
3437 # dependencies in the binary library package
3538 confflags += --disable-music-flac-shared
36 confflags += --disable-music-fluidsynth-shared
37 confflags += --disable-music-mod-shared
38 confflags += --disable-music-mp3-shared
39 confflags += --disable-music-midi-fluidsynth-shared
40 confflags += --disable-music-mod-modplug-shared
41 #confflags += --disable-music-mp3-shared
3942 confflags += --disable-music-ogg-shared
4043
4144