Blame debian/control

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