279ca27d8a5b1a2131ee6f09aed9e234fccb9236
[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.0), devscripts, libogg-dev (>> 1.0.0)
6 Standards-Version: 3.5.6.0
7
8 Package: libvorbis0
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Description: The Vorbis General Audio Compression Codec
13  Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
14  general-purpose compressed audio format for audio and music at fixed 
15  and variable bitrates from 16 to 128 kbps/channel.
16
17 Package: libvorbis-dev
18 Architecture: any
19 Section: devel
20 Depends: libvorbis0 (= ${Source-Version}), libogg-dev, libc6-dev
21 Description: Vorbis Library Development
22  The libvorbis-dev package contains the header files and documentation
23  needed to develop applications with libvorbis.