audio/calf: Updated for version 0.90.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
33ed57f7e3
commit
ad1248decb
|
@ -4,6 +4,8 @@
|
|||
|
||||
# Written by B. Watson (yalhcru@gmail.com)
|
||||
|
||||
# 20191208 bkw: update for v0.90.3.
|
||||
|
||||
# 20180709 bkw:
|
||||
# - Update to latest release (less than a day old).
|
||||
# - Use correct upstream homepage.
|
||||
|
@ -33,7 +35,7 @@
|
|||
# - Added capability stuff.
|
||||
|
||||
PRGNAM=calf
|
||||
VERSION=${VERSION:-0.90.1}
|
||||
VERSION=${VERSION:-0.90.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,11 +75,8 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
|
||||
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 640 -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 {} \+
|
||||
|
||||
autoreconf -if
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="calf"
|
||||
VERSION="0.90.1"
|
||||
VERSION="0.90.3"
|
||||
HOMEPAGE="http://calf-studio-gear.org/"
|
||||
DOWNLOAD="http://calf-studio-gear.org/files/calf-0.90.1.tar.gz"
|
||||
MD5SUM="e89ed47ffc8f1b393511020985f2f38d"
|
||||
DOWNLOAD="http://calf-studio-gear.org/files/calf-0.90.3.tar.gz"
|
||||
MD5SUM="c4f91c141a1188753262ce434b11c750"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit lash slv2 fluidsynth"
|
||||
|
|
Loading…
Reference in New Issue