mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/yoshimi: Updated for version 2.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b9a9e429cd
commit
a7cfbda6b7
3 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@ yoshimi: of ZynAddSubFX, written by Nasca Octavian Paul. Yoshimi delivers
|
||||||
yoshimi: the same synth capabilities, along with very good Jack and Alsa
|
yoshimi: the same synth capabilities, along with very good Jack and Alsa
|
||||||
yoshimi: midi/audio functionality.
|
yoshimi: midi/audio functionality.
|
||||||
yoshimi:
|
yoshimi:
|
||||||
yoshimi: http://yoshimi.sourceforge.net/
|
yoshimi: https://yoshimi.github.io/
|
||||||
yoshimi:
|
yoshimi:
|
||||||
yoshimi:
|
yoshimi:
|
||||||
yoshimi:
|
yoshimi:
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=yoshimi
|
PRGNAM=yoshimi
|
||||||
VERSION=${VERSION:-2.2.2.1}
|
VERSION=${VERSION:-2.3.1}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . -type f -exec chmod 644 {} + -o -type d -exec chmod 755 {} +
|
find . -type f -exec chmod 644 {} + -o -type d -exec chmod 755 {} +
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="yoshimi"
|
PRGNAM="yoshimi"
|
||||||
VERSION="2.2.2.1"
|
VERSION="2.3.1"
|
||||||
HOMEPAGE="http://yoshimi.sourceforge.net/"
|
HOMEPAGE="https://yoshimi.github.io/"
|
||||||
DOWNLOAD="https://altushost-swe.dl.sourceforge.net/project/yoshimi/2.2/yoshimi-2.2.2.1.tar.bz2"
|
DOWNLOAD="https://github.com/Yoshimi/yoshimi/archive/2.3.1/yoshimi-2.3.1.tar.gz"
|
||||||
MD5SUM="aa66ceb37a5998a8f99af149052284bf"
|
MD5SUM="77ab41c8131e55711ac89b0e558916c4"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="mxml fltk lv2 jack"
|
REQUIRES="mxml fltk lv2 jack"
|
||||||
|
|
Loading…
Reference in a new issue