audio/amSynth: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
4fd9c08b13
commit
a1976902ab
|
@ -31,5 +31,5 @@ may be considered a security/stability risk. Please read
|
|||
http://www.slackbuilds.org/caps/ for more information. To disable
|
||||
capabilities, pass SETCAP=no to the script.
|
||||
|
||||
Optional dependencies, autodetected at buildtime:
|
||||
jack-audio-connection-kit||jack2,lash,dssi,pandoc
|
||||
Optional dependencies, autodetected at build time:
|
||||
jack, lash, dssi, pandoc
|
||||
|
|
|
@ -28,6 +28,8 @@ VERSION=${VERSION:-1.9.0}
|
|||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=amsynth
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
|
@ -60,11 +62,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
#cd $PRGNAM-$VERSION
|
||||
# Since the source doesn't contain "S" ..., i'd like to rename this package for a reason
|
||||
cd amsynth-$VERSION
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="amSynth"
|
||||
VERSION="1.9.0"
|
||||
HOMEPAGE="https://amsynth.github.io/"
|
||||
DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.9.0/amSynth-1.9.0.tar.bz2"
|
||||
DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.9.0/amsynth-1.9.0.tar.bz2"
|
||||
MD5SUM="2328dba5ffb5310ff7b1ab14805da9d5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue