diff options
author | ~red <74621759+RSKYS@users.noreply.github.com> | 2021-10-19 22:15:38 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-22 12:47:28 +0700 |
commit | a50ce33bc90492e9c38d98db5effdd1dc06808a4 (patch) | |
tree | f3c9249f50693ea52085136ddf4e8e201ce29167 /audio/tauonmb | |
parent | 18a08ad9f0ecabe91c584bb0644abe7156f106ab (diff) | |
download | slackbuilds-a50ce33bc90492e9c38d98db5effdd1dc06808a4.tar.gz |
audio/tauonmb: Updated for version v6.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/tauonmb')
-rw-r--r-- | audio/tauonmb/README | 4 | ||||
-rw-r--r-- | audio/tauonmb/doinst.sh | 1 | ||||
-rw-r--r-- | audio/tauonmb/tauonmb.SlackBuild | 4 | ||||
-rw-r--r-- | audio/tauonmb/tauonmb.info | 8 |
4 files changed, 10 insertions, 7 deletions
diff --git a/audio/tauonmb/README b/audio/tauonmb/README index 8f6307829a..a9d5d367de 100644 --- a/audio/tauonmb/README +++ b/audio/tauonmb/README @@ -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 diff --git a/audio/tauonmb/doinst.sh b/audio/tauonmb/doinst.sh index 0fb9c8b686..aea0f894eb 100644 --- a/audio/tauonmb/doinst.sh +++ b/audio/tauonmb/doinst.sh @@ -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 - diff --git a/audio/tauonmb/tauonmb.SlackBuild b/audio/tauonmb/tauonmb.SlackBuild index b92a572015..35fc8c3524 100644 --- a/audio/tauonmb/tauonmb.SlackBuild +++ b/audio/tauonmb/tauonmb.SlackBuild @@ -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 diff --git a/audio/tauonmb/tauonmb.info b/audio/tauonmb/tauonmb.info index 1e24b88bd3..dac07e0911 100644 --- a/audio/tauonmb/tauonmb.info +++ b/audio/tauonmb/tauonmb.info @@ -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" |