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>
This commit is contained in:
parent
6c3f6d3fa0
commit
e54b28d98f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue