audio/tauonmb: Updated for version 7.1.1.

Optional dependencies are now seperated:
  -  Picard: Internal tagger
  -  Python3-pypresence: Discord RPC

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-02-20 17:09:12 +03:30 committed by Willy Sudiarto Raharjo
parent 85bdaedf36
commit 7b67ed8392
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 14 additions and 8 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. direct file importing puts you in control of your music collection.
Uses Phazor and GStreamer for playback. Uses Phazor and GStreamer for playback.
Optional dependencies:
python3-pypresence #Discord RPC
picard #Internal tagger
By ~red By ~red

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tauonmb PRGNAM=tauonmb
VERSION=${VERSION:-7.0.1} VERSION=${VERSION:-7.1.1}
SRCNAM=TauonMusicBox SRCNAM=TauonMusicBox
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -76,12 +76,14 @@ mkdir -p lib
mv libphazor.so lib/libphazor.so mv libphazor.so lib/libphazor.so
# Compile translator # Compile translator
python3 compile-translations.py install --root=$PKG python3 compile-translations.py
rm -fR compile* mac.spec requirements.txt snapcraft.yaml src update-translations.py rm -fR locale/*/*/tauon.po compile* mac.spec requirements.txt \
snapcraft.yaml src update-translations.py
mkdir -p $PKG/opt/tauon-music-box $PKG/usr/bin mkdir -p $PKG/opt/tauon-music-box $PKG/usr/bin
mv * $PKG/opt/tauon-music-box mv * $PKG/opt/tauon-music-box
install -m 0755 $PKG/opt/tauon-music-box/extra/$PRGNAM.sh $PKG/opt/tauon-music-box/$PRGNAM.sh install -m 0755 $PKG/opt/tauon-music-box/extra/$PRGNAM.sh \
$PKG/opt/tauon-music-box/$PRGNAM.sh
ln -s /opt/tauon-music-box/$PRGNAM.sh $PKG/usr/bin/tauon ln -s /opt/tauon-music-box/$PRGNAM.sh $PKG/usr/bin/tauon
cd $PKG/opt/tauon-music-box cd $PKG/opt/tauon-music-box

View file

@ -1,10 +1,10 @@
PRGNAM="tauonmb" PRGNAM="tauonmb"
VERSION="7.0.1" VERSION="7.1.1"
HOMEPAGE="https://tauonmusicbox.rocks/" HOMEPAGE="https://tauonmusicbox.rocks/"
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.0.1/TauonMusicBox-7.0.1.tar.gz" DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.1.1/TauonMusicBox-7.1.1.tar.gz"
MD5SUM="6891a5020fa432104a328aedc7260d2e" MD5SUM="43dd7fc52e3b749254c35581b438db43"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_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" REQUIRES="libopenmpt musicbrainzngs mutagen pylast python3-natsort python3-isounidecode python3-plexapi python3-pulsectl python3-pylyrics python3-pysdl2 python3-tekore send2trash setproctitle websocket-client"
MAINTAINER="Pouria Rezaei" MAINTAINER="Pouria Rezaei"
EMAIL="Pouria.rz@outlook.com" EMAIL="Pouria.rz@outlook.com"