1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
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@debian.org>,
Ying-Chun Liu <grandpaul@gmail.com>
Build-Depends: debhelper-compat (= 13),
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
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://www.icecast.org/
Package: libshout-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: libshout3-dev
Breaks: libshout3-dev (<< 2.4.5~)
Replaces: libshout3-dev (<< 2.4.5~)
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.
Package: libshout-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MP3/Ogg Vorbis broadcast streaming library - commandline tools
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.
.
This package provides commandline tools.
Package: libshout3-dev
Section: oldlibs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libshout-dev (= ${binary:Version})
Description: MP3/Ogg Vorbis broadcast streaming library (transitional package)
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.
.
This is a transitional dummy package to ease upgrades to libshout-dev.
|