summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Pouria Rezaei2022-02-26 17:36:52 +0100
committer Willy Sudiarto Raharjo2022-03-03 09:56:39 +0100
commit32a071668038e42d448fd76369cc3236dcc8b963 (patch)
tree500acfa494b7c9f58c5fc5d02041cc176566bb1e /audio
parentcbfe91cbc5231237d6122cb59fbf43617e8bae9f (diff)
downloadslackbuilds-32a071668038e42d448fd76369cc3236dcc8b963.tar.gz
audio/tauonmb: Updated for version 7.1.2.
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/README1
-rw-r--r--audio/tauonmb/tauonmb.SlackBuild4
-rw-r--r--audio/tauonmb/tauonmb.info6
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/tauonmb/README b/audio/tauonmb/README
index 263dea2d71..3b10d3172d 100644
--- a/audio/tauonmb/README
+++ b/audio/tauonmb/README
@@ -6,5 +6,6 @@ Uses Phazor and GStreamer for playback.
Optional dependencies:
python3-pypresence #Discord RPC
picard #Internal tagger
+ python3-pychromecast #Python Chromecast(soon)
By ~red
diff --git a/audio/tauonmb/tauonmb.SlackBuild b/audio/tauonmb/tauonmb.SlackBuild
index dc9aecad23..652b2e8d3f 100644
--- a/audio/tauonmb/tauonmb.SlackBuild
+++ b/audio/tauonmb/tauonmb.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tauonmb
-VERSION=${VERSION:-7.1.1}
+VERSION=${VERSION:-7.1.2}
SRCNAM=TauonMusicBox
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -83,7 +83,7 @@ rm -fR locale/*/*/tauon.po compile* mac.spec requirements.txt \
mkdir -p $PKG/opt/tauon-music-box $PKG/usr/bin
mv * $PKG/opt/tauon-music-box
install -m 0755 $PKG/opt/tauon-music-box/extra/$PRGNAM.sh \
- $PKG/opt/tauon-music-box/$PRGNAM.sh
+ $PKG/opt/tauon-music-box/$PRGNAM.sh
ln -s /opt/tauon-music-box/$PRGNAM.sh $PKG/usr/bin/tauon
cd $PKG/opt/tauon-music-box
diff --git a/audio/tauonmb/tauonmb.info b/audio/tauonmb/tauonmb.info
index 1b41749e37..592d0bd6b1 100644
--- a/audio/tauonmb/tauonmb.info
+++ b/audio/tauonmb/tauonmb.info
@@ -1,8 +1,8 @@
PRGNAM="tauonmb"
-VERSION="7.1.1"
+VERSION="7.1.2"
HOMEPAGE="https://tauonmusicbox.rocks/"
-DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.1.1/TauonMusicBox-7.1.1.tar.gz"
-MD5SUM="43dd7fc52e3b749254c35581b438db43"
+DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.1.2/TauonMusicBox-7.1.2.tar.gz"
+MD5SUM="b73e424aefcb3a6da5fab10465dd82e8"
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"