audio/pavucontrol: Updated for version 2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2014-06-23 23:36:32 +07:00 committed by Willy Sudiarto Raharjo
parent 4c46854236
commit 8182203f41
3 changed files with 15 additions and 14 deletions

View file

@ -1,4 +1,4 @@
It is a simple GTK based volume control tool("mixer") for
It is a simple GTK based volume control tool ("mixer") for
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.
allows you to separately control the volumes of both hardware devices
and each playback stream.

View file

@ -3,9 +3,10 @@
# Slackware build script for pavucontrol
# Written by crocket (crockabiscuit@gmail.com)
# Maintained by Christoph Willing <chris.willing@iinet.net.au>
PRGNAM=pavucontrol
VERSION=${VERSION:-0.9.10}
VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -42,14 +43,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,10 +1,10 @@
PRGNAM="pavucontrol"
VERSION="0.9.10"
VERSION="2.0"
HOMEPAGE="http://0pointer.de/lennart/projects/pavucontrol/"
DOWNLOAD="http://0pointer.de/lennart/projects/pavucontrol/pavucontrol-0.9.10.tar.gz"
MD5SUM="b966eb31ec7fd6afa0f1ed7d5ba480b3"
DOWNLOAD="http://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-2.0.tar.xz"
MD5SUM="ffefdea76a77f89c6415300b8ad5eb7b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libglademm pulseaudio"
REQUIRES="pulseaudio gtkmm3 libasyncns"
MAINTAINER="Christoph Willing"
EMAIL="c.willing@uq.edu.au"
EMAIL="chris.willing@iinet.net.au"