diff options
author | Michales Michaloudes <korgie@gmail.com> | 2014-01-06 22:15:04 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:14:01 -0600 |
commit | 727b8dca560cc5848c444c45696530b2ea4e06c0 (patch) | |
tree | a1dbe3d7b2f75efb65ee7ee4ac91a8437e163558 /audio | |
parent | cdbd5851c97b00fc97ff8aa2e9ee56b12bf9e5ca (diff) | |
download | slackbuilds-727b8dca560cc5848c444c45696530b2ea4e06c0.tar.gz |
audio/aeolus: Updated for version 0.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aeolus/aeolus.SlackBuild | 12 | ||||
-rw-r--r-- | audio/aeolus/aeolus.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/audio/aeolus/aeolus.SlackBuild b/audio/aeolus/aeolus.SlackBuild index 3437c4c1dc..267044b4e5 100644 --- a/audio/aeolus/aeolus.SlackBuild +++ b/audio/aeolus/aeolus.SlackBuild @@ -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' \ diff --git a/audio/aeolus/aeolus.info b/audio/aeolus/aeolus.info index 15154fe699..dddd8a3ad7 100644 --- a/audio/aeolus/aeolus.info +++ b/audio/aeolus/aeolus.info @@ -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" |