mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/carla: Updated for version 2.1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d965775011
commit
9345b5372c
2 changed files with 11 additions and 14 deletions
|
@ -4,13 +4,11 @@
|
|||
# Michales (clavisound) Michaloudes korgie@gmail.com <2018>
|
||||
|
||||
PRGNAM=carla
|
||||
VERSION=${VERSION:-2.0beta6}
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=Carla
|
||||
SRCVER=1.9.8
|
||||
TARVER=2.0-beta6-src
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -44,15 +42,14 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$SRCVER
|
||||
tar xvf $CWD/${SRCNAM}_${TARVER}.tar.gz
|
||||
cd $SRCNAM-$SRCVER
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$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 {} \;
|
||||
# upstream ships archive with broken symlinks, remove
|
||||
find -L . -type l -exec rm -f {} \+
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
sed -i -e /CARLA_LIBDIR/s/\"lib\"/\"lib$LIBDIRSUFFIX\"/ data/carla-single
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="carla"
|
||||
VERSION="2.0beta6"
|
||||
VERSION="2.1"
|
||||
HOMEPAGE="http://kxstudio.linuxaudio.org/"
|
||||
DOWNLOAD="https://github.com/falkTX/Carla/releases/download/1.9.8/Carla_2.0-beta6-src.tar.gz"
|
||||
MD5SUM="279acb33716327c82516d6edb8ff6d13"
|
||||
DOWNLOAD="https://github.com/falkTX/Carla/archive/v2.1/Carla-2.1.tar.gz"
|
||||
MD5SUM="908c535c4b88021f773f574f420552fb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack liblo python3-PyQt5"
|
||||
|
|
Loading…
Reference in a new issue