Blame debian/control

Packit eed494
Source: libshout
Packit eed494
Section: libs
Packit eed494
Priority: optional
Packit eed494
Maintainer: Keegan Quinn <ice@thebasement.org>
Packit eed494
Build-Depends: cdbs, d-shlibs (>= 0.18), debhelper (>= 4.1.0), dh-buildinfo, libogg-dev (>> 1.0.0), libvorbis-dev (>> 1.0.0), pkg-config
Packit eed494
Uploaders: Jonas Smedegaard <dr@jones.dk>
Packit eed494
Standards-Version: 3.6.0
Packit eed494
Packit eed494
Package: libshout3-dev
Packit eed494
Section: libdevel
Packit eed494
Architecture: any
Packit eed494
Depends: libshout3 (= ${Source-Version}), ${devlibs:Depends}, pkg-config
Packit eed494
Description: MP3/Ogg Vorbis broadcast streaming library (development)
Packit eed494
 A library for communicating with and sending data to Icecast and Icecast 2
Packit eed494
 streaming audio servers.  It handles the socket connection, the timing of
Packit eed494
 the data transmission, and prevents bad data from getting to the server.
Packit eed494
 .
Packit eed494
 With just a few lines of code, a programmer can easily turn any application
Packit eed494
 into a streaming source for an Icecast-based server.  Libshout also allows
Packit eed494
 developers who want a specific feature set (database access, request taking)
Packit eed494
 to concentrate on that feature set, instead of worrying about how server
Packit eed494
 communication works.
Packit eed494
 .
Packit eed494
 This package contains the development headers, static libraries, and source
Packit eed494
 code to an example program.
Packit eed494
Packit eed494
Package: libshout3
Packit eed494
Section: libs
Packit eed494
Architecture: any
Packit eed494
Depends: ${shlibs:Depends}
Packit eed494
Description: MP3/Ogg Vorbis broadcast streaming library
Packit eed494
 A library for communicating with and sending data to Icecast and Icecast 2
Packit eed494
 streaming audio servers.  It handles the socket connection, the timing of
Packit eed494
 the data transmission, and prevents bad data from getting to the server.
Packit eed494