audio/calf: Updated for version 0.90.1.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-07-09 05:05:14 -04:00 committed by Willy Sudiarto Raharjo
parent c479dcd1e8
commit 775b3c7c6c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 11 additions and 7 deletions

View file

@ -4,6 +4,10 @@
# Written by B. Watson (yalhcru@gmail.com)
# 20180709 bkw:
# - Update to latest release (less than a day old).
# - Use correct upstream homepage.
# 20170622 bkw:
# - Update to latest git. It's been a long time since the last release.
# - Actually make the SSE=yes option work (d'oh!)
@ -29,7 +33,7 @@
# - Added capability stuff.
PRGNAM=calf
VERSION=${VERSION:-20170622.0873978}
VERSION=${VERSION:-0.90.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,9 +75,9 @@ 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 \
-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 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
autoreconf -if

View file

@ -1,8 +1,8 @@
PRGNAM="calf"
VERSION="20170622.0873978"
HOMEPAGE="http://kxstudio.sourceforge.net/Plugins"
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/calf-20170622.0873978.tar.xz"
MD5SUM="05dff02fdf399664985d0de7bdba9e96"
VERSION="0.90.1"
HOMEPAGE="http://calf-studio-gear.org/"
DOWNLOAD="http://calf-studio-gear.org/files/calf-0.90.1.tar.gz"
MD5SUM="e89ed47ffc8f1b393511020985f2f38d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack-audio-connection-kit lash slv2 fluidsynth"