add package pavucontrol

This commit is contained in:
erkanisik1
2020-06-29 11:20:47 +03:00
parent ceba7d53f2
commit 2cb4f30162
3 changed files with 88 additions and 0 deletions
+20
View File
@@ -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")
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pavucontrol</Name>
<Homepage>https://freedesktop.org/software/pulseaudio/pavucontrol/</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.sound</PartOf>
<Summary>PulseAudio Volume Control</Summary>
<Description>
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.
</Description>
<Archive sha1sum="9db2fb0f10f481730a0da3d7b85d2982966d67e4" type="tarxz">https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtkmm3-devel</Dependency>
<Dependency>libsigc++-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>libcanberra-gtk-devel</Dependency>
<Dependency>libcanberra-gtk3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pavucontrol</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>atkmm</Dependency>
<Dependency>gtkmm3</Dependency>
<Dependency>glibmm</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libsigc++</Dependency>
<Dependency>libcanberra</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>libcanberra-gtk3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-10-03</Date>
<Version>4.0</Version>
<Comment>First release</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pavucontrol</Name>
<Summary xml:lang="tr">PulseAudio Ses Denetimi</Summary>
<Description xml:lang="tr">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.</Description>
</Source>
</PISI>