audio/tauonmb: Updated for version 7.2.1.

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 2022-05-20 21:01:49 +04:30 committed by Willy Sudiarto Raharjo
parent 86a8c3142f
commit 6320fd7195
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 9 additions and 13 deletions

View File

@ -5,7 +5,7 @@ Uses Phazor and GStreamer for playback.
Optional dependencies:
python3-pypresence #Discord RPC
python3-tekore #Spotify API
picard #Internal tagger
python3-pychromecast #Python Chromecast(soon)
By ~red
By !red

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tauonmb
VERSION=${VERSION:-7.1.3}
VERSION=${VERSION:-7.2.1}
SRCNAM=TauonMusicBox
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,12 +68,8 @@ 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 {} \;
# Build phazor
gcc src/phazor/kissfft/kiss_fftr.c src/phazor/kissfft/kiss_fft.c src/phazor/phazor.c \
`pkg-config --cflags --libs samplerate libpulse-simple opusfile vorbisfile libmpg123 flac libopenmpt` \
-shared -o libphazor.so -fPIC -Wall -O3 # -Wextra
mkdir -p lib
mv libphazor.so lib/libphazor.so
# Compile PHAZOR (Do not modify this part.)
sh compile-phazor.sh
# Compile translator
python3 compile-translations.py

View File

@ -1,10 +1,10 @@
PRGNAM="tauonmb"
VERSION="7.1.3"
VERSION="7.2.1"
HOMEPAGE="https://tauonmusicbox.rocks/"
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.1.3/TauonMusicBox-7.1.3.tar.gz"
MD5SUM="08fd4d121f9a9690975fab8914ad78ca"
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.2.1/TauonMusicBox-7.2.1.tar.gz"
MD5SUM="66441bb1faa5475e246a9bb66c2c835e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libopenmpt musicbrainzngs mutagen pylast python3-natsort python3-isounidecode python3-plexapi python3-pulsectl python3-pylyrics python3-pysdl2 python3-tekore send2trash setproctitle websocket-client"
REQUIRES="libopenmpt musicbrainzngs mutagen pylast python3-natsort python3-isounidecode python3-plexapi python3-pulsectl python3-pylyrics python3-pysdl2 send2trash setproctitle websocket-client"
MAINTAINER="Pouria Rezaei"
EMAIL="Pouria.rz@outlook.com"