mumble/debian/control
Thorvald Natvig c286eed0e4 Minor Ubuntu fixes
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@877 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-12-02 13:38:33 +00:00

38 lines
1.8 KiB
Plaintext

Source: mumble
Maintainer: Ubuntu Universe Developers <ubuntu-motu@lists.ubuntu.com>
XSBC-Original-Maintainer: Thorvald Natvig <slicer@users.sourceforge.net>
Section: sound
Priority: optional
Homepage: http://mumble.sourceforge.net/
Build-Depends: debhelper (>= 5), libqt4-dev (>= 4.3.0), libboost-dev (>= 1.34.1), libasound2-dev (>= 1.0.14), libxevie-dev (>= 1.0.2), libpulse-dev (>= 0.9.6)
Standards-Version: 3.7.2.2
Package: mumble
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Low latency VoIP client
Mumble is a low-latency, high quality voice chat program for gaming.
It features noise supression, automatic gain control and low latency audio
under both ALSA and OSS.
Mumble inclues an ingame overlay compatible with most opensource and
commercial OpenGL applications.
Mumble is just a client and uses a proprietary protocol. You will need
a dedicated server to talk to other users. Server functionality is provided
by the package "murmur".
Package: murmur
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, adduser (>= 3.103), libnet-dbus-perl (>= 0.33.5), libcgi-perl (>= 2.76), libcgi-session-perl (>= 4.20), libnet-dns-perl (>= 0.60), libcompress-zlib-perl (>= 2.005), perlmagick, libconfig-simple-perl (>= 4.59)
Conflicts: mumble-server
Replaces: mumble-server
Provides: mumble-server
Description: Low latency VoIP server
Murmur is the VoIP server component for Mumble.
Murmur is installed in a systemwide fashion, but can also be run by
individual users.
Each murmur process supports multiple virtual servers, each with their
own userbase and channel list.
Administration of murmur is done through D-Bus. Example scripts which
register new users and list connected users through a webpage are
included.