diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-02 10:35:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:25 +0700 |
commit | 1f1051c4837f734882b74b50d833b032259f5760 (patch) | |
tree | bf0093b5bbe61038db2277b4f034748b6ea99c79 | |
parent | 9c44c6fead3d44c46d405df94548780f77fa936e (diff) |
libraries/zita-convolver: Updated for version 4.0.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/zita-convolver/zita-convolver.SlackBuild | 16 | ||||
-rw-r--r-- | libraries/zita-convolver/zita-convolver.info | 6 |
2 files changed, 9 insertions, 13 deletions
diff --git a/libraries/zita-convolver/zita-convolver.SlackBuild b/libraries/zita-convolver/zita-convolver.SlackBuild index 704b1537b462..8b9969a6b8d4 100644 --- a/libraries/zita-convolver/zita-convolver.SlackBuild +++ b/libraries/zita-convolver/zita-convolver.SlackBuild @@ -9,12 +9,13 @@ # This SlackBuild has a bit more logic than most, due to the various # optimizations. See README for executive summary. +# 20191202 bkw: updated for v4.0.3. # 20180615 bkw: updated for v4.0.0. # Note to self: finish and upload SlackBuild for jconvolver, that was # the original purpose for adding zita-convolver to the repo... PRGNAM=zita-convolver -VERSION=${VERSION:-4.0.0} +VERSION=${VERSION:-4.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,13 +61,10 @@ rm -rf $PRGNAM-$VERSION 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 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ -cd libs +[ -d libs ] && cd libs || cd source # Fix 'make install' so it strips, and so we don't waste time running ldconfig sed -i -e 's/install -m 755/& -s/' -e '/ldconfig$/d' Makefile @@ -117,9 +115,7 @@ make make install PREFIX=$PKG/usr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - ../README ../AUTHORS ../COPYING \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ../README ../AUTHORS ../COPYING $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/zita-convolver/zita-convolver.info b/libraries/zita-convolver/zita-convolver.info index 5076ab57140b..ef8eb0b9d7d9 100644 --- a/libraries/zita-convolver/zita-convolver.info +++ b/libraries/zita-convolver/zita-convolver.info @@ -1,8 +1,8 @@ PRGNAM="zita-convolver" -VERSION="4.0.0" +VERSION="4.0.3" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/" -DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-convolver-4.0.0.tar.bz2" -MD5SUM="59a86a7901dfab3803003fee090793ab" +DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-convolver-4.0.3.tar.bz2" +MD5SUM="a357f6ff8588eb53af5335968cfacf3a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |