-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcontrol
85 lines (82 loc) · 2.78 KB
/
control
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
83
84
85
Source: mumble
Section: sound
Priority: optional
Maintainer: Mikkel Krautz <mikkel@krautz.dk>
XSBC-Original-Maintainer: Ron Lee <ron@debian.org>, Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Thorvald Natvig <thorvald@debian.org>
Build-Depends: debhelper (>= 7.0.8),
po-debconf,
libboost-dev (>= 1.42),
qt5-default,
qttools5-dev-tools,
libqt5svg5-dev,
libqt5opengl5-dev,
libgl1-mesa-dev,
libasound2-dev,
libpulse-dev,
libogg-dev,
libspeex-dev,
libspeexdsp-dev,
libopus-dev,
libsndfile1-dev,
libssl-dev,
libzeroc-ice-dev,
zeroc-ice-compilers,
zeroc-ice-slice,
libspeechd-dev,
protobuf-compiler,
libprotobuf-dev,
libavahi-compat-libdnssd-dev,
libxi-dev,
libcap-dev [linux-any]
Standards-Version: 3.9.5
Homepage: https://www.mumble.info/
Package: mumble
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libopus0,
libqt5sql5-sqlite,
lsb-release
Suggests: speech-dispatcher,
mumble-server
Description: Low latency encrypted VoIP client
Mumble is a low-latency, high quality voice chat program for gaming.
It features noise suppression, encrypted connections for both voice
and instant messaging, automatic gain control and low latency audio
with support for multiple audio standards. Mumble includes an in-game
overlay compatible with most open-source and commercial 3D applications.
Mumble is just a client and uses a non-standard protocol. You will need
a dedicated server to talk to other users. Server functionality is
provided by the package "mumble-server".
Package: mumble-server
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
adduser,
libqt5sql5-sqlite
Suggests: mumble-django
Description: Low latency encrypted VoIP server
Murmur is the VoIP server component for Mumble. Murmur is installed
in a system-wide fashion, but can also be run by individual users.
Each murmur process supports multiple virtual servers, each with their
own user base and channel list.
Package: mumble-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
mumble (= ${binary:Version}) | mumble-server (= ${binary:Version})
Priority: extra
Description: Low latency encrypted VoIP client (debugging symbols)
Mumble is a low-latency, high quality voice chat program for gaming.
It features noise suppression, encrypted connections for both voice
and instant messaging, automatic gain control and low latency audio
with support for multiple audio standards. Mumble includes an in-game
overlay compatible with most open-source and commercial 3D applications.
Mumble is just a client and uses a non-standard protocol. You will need
a dedicated server to talk to other users. Server functionality is
provided by the package "mumble-server".
.
This package contains the debugging symbols for the 'mumble' and
'mumble-server' packages.