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
11 Depends: ${shlibs:Depends}
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.
19 The Vorbis library is the primary Ogg Vorbis library.
21 Package: libvorbisenc2
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.
32 The Vorbisenc library provides a convenient API for setting up an encoding
33 environment using libvorbis.
35 Package: libvorbisfile3
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.
46 The Vorbisfile library provides a convenient high-level API for decoding
47 and basic manipulation of all Vorbis I audio streams.
49 Package: libvorbis-dev
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.
58 This package contains the header files and documentation needed to develop
59 applications with libvorbis.