File: control

package info (click to toggle)
pnmixer 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,100 kB
  • ctags: 470
  • sloc: ansic: 3,984; sh: 23; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,099 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
Source: pnmixer
Section: sound
Priority: optional
Maintainer: Arnaud Rebillout <elboulangero@gmail.com>
Build-Depends:
 cmake,
 debhelper (>= 9),
 gettext,
 libasound2-dev,
 libglib2.0-dev,
 libgtk-3-dev (>= 3.12),
 libnotify-dev,
 libx11-dev,
 pkg-config,
Standards-Version: 3.9.8
Homepage: https://github.com/nicklan/pnmixer
Vcs-Git: https://github.com/elboulangero/pnmixer.git
Vcs-Browser: https://github.com/elboulangero/pnmixer

Package: pnmixer
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Simple mixer application for system tray
 PNMixer is a simple mixer application designed to run in your system tray.
 It integrates nicely into desktop environments that don't have a panel that
 supports applets and therefore can't run a mixer applet. In particular it's
 been used quite a lot with fbpanel and tint2, but should run fine in any
 system tray.
 .
 PNMixer is designed to work on systems that use ALSA for sound management.
 Any other sound driver like OSS or FFADO, or sound server like PulseAudio
 or Jack, are currently not supported (patches welcome).