summaryrefslogtreecommitdiff
path: root/pasystray/debian/control
blob: e265ae0eb606b9aed19163da8e4871ba3d1e14ee (plain)
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
Source: pasystray
Section: sound
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
XSBC-Original-Maintainer: Sebastien Badia <sbadia@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libgtk-3-dev,
 libnotify-dev,
 libpulse-dev,
 pkgconf
Standards-Version: 4.6.2
Homepage: https://github.com/christophgysin/pasystray
Vcs-Git: https://salsa.debian.org/debian/pasystray.git
Vcs-Browser: https://salsa.debian.org/debian/pasystray
Rules-Requires-Root: no

Package: pasystray
Architecture: any
Depends:
 adwaita-icon-theme,
 ${misc:Depends},
 ${shlibs:Depends}
Suggests:
 paman,
 paprefs,
 pulsemixer,
 pavumeter,
 pulseaudio-module-zeroconf
Description: PulseAudio controller for the system tray, using Gtk3StatusIcon
 Pasystray enables control of various PulseAudio server settings from the X11
 system tray. It can:
    * adjust the volume of streams and sinks/sources
    * transfer streams between sinks/sources
    * switch the default sink/source
    * set the default server (PULSE_SERVER)
    * detect network PulseAudio services
    * rename devices
 .
 The commands associated with the suggested dependencies (paman, paprefs,
 pulsemixer, and pavumeter) may be launched from the menu provided by
 pasystray. If a command is not available, that particular menu item is
 disabled. pulseaudio-module-zeroconf enables detection and management of
 network PulseAudio services.
bgstack15