Source: libshout
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Guillaume Pellerin <yomguy@altern.org>,
 Romain Beauxis <toots@rastageeks.org>,
 Unit 193 <unit193@ubuntu.com>,
 Ying-Chun Liu <grandpaul@gmail.com>
Build-Depends: debhelper-compat (= 12),
 libogg-dev,
 libvorbis-dev,
 pkg-config,
 libtheora-dev,
 libspeex-dev,
 libssl-dev
Vcs-Git: https://salsa.debian.org/multimedia-team/libshout.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libshout
Standards-Version: 4.4.1
Homepage: http://www.icecast.org/

Package: libshout3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libshout3 (= ${binary:Version}),
 ${misc:Depends},
 libogg-dev,
 libspeex-dev,
 libssl-dev,
 libtheora-dev,
 libvorbis-dev,
 pkg-config
Provides: libshout-dev
Conflicts: libshout-dev
Description: MP3/Ogg Vorbis broadcast streaming library (development)
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers.  It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
 .
 With just a few lines of code, a programmer can easily turn any application
 into a streaming source for an Icecast-based server.  Libshout also allows
 developers who want a specific feature set (database access, request taking)
 to concentrate on that feature set, instead of worrying about how server
 communication works.
 .
 This package contains the development headers, static libraries, and source
 code to an example program.

Package: libshout3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends}
Description: MP3/Ogg Vorbis broadcast streaming library
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers.  It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
