audio/aeolus: Updated for version 0.9.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michales Michaloudes 2014-01-06 22:15:04 +07:00 committed by Erik Hanson
parent cdbd5851c9
commit 727b8dca56
2 changed files with 9 additions and 9 deletions

View File

@ -3,8 +3,8 @@
# Written by Michales Michaloudes korgie@gmail.com
PRGNAM=aeolus
VERSION=${VERSION:-0.8.4}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -45,10 +45,10 @@ cd $PRGNAM-$VERSION
tar xvf $CWD/stops-0.3.0.tar.bz2
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 {} \;
sed -i -e 's+/usr/local+/usr+' \
-e '/ldconfig/d' \

View File

@ -1,12 +1,12 @@
PRGNAM="aeolus"
VERSION="0.8.4"
VERSION="0.9.0"
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/aeolus-0.8.4.tar.bz2 \
DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/aeolus-0.9.0.tar.bz2 \
http://kokkinizita.linuxaudio.org/linuxaudio/downloads/stops-0.3.0.tar.bz2"
MD5SUM="0dcbfb2ab386419f306e1d947815163a \
2a7b1cae820408fa1cc655800d08d88f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="clalsadrv clxclient jack-audio-connection-kit"
REQUIRES="zita-alsa-pcmi clxclient jack-audio-connection-kit"
MAINTAINER="Michales Michaloudes"
EMAIL="korgie@gmail.com"