From 5b3f8456054b2a8b45ac055ecf9855c7121b5505 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Fri, 15 Oct 2021 23:16:12 +0300 Subject: [PATCH] sound input/output switcher for tray. --- .../misc/indicator-sound-switcher/actions.py | 17 ++++++ .../misc/indicator-sound-switcher/pspec.xml | 53 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 multimedia/misc/indicator-sound-switcher/actions.py create mode 100644 multimedia/misc/indicator-sound-switcher/pspec.xml diff --git a/multimedia/misc/indicator-sound-switcher/actions.py b/multimedia/misc/indicator-sound-switcher/actions.py new file mode 100644 index 0000000000..a94fd3e0b6 --- /dev/null +++ b/multimedia/misc/indicator-sound-switcher/actions.py @@ -0,0 +1,17 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import pythonmodules + +def setup(): + pass + +def build(): + pass + +def install(): + pythonmodules.install(pyVer = '3') + diff --git a/multimedia/misc/indicator-sound-switcher/pspec.xml b/multimedia/misc/indicator-sound-switcher/pspec.xml new file mode 100644 index 0000000000..01462a55a8 --- /dev/null +++ b/multimedia/misc/indicator-sound-switcher/pspec.xml @@ -0,0 +1,53 @@ + + + + + indicator-sound-switcher + https://yktoo.com/en/software/sound-switcher-indicator/ + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + multimedia.misc + Sound input/output selector indicator for Linux. + It shows an icon in the indicator area or the system tray (whatever is available in your desktop environment). The icon's menu allows you to switch the current sound input and output (i.e. source ports and sink ports in PulseAudio's terms, respectively) with just two clicks. + + https://github.com/yktoo/indicator-sound-switcher/archive/refs/tags/v2.3.6.tar.gz + + + python3-setuptools + + + + + indicator-sound-switcher + + gtk3 + python3 + keybinder + python3-pygobject3 + ayatana-libappindicator + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + + + + + + 2021-10-15 + 2.3.6 + First build. + fury + uglyside@yandex.ru + + + +