From 2cb4f3016203904520cbef97e20d036eda3ebf8f Mon Sep 17 00:00:00 2001 From: erkanisik1 Date: Mon, 29 Jun 2020 11:20:47 +0300 Subject: [PATCH] add package pavucontrol --- multimedia/sound/pavucontrol/actions.py | 20 +++++++ multimedia/sound/pavucontrol/pspec.xml | 60 +++++++++++++++++++ multimedia/sound/pavucontrol/translations.xml | 8 +++ 3 files changed, 88 insertions(+) create mode 100644 multimedia/sound/pavucontrol/actions.py create mode 100644 multimedia/sound/pavucontrol/pspec.xml create mode 100644 multimedia/sound/pavucontrol/translations.xml diff --git a/multimedia/sound/pavucontrol/actions.py b/multimedia/sound/pavucontrol/actions.py new file mode 100644 index 0000000000..83d67601df --- /dev/null +++ b/multimedia/sound/pavucontrol/actions.py @@ -0,0 +1,20 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--enable-dependency-tracking") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("README") diff --git a/multimedia/sound/pavucontrol/pspec.xml b/multimedia/sound/pavucontrol/pspec.xml new file mode 100644 index 0000000000..902c1f8227 --- /dev/null +++ b/multimedia/sound/pavucontrol/pspec.xml @@ -0,0 +1,60 @@ + + + + + pavucontrol + https://freedesktop.org/software/pulseaudio/pavucontrol/ + + fury + wascheme@tuta.io + + GPLv2 + app:gui + multimedia.sound + PulseAudio Volume Control + + PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately. + + https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-4.0.tar.xz + + intltool + gtkmm3-devel + libsigc++-devel + pulseaudio-libs-devel + libcanberra-gtk-devel + libcanberra-gtk3-devel + + + + + pavucontrol + + gtk3 + glib2 + atkmm + gtkmm3 + glibmm + libgcc + libsigc++ + libcanberra + pulseaudio-libs + libcanberra-gtk3 + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + + 2019-10-03 + 4.0 + First release + fury + wascheme@tuta.io + + + diff --git a/multimedia/sound/pavucontrol/translations.xml b/multimedia/sound/pavucontrol/translations.xml new file mode 100644 index 0000000000..76ef820153 --- /dev/null +++ b/multimedia/sound/pavucontrol/translations.xml @@ -0,0 +1,8 @@ + + + + pavucontrol + PulseAudio Ses Denetimi + pavucontrol, PulseAudio ses sunucusu için basit bir ses denetimi uygulamasıdır. Diğer karıştırıcı araçlara ek olarak, bu uygulama hem donanımsal aygıtların hem de ses akışlarının ses seviyelerini ayarlamanıza izin verir. + +