diff --git a/debian/changelog b/debian/changelog index def47d5..67a7b41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ upstream (4) or had been backported (1) * Recommend MIDI patch set "freepats" - -- Manuel A. Fernandez Montecelo Mon, 12 Aug 2013 21:12:04 +0100 + -- Manuel A. Fernandez Montecelo Tue, 13 Aug 2013 19:04:01 +0100 libsdl2-mixer (2.0.0~rc1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 35592ea..1e0c4f3 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ libfluidsynth-dev (>= 1.1.1), libmad0-dev (>= 0.15.1b), libmodplug-dev (>= 1:0.8.8), - libmikmod2-dev (>= 3.1.11), libogg-dev (>= 1.2.0), libsdl2-dev (>= 2.0.0), libtool, @@ -29,8 +28,8 @@ 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 - channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg - Vorbis, and SMPEG MP3 libraries. + channel of music, mixed by the popular FLAC, modplug MOD, FluidSynth and + Timidity MIDI, Ogg Vorbis, and MAD or SMPEG MP3 libraries. . This package contains the shared library. @@ -44,8 +43,8 @@ Description: Mixer library for Simple DirectMedia Layer 2, debugging 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 - channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg - Vorbis, and SMPEG MP3 libraries. + channel of music, mixed by the popular FLAC, modplug MOD, FluidSynth and + Timidity MIDI, Ogg Vorbis, and MAD or SMPEG MP3 libraries. . This package contains the debugging information for the shared library. @@ -59,7 +58,7 @@ Description: Mixer library for Simple DirectMedia Layer 2, development files 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 - channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg - Vorbis, and SMPEG MP3 libraries. + channel of music, mixed by the popular FLAC, modplug MOD, FluidSynth and + Timidity MIDI, Ogg Vorbis, and MAD or SMPEG MP3 libraries. . This package contains the development files. diff --git a/debian/rules b/debian/rules index f9784b0..7dbcd41 100755 --- a/debian/rules +++ b/debian/rules @@ -15,16 +15,19 @@ # explicitly enable/disable all supported sound, using libmad instead of # libsmpeg for mp3 (it's much more popular, and smpeg is unmaintained) -confflags += --disable-music-mp3 confflags += --enable-music-mod +confflags += --enable-music-mod-modplug +confflags += --disable-music-mod-mikmod +confflags += --enable-music-mp3 +confflags += --disable-music-mp3-smpeg confflags += --enable-music-mp3-mad-gpl confflags += --enable-music-ogg confflags += --enable-music-wave # MIDI: Explicitly state what we use -confflags += --enable-music-fluidsynth-midi -confflags += --enable-music-timidity-midi -confflags += --enable-music-native-midi +confflags += --enable-music-midi-fluidsynth +confflags += --enable-music-midi-timidity +confflags += --enable-music-midi-native # mafm 20111203: removed the "disable shared" support from previous versions, I # couldn't find any reason for it in the changelog @@ -34,9 +37,9 @@ # SDL_LoadObject), and dpkg-shlibdeps doesn't seem to generate the needed # dependencies in the binary library package confflags += --disable-music-flac-shared -confflags += --disable-music-fluidsynth-shared -confflags += --disable-music-mod-shared -confflags += --disable-music-mp3-shared +confflags += --disable-music-midi-fluidsynth-shared +confflags += --disable-music-mod-modplug-shared +#confflags += --disable-music-mp3-shared confflags += --disable-music-ogg-shared