File: control

package info (click to toggle)
muroar 0.1.13-7
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: ansic: 887; sh: 236; makefile: 107
file content (70 lines) | stat: -rw-r--r-- 2,421 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
64
65
66
67
68
69
70
Source: muroar
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Section: libs
Rules-Requires-Root: no
Homepage: http://roaraudio.keep-cool.org/

Package: libmuroar0
Architecture: any
Suggests: roaraudio | muroard
Recommends: roaraudio-server
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends}
Description: minimalist RoarAudio client library
 RoarAudio is a sound-server for audio mixing. Its main purpose is to mix audio
 from different clients before sending it to its outputs (for example a
 soundcard).
 .
 It is completely network transparent (UNIX sockets, TCP/IP and DECnet) and
 supports many common codecs like Ogg Vorbis, Speex or FLAC.
 .
 This is a minimalist client library for RoarAudio.
 It exists because it allows non-GPL applications to use
 the RoarAudio sound system.

Package: muroar-bin
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
 ${misc:Depends}
Breaks: libmuroar0 (<< 0.1.13-3)
Replaces: libmuroar0 (<< 0.1.13-3)
Multi-Arch: foreign
Description: minimalist RoarAudio client library (binary package)
 RoarAudio is a sound-server for audio mixing. Its main purpose is to mix audio
 from different clients before sending it to its outputs (for example a
 soundcard).
 .
 It is completely network transparent (UNIX sockets, TCP/IP and DECnet) and
 supports many common codecs like Ogg Vorbis, Speex or FLAC.
 .
 This is a minimalist client library for RoarAudio.
 It exists because it allows non-GPL applications to use
 the RoarAudio sound system.
 .
 This package contains the binary applications, like muroarstream.

Package: libmuroar-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libmuroar0 (= ${binary:Version})
Description: minimalist RoarAudio client library (development headers)
 RoarAudio is a sound-server for audio mixing. Its main purpose is to mix audio
 from different clients before sending it to its outputs (for example a
 soundcard).
 .
 It is completely network transparent (UNIX sockets, TCP/IP and DECnet) and
 supports many common codecs like Ogg Vorbis, Speex or FLAC.
 .
 This is a minimalist client library for RoarAudio.
 It exists because it allows non-GPL applications to use
 the RoarAudio sound system.
 .
 This package contains the development headers for the libmuroar library.