audio/tauonmb: Updated to 7.8.0.

Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pouria Rezaei 2024-06-19 13:28:00 +03:30 committed by Willy Sudiarto Raharjo
parent b605b3c8df
commit f868315ae7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 22 additions and 9 deletions

View file

@ -15,5 +15,5 @@ tauonmb: Uses Phazor and GStreamer for playback.
tauonmb:
tauonmb:
tauonmb: Project URL: https://tauonmusicbox.rocks/
tauonmb: GitHub URL: https://github.com/Taiko2k/TauonMusicBox/
tauonmb: GitHub URL: https://github.com/Taiko2k/Tauon/
tauonmb:

View file

@ -27,9 +27,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tauonmb
VERSION=${VERSION:-7.2.1}
SRCNAM=TauonMusicBox
BUILD=${BUILD:-2}
VERSION=${VERSION:-7.8.0}
SRCNAM=Tauon
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -49,6 +49,8 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
KFVER=${KFVER:-131.1.0}
MATAG=${MATAG:-4a5b74bef029b3592c54b6048650ee5f972c1a48}
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -61,7 +63,14 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
# PHAZOR dependencies (Do not modify this part)
mkdir -p src/phazor/{kissfft,miniaudio}
tar xvf $CWD/kissfft-$KFVER.tar.gz --strip-components=1 -C src/phazor/kissfft
tar xvf $CWD/miniaudio-$MATAG.tar.gz --strip-components=1 -C src/phazor/miniaudio
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -69,7 +78,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Compile PHAZOR (Do not modify this part.)
# Compile PHAZOR (Do not modify this part)
sh compile-phazor.sh
# Compile translator

View file

@ -1,10 +1,14 @@
PRGNAM="tauonmb"
VERSION="7.2.1"
VERSION="7.8.0"
HOMEPAGE="https://tauonmusicbox.rocks/"
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.2.1/TauonMusicBox-7.2.1.tar.gz"
MD5SUM="66441bb1faa5475e246a9bb66c2c835e"
DOWNLOAD="https://github.com/Taiko2k/Tauon/archive/v7.8.0/Tauon-7.8.0.tar.gz \
https://github.com/mborgerding/kissfft/archive/131.1.0/kissfft-131.1.0.tar.gz \
https://github.com/mackron/miniaudio/archive/4a5b74bef029b3592c54b6048650ee5f972c1a48/miniaudio-4a5b74bef029b3592c54b6048650ee5f972c1a48.tar.gz"
MD5SUM="1e056ebbc649db767ff64e9275df60c1 \
981ad3e496fbd8edb99704fc0e2aa939 \
01b821de48cdba3838239b6cbd5e13e5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libopenmpt musicbrainzngs mutagen pylast python3-isounidecode python3-natsort python3-plexapi python3-pulsectl python3-pylyrics python3-pysdl2 send2trash setproctitle python3-websocket-client"
REQUIRES="libopenmpt libgme musicbrainzngs mutagen pylast python3-isounidecode python3-natsort python3-plexapi python3-pulsectl python3-pylyrics python3-pysdl2 send2trash setproctitle python3-websocket-client"
MAINTAINER="Pouria Rezaei"
EMAIL="Pouria.rz@outlook.com"