diff options
Diffstat (limited to 'pasystray/debian/control')
-rw-r--r-- | pasystray/debian/control | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/pasystray/debian/control b/pasystray/debian/control new file mode 100644 index 0000000..e265ae0 --- /dev/null +++ b/pasystray/debian/control @@ -0,0 +1,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. |