vorbis: avoid invalid free
[platform/upstream/libvorbis.git] / debian / control
1 Source: libvorbis
2 Section: libs
3 Priority: optional
4 Maintainer: Christopher L Cheney <ccheney@debian.org>
5 Build-Depends: autotools-dev, debhelper (>> 4.0.18), devscripts, libogg-dev (>> 1.1.0)
6 Standards-Version: 3.6.1.0
7
8 Package: libvorbis0a
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Conflicts: libvorbis0
13 Replaces: libvorbis0
14 Description: The Vorbis General Audio Compression Codec
15  Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
16  general-purpose compressed audio format for audio and music at fixed 
17  and variable bitrates from 16 to 128 kbps/channel.
18  .
19  The Vorbis library is the primary Ogg Vorbis library.
20
21 Package: libvorbisenc2
22 Architecture: any
23 Section: libs
24 Depends: ${shlibs:Depends}
25 Conflicts: libvorbis0 (<< 1.0.0)
26 Replaces: libvorbis0 (<< 1.0.0)
27 Description: The Vorbis General Audio Compression Codec
28  Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
29  general-purpose compressed audio format for audio and music at fixed 
30  and variable bitrates from 16 to 128 kbps/channel.
31  .
32  The Vorbisenc library provides a convenient API for setting up an encoding
33  environment using libvorbis.
34
35 Package: libvorbisfile3
36 Architecture: any
37 Section: libs
38 Depends: ${shlibs:Depends}
39 Conflicts: libvorbis0 (<< 1.0.0)
40 Replaces: libvorbis0 (<< 1.0.0)
41 Description: The Vorbis General Audio Compression Codec
42  Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
43  general-purpose compressed audio format for audio and music at fixed 
44  and variable bitrates from 16 to 128 kbps/channel.
45  .
46  The Vorbisfile library provides a convenient high-level API for decoding
47  and basic manipulation of all Vorbis I audio streams.
48
49 Package: libvorbis-dev
50 Architecture: any
51 Section: libdevel
52 Depends: libogg-dev, libvorbis0a (= ${Source-Version}), libvorbisenc2 (= ${Source-Version}), libvorbisfile3 (= ${Source-Version})
53 Description: The Vorbis General Audio Compression Codec (development files)
54  Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
55  general-purpose compressed audio format for audio and music at fixed
56  and variable bitrates from 16 to 128 kbps/channel.
57  .
58  This package contains the header files and documentation needed to develop
59  applications with libvorbis.
60