audio/tauonmb: Updated for version v6.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
18a08ad9f0
commit
a50ce33bc9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue