summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Pouria Rezaei2022-01-06 11:00:50 +0100
committer Willy Sudiarto Raharjo2022-01-13 02:58:43 +0100
commite54b28d98f6eca3e5bd3a330a5482c71866b2a1b (patch)
tree406c56aa4493f12470da56c907a1a3d9df9184cc /audio
parent6c3f6d3fa040bfab18fe88c74409793647bb5923 (diff)
downloadslackbuilds-e54b28d98f6eca3e5bd3a330a5482c71866b2a1b.tar.gz
audio/tauonmb: Updated for version 6.8.3.
We won't have problem with my ways anymore, now it's officially at pipewire! haha! My days of pain with admins are finished. Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/tauonmb/README4
-rw-r--r--audio/tauonmb/doinst.sh5
-rw-r--r--audio/tauonmb/slack-desc4
-rw-r--r--audio/tauonmb/tauonmb.SlackBuild6
-rw-r--r--audio/tauonmb/tauonmb.info6
5 files changed, 13 insertions, 12 deletions
diff --git a/audio/tauonmb/README b/audio/tauonmb/README
index 7c059b4004..ff84c0627d 100644
--- a/audio/tauonmb/README
+++ b/audio/tauonmb/README
@@ -3,8 +3,4 @@ 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 aea0f894eb..1ed122d2fb 100644
--- a/audio/tauonmb/doinst.sh
+++ b/audio/tauonmb/doinst.sh
@@ -1,3 +1,8 @@
+if [ -e /usr/sbin/pipewire-enable.sh ]; then
+ ( cd /usr/sbin
+ sh pipewire-enable.sh )
+fi
+
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
diff --git a/audio/tauonmb/slack-desc b/audio/tauonmb/slack-desc
index 4ede117c28..235e09d7a1 100644
--- a/audio/tauonmb/slack-desc
+++ b/audio/tauonmb/slack-desc
@@ -6,9 +6,9 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-tauonmb: tauonmb (A streamlined music player)
+tauonmb: tauonmb (Tauon, Advanced player)
tauonmb:
-tauonmb: Tauon music box is a modern streamlined music player with a minimal
+tauonmb: Tauon Music Box is a modern streamlined music player with a minimal
tauonmb: interface that's packed with features! An emphasis on playlists and
tauonmb: direct file importing puts you in control of your music collection.
tauonmb: Uses Phazor and GStreamer for playback.
diff --git a/audio/tauonmb/tauonmb.SlackBuild b/audio/tauonmb/tauonmb.SlackBuild
index d0061ed403..1161940c8d 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.8.0}
+VERSION=${VERSION:-6.8.3}
SRCNAM=TauonMusicBox
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,8 +70,8 @@ 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
+ `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
diff --git a/audio/tauonmb/tauonmb.info b/audio/tauonmb/tauonmb.info
index dac07e0911..bac35c771b 100644
--- a/audio/tauonmb/tauonmb.info
+++ b/audio/tauonmb/tauonmb.info
@@ -1,8 +1,8 @@
PRGNAM="tauonmb"
-VERSION="6.8.0"
+VERSION="6.8.3"
HOMEPAGE="https://tauonmusicbox.rocks/"
-DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v6.8.0/TauonMusicBox-6.8.0.tar.gz"
-MD5SUM="69f27dd9b972b386b96796dafaeffd90"
+DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v6.8.3/TauonMusicBox-6.8.3.tar.gz"
+MD5SUM="595d4ad53265621af1aaba0ac43a4a12"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
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"