summaryrefslogtreecommitdiff
path: root/libraries/alsa-plugins/alsa-plugins.SlackBuild
diff options
context:
space:
mode:
authorRyan P.C. McQuen <ryanpcmcquen@gmail.com>2014-09-23 21:31:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-25 17:01:49 +0700
commite1939ef5875ce2483f6f01ae9fbbae8ae8e028dd (patch)
treebfbf052d12a8ebeab4cfb2c69b9acf1217921b6c /libraries/alsa-plugins/alsa-plugins.SlackBuild
parentfedcb4086ad9d6c7f476c8bbd74fd63806af1bbd (diff)
downloadslackbuilds-e1939ef5875ce2483f6f01ae9fbbae8ae8e028dd.tar.gz
libraries/alsa-plugins: Updated for version 1.0.28.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/alsa-plugins/alsa-plugins.SlackBuild')
-rw-r--r--libraries/alsa-plugins/alsa-plugins.SlackBuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/libraries/alsa-plugins/alsa-plugins.SlackBuild b/libraries/alsa-plugins/alsa-plugins.SlackBuild
index 851eb0dbd7..94bce6e7b1 100644
--- a/libraries/alsa-plugins/alsa-plugins.SlackBuild
+++ b/libraries/alsa-plugins/alsa-plugins.SlackBuild
@@ -5,7 +5,7 @@
# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=alsa-plugins
-VERSION=${VERSION:-1.0.26}
+VERSION=${VERSION:-1.0.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,13 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
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 {} \;
-
-# Fix building with the new ffmpeg
-patch -p1 < $CWD/ffmpeg.patch
+ \( -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" \