pavucontrol: new port

This commit is contained in:
Predrag Ivanović 2018-02-23 10:46:17 +01:00
parent 2dd8e93785
commit d344fb1dbb
4 changed files with 34 additions and 0 deletions

8
pavucontrol/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pavucontrol
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/pavucontrol.desktop
drwxr-xr-x root/root usr/share/pavucontrol/
-rw-r--r-- root/root usr/share/pavucontrol/pavucontrol.glade

1
pavucontrol/.md5sum Normal file
View File

@ -0,0 +1 @@
f1c224dceb79b460d42c1a06c8fe0f4b pavucontrol-3.0.tar.gz

5
pavucontrol/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36yCHERoz67Worx4NMjvP2kXcXUF08SefMVotxyRUSFj0x+loFSv8HJH4UzK8XgGCwweSONGoRvAyC0ClfwvHQ0=
SHA256 (Pkgfile) = 98dc57832df91e0c711606bdaf44ea820c6c89d44ed9b558c685134856455a84
SHA256 (.footprint) = 2ae4a8558a5cd916b6b53832e0cf33f910cea8f90ab8ce249c67d83db2dfcfc1
SHA256 (pavucontrol-3.0.tar.gz) = bb900e4446529fd145e44cf79962f7dbe676a98d86ae7b19f844febf75fb1709

20
pavucontrol/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: PulseAudio Volume Control
# URL: https://freedesktop.org/software/pulseaudio/pavucontrol/
# Maintainer: Pedja, predivan at mts dot rs
# Depends on: pulseaudio gtkmm3 libcanberra
name=pavucontrol
version=3.0
release=1
source=(http://freedesktop.org/software/pulseaudio/$name/$name-$version.tar.gz)
build() {
export CXXFLAGS="${CXXFLAGs} -std=c++11"
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,locale}
}