mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/paprefs: Updated for version 0.9.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f3a9ff1306
commit
d055004397
3 changed files with 10 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
paprefs is a simple GTK based configuration dialog for the PulseAudio
|
||||
sound server. this program can only configure local servers, and
|
||||
require a special module "module-gconf" is loaded in the sound
|
||||
sound server. This program can only configure local servers, and
|
||||
requires that a special module "module-gconf" be loaded in the sound
|
||||
server.
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Slackware build script for paprefs
|
||||
|
||||
# Written by crocket (crockabiscuit@gmail.com)
|
||||
# Maintained by Christoph Willing <chris.willing@iinet.net.au>
|
||||
|
||||
PRGNAM=paprefs
|
||||
VERSION=${VERSION:-0.9.9}
|
||||
VERSION=${VERSION:-0.9.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +43,7 @@ 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 . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="paprefs"
|
||||
VERSION="0.9.9"
|
||||
HOMEPAGE="http://0pointer.de/lennart/projects/paprefs/"
|
||||
DOWNLOAD="http://0pointer.de/lennart/projects/paprefs/paprefs-0.9.9.tar.gz"
|
||||
MD5SUM="0592ccb28c8f601a8fe3607b64e9f5bc"
|
||||
VERSION="0.9.10"
|
||||
HOMEPAGE="http://freedesktop.org/software/pulseaudio/paprefs/"
|
||||
DOWNLOAD="http://freedesktop.org/software/pulseaudio/paprefs/paprefs-0.9.10.tar.xz"
|
||||
MD5SUM="e9130fb1ab5211a50b16f6b63bb6fd49"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gconfmm libglademm pulseaudio"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="c.willing@uq.edu.au"
|
||||
EMAIL="chris.willing@iinet.net.au"
|
||||
|
|
Loading…
Reference in a new issue