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 86 87 88 89 90 91 92 93
|
Source: mumble
Section: sound
Priority: optional
Homepage: http://mumble.sourceforge.net/
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Patrick Matthäi <pmatthaei@debian.org>, Thorvald Natvig <thorvald@debian.org>
Build-Depends: debhelper (>= 7.0.8), po-debconf,
libboost-dev (>= 1.36.0), libboost-python-dev (>= 1.36.0),
libqt4-dev (>= 4.5.0), libqt4-opengl-dev (>= 4.5.0),
libasound2-dev, libpulse-dev,
libogg-dev, libspeex-dev, libspeexdsp-dev, libcelt-dev (>= 0.7.0), libsndfile1-dev,
libssl-dev,
libzeroc-ice33-dev | libzeroc-ice32-dev | libzeroc-ice-dev,
ice33-translators | ice32-translators | ice-translators,
libg15daemon-client-dev,
libspeechd-dev,
protobuf-compiler, libprotobuf-dev, libavahi-compat-libdnssd-dev, libxi-dev,
libcap-dev [!kfreebsd-i386 !kfreebsd-amd64],
libc6-dev-i386 [amd64], gcc-multilib [amd64]
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-voip/mumble/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/mumble/?op=log
Package: mumble
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libcelt0 (>= 0.7.0) | libcelt0-0 (>= 0.7.1~), libqt4-sql-sqlite, lsb-release
Recommends: speech-dispatcher
Suggests: mumble-server, mumble-11x
Description: Low latency VoIP client
Mumble is a low-latency, high quality voice chat program for gaming. It
features noise suppression, 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-11x
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-sql-sqlite, lsb-release, mumble (= ${binary:Version})
Description: Low latency VoIP client (1.1.x)
Mumble is a low-latency, high quality voice chat program for gaming. It
features noise suppression, 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 is the 1.1.x compatible client for Mumble, used to connect to older
servers.
Package: mumble-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, dbus, libqt4-sql-sqlite
Suggests: mumble-server-web, mumble-django
Description: Low latency 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. Administration of murmur is done through
D-Bus. Example scripts which register new users and list connected users
through a web page are can be found in the package 'mumble-server-web'.
Package: mumble-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, mumble (= ${binary:Version}) | mumble-server (= ${binary:Version})
Priority: extra
Description: Low latency VoIP client (debugging symbols)
Mumble is a low-latency, high quality voice chat program for gaming. It
features noise suppression, 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.
Package: mumble-server-web
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, mumble-server (>= ${binary:Version}),
apache2, exim4 | mail-transport-agent,
libnet-dbus-perl, libcgi-session-perl, libhtml-template-perl,
php-zeroc-ice,
ice33-translators | ice32-translators | ice-translators,
ice33-slice | ice32-slice | ice-slice
Description: Web scripts for mumble-server
Murmur (in the package mumble-server) is the VoIP server component for
Mumble. This package contains web scripts for registering users, uploading
custom textures and showing a list of currently connected users.
|