audio/tauonmb: Updated for version v6.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
~red 2021-10-19 22:15:38 +03:30 committed by Willy Sudiarto Raharjo
parent 18a08ad9f0
commit a50ce33bc9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with 10 additions and 7 deletions

View File

@ -3,4 +3,8 @@ interface that's packed with features! An emphasis on playlists and
direct file importing puts you in control of your music collection.
Uses PHAZOR and GStreamer for playback.
Note:
If you ran into artcover cache problem, reinstall python-pillow from
Slackware official repository.
By ~red

View File

@ -11,4 +11,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tauonmb
VERSION=${VERSION:-6.6.0}
VERSION=${VERSION:-6.8.0}
SRCNAM=TauonMusicBox
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,7 +71,7 @@ find -L . \
# 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
-shared -o libphazor.so -fPIC -Wall -O3 # -Wextra
mkdir -p lib
mv libphazor.so lib/libphazor.so
rm -fR src

View File

@ -1,10 +1,10 @@
PRGNAM="tauonmb"
VERSION="6.6.0"
VERSION="6.8.0"
HOMEPAGE="https://tauonmusicbox.rocks/"
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v6.6.0/TauonMusicBox-6.6.0.tar.gz"
MD5SUM="6ea19ab641f7cf8e2c21775252ade784"
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v6.8.0/TauonMusicBox-6.8.0.tar.gz"
MD5SUM="69f27dd9b972b386b96796dafaeffd90"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libopenmpt python3-tekore python3-stagger python3-pysdl2 python3-pypresence python3-pylyrics python3-pulsectl python3-plexapi python3-isounidecode python3-hsaudiotag3k pylast setproctitle send2trash musicbrainzngs"
REQUIRES="libopenmpt musicbrainzngs picard pylast python3-natsort python3-isounidecode python3-plexapi python3-pulsectl python3-pylyrics python3-pypresence python3-pysdl2 python3-tekore send2trash setproctitle websocket-client"
MAINTAINER="Pouria Rezaei"
EMAIL="Pouria.rz@outlook.com"