4 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
5 Uploaders: Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>,
6 Sam Lantinga <slouken@libsdl.org>
7 Standards-Version: 3.9.2
8 Build-Depends: debhelper (>= 8.9.0~),
10 dpkg-dev (>= 1.16.1~),
11 libflac-dev (>= 1.2.1),
13 libmikmod-dev (>= 3.1.11),
15 libmpg123-dev (>= 1.20.1),
16 libogg-dev (>= 1.2.0),
18 libsdl2-dev (>= 2.0.7),
20 libvorbis-dev (>= 1.2.0)
21 Homepage: http://www.libsdl.org/projects/SDL_mixer/
23 Package: libsdl2-mixer
26 Pre-Depends: ${misc:Pre-Depends}
27 Depends: ${misc:Depends},
29 Description: Mixer library for Simple DirectMedia Layer 2.0
30 This is a multi-channel audio mixer library. It supports 4 channels of
31 16 bit stereo audio, plus a single channel of music, mixed by the popular
32 MikMod MOD, Timidity MIDI, and MP3 and Ogg Vorbis libraries.
34 This package contains the shared library.
36 Package: libsdl2-mixer-dev
40 Depends: ${misc:Depends},
41 libsdl2-mixer (= ${binary:Version}),
43 libsdl2-dev (>= 2.0.0)
44 Description: Mixer library for Simple DirectMedia Layer 1.2, development files
45 SDL Mixer is a sample multi-channel audio mixer library. It supports 4
46 channels of 16 bit stereo audio, plus a single channel of music, mixed by
47 the popular MikMod MOD, Timidity MIDI, and MP3 and Ogg Vorbis libraries.
49 This package contains files needed if you wish to use the SDL mixer
50 library in your own programs.