File: control

package info (click to toggle)
libshout 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,292 kB
  • ctags: 856
  • sloc: sh: 10,934; ansic: 5,773; xml: 726; makefile: 167
file content (63 lines) | stat: -rw-r--r-- 2,125 bytes parent folder | download
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
Source: libshout
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Guillaume Pellerin <yomguy@altern.org>,
 Romain Beauxis <toots@rastageeks.org>,
 Ying-Chun Liu <grandpaul@gmail.com>
Build-Depends: autotools-dev,
 devscripts,
 cdbs (>= 0.4.106~),
 libtool,
 automake1.11,
 autoconf,
 debhelper,
 dh-buildinfo,
 libogg-dev,
 libvorbis-dev,
 pkg-config,
 libtheora-dev,
 libspeex-dev,
 d-shlibs (>= 0.48)
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/libshout.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libshout.git
Standards-Version: 3.9.4
Homepage: http://www.icecast.org/

Package: libshout3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libshout3 (= ${binary:Version}),
 ${devlibs:Depends},
 ${misc:Depends},
 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
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
 ${cdbs:Pre-Depends}
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.