Skip to content

Latest commit

 

History

History
47 lines (45 loc) · 1.73 KB

control

File metadata and controls

47 lines (45 loc) · 1.73 KB
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libsdl2-mixer
Section: libs
Priority: optional
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders: Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>,
Sam Lantinga <slouken@libsdl.org>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 8.9.0~),
dh-autoreconf,
dpkg-dev (>= 1.16.1~),
libflac-dev (>= 1.2.1),
libfluidsynth-dev,
libmikmod2-dev (>= 3.1.11),
libogg-dev (>= 1.2.0),
libsdl2-dev (>= 2.0.0),
libtool,
libvorbis-dev (>= 1.2.0)
Homepage: http://www.libsdl.org/projects/SDL_mixer/
Package: libsdl2-mixer
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Feb 16, 2013
Feb 16, 2013
24
25
Depends: ${misc:Depends},
${shlibs:Depends}
Feb 16, 2013
Feb 16, 2013
26
27
28
29
Description: Mixer library for Simple DirectMedia Layer 2.0
This is a multi-channel audio mixer library. It supports 4 channels of
16 bit stereo audio, plus a single channel of music, mixed by the popular
MikMod MOD, Timidity MIDI, and MP3 and Ogg Vorbis libraries.
30
31
32
33
34
35
36
37
38
.
This package contains the shared library.
Package: libsdl2-mixer-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libsdl2-mixer (= ${binary:Version}),
Feb 16, 2013
Feb 16, 2013
39
40
libc6-dev,
libsdl2-dev (>= 2.0.0)
41
42
43
44
45
46
47
Description: Mixer library for Simple DirectMedia Layer 1.2, development files
SDL Mixer is a sample multi-channel audio mixer library. It supports 4
channels of 16 bit stereo audio, plus a single channel of music, mixed by
the popular MikMod MOD, Timidity MIDI, and MP3 and Ogg Vorbis libraries.
.
This package contains files needed if you wish to use the SDL mixer
library in your own programs.