File: control

package info (click to toggle)
aumix 2.9.1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,232 kB
  • ctags: 578
  • sloc: sh: 4,682; ansic: 2,582; makefile: 54
file content (57 lines) | stat: -rw-r--r-- 2,632 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
Source: aumix
Section: sound
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>=9), libgpmg1-dev [linux-any], libncursesw5-dev, libgtk2.0-dev, gettext, bzip2, autoconf (>>2.50), automake1.11, autotools-dev, dh-autoreconf
Standards-Version: 3.9.5
Homepage: http://www.jpj.net/~trevor/aumix.html
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/aumix/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/aumix

Package: aumix-common
Architecture: all
Depends: ${misc:Depends}, oss-compat, lsb-base (>= 3.0-6)
Replaces: aumix (<< 2.8-24), aumix-gtk (<< 2.8-24)
Breaks: aumix (<< 2.8-24), aumix-gtk (<< 2.8-24)
Description: Simple text-based mixer control program (common files)
 aumix is a small, easy-to-use program to control the mixer of your sound
 card. It runs in text mode using the ncurses library, or from the command
 line (non-interactively). It can read default settings from a file, and it
 can also automatically save and restore the mixer settings at shutdown and
 boot.
 .
 This package provides files common to aumix and aumix-gtk.

Package: aumix
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, aumix-common
Provides: audio-mixer
Conflicts: aumix-gtk
Replaces: aumix-gtk
Description: Simple text-based mixer control program
 aumix is a small, easy-to-use program to control the mixer of your sound
 card. It runs in text mode using the ncurses library, or from the command
 line (non-interactively). It can read default settings from a file, and it
 can also automatically save and restore the mixer settings at shutdown and
 boot.
 .
 A wrapper script xaumix is provided that finds and invokes xterm or a
 replacement. This is primarily for creating the best sized terminal window.
 If you want a true graphical interface, install aumix-gtk instead. That has
 the same functionality as this one in addition to offering a nice X GUI.

Package: aumix-gtk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, aumix-common
Provides: aumix, x-audio-mixer, audio-mixer
Conflicts: aumix
Replaces: aumix
Description: Simple mixer control program with GUI and text interfaces
 aumix is a small, easy-to-use program to control the mixer of your sound
 card. It runs in text mode using the ncurses library, or from the command
 line (non-interactively). It can read default settings from a file, and it
 can also automatically save and restore the mixer settings at shutdown and
 boot.
 .
 Additionally this version can be run as a GTK+ app, i.e. with a graphical
 interface.  It can also still run in text-only mode, though.