audio/tauonmb: Updated for version 7.2.1.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
86a8c3142f
commit
6320fd7195
|
@ -5,7 +5,7 @@ Uses Phazor and GStreamer for playback.
|
||||||
|
|
||||||
Optional dependencies:
|
Optional dependencies:
|
||||||
python3-pypresence #Discord RPC
|
python3-pypresence #Discord RPC
|
||||||
|
python3-tekore #Spotify API
|
||||||
picard #Internal tagger
|
picard #Internal tagger
|
||||||
python3-pychromecast #Python Chromecast(soon)
|
|
||||||
|
|
||||||
By ~red
|
By !red
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=tauonmb
|
PRGNAM=tauonmb
|
||||||
VERSION=${VERSION:-7.1.3}
|
VERSION=${VERSION:-7.2.1}
|
||||||
SRCNAM=TauonMusicBox
|
SRCNAM=TauonMusicBox
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -68,12 +68,8 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
# Build phazor
|
# Compile PHAZOR (Do not modify this part.)
|
||||||
gcc src/phazor/kissfft/kiss_fftr.c src/phazor/kissfft/kiss_fft.c src/phazor/phazor.c \
|
sh compile-phazor.sh
|
||||||
`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
|
|
||||||
|
|
||||||
# Compile translator
|
# Compile translator
|
||||||
python3 compile-translations.py
|
python3 compile-translations.py
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="tauonmb"
|
PRGNAM="tauonmb"
|
||||||
VERSION="7.1.3"
|
VERSION="7.2.1"
|
||||||
HOMEPAGE="https://tauonmusicbox.rocks/"
|
HOMEPAGE="https://tauonmusicbox.rocks/"
|
||||||
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.1.3/TauonMusicBox-7.1.3.tar.gz"
|
DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v7.2.1/TauonMusicBox-7.2.1.tar.gz"
|
||||||
MD5SUM="08fd4d121f9a9690975fab8914ad78ca"
|
MD5SUM="66441bb1faa5475e246a9bb66c2c835e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_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"
|
REQUIRES="libopenmpt musicbrainzngs mutagen pylast python3-natsort python3-isounidecode python3-plexapi python3-pulsectl python3-pylyrics python3-pysdl2 send2trash setproctitle websocket-client"
|
||||||
MAINTAINER="Pouria Rezaei"
|
MAINTAINER="Pouria Rezaei"
|
||||||
EMAIL="Pouria.rz@outlook.com"
|
EMAIL="Pouria.rz@outlook.com"
|
||||||
|
|
Loading…
Reference in New Issue