From 126cec377995d4b5a909834c1525719c0aff528a Mon Sep 17 00:00:00 2001 From: Pouria Rezaei Date: Thu, 3 Jun 2021 16:31:03 +0200 Subject: audio/tauonmb: Updated for version 6.6.0. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- audio/tauonmb/README | 5 +---- audio/tauonmb/doinst.sh | 7 ------- audio/tauonmb/tauonmb.SlackBuild | 23 ++++++++++++++++------- audio/tauonmb/tauonmb.info | 8 ++++---- 4 files changed, 21 insertions(+), 22 deletions(-) (limited to 'audio') diff --git a/audio/tauonmb/README b/audio/tauonmb/README index 2ec604960932..8f6307829afe 100644 --- a/audio/tauonmb/README +++ b/audio/tauonmb/README @@ -1,9 +1,6 @@ Tauon music box is a modern streamlined music player with a minimal interface that's packed with features! An emphasis on playlists and direct file importing puts you in control of your music collection. -Uses GStreamer for playback. - -Special thanks to Reza Talebi who helped me for porting this player to -Slackware. +Uses PHAZOR and GStreamer for playback. By ~red diff --git a/audio/tauonmb/doinst.sh b/audio/tauonmb/doinst.sh index a66207c7874a..0fb9c8b6867f 100644 --- a/audio/tauonmb/doinst.sh +++ b/audio/tauonmb/doinst.sh @@ -12,10 +12,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then fi fi -if [ -e /usr/bin/tauonmb ]; then - chmod +x /usr/bin/tauonmb -fi - -if [ -e /opt/tauon-music-box/tauonmb.sh ]; then - chmod +x /opt/tauon-music-box/tauonmb.sh -fi diff --git a/audio/tauonmb/tauonmb.SlackBuild b/audio/tauonmb/tauonmb.SlackBuild index 7580fe0b3768..ebfd8d18816a 100644 --- a/audio/tauonmb/tauonmb.SlackBuild +++ b/audio/tauonmb/tauonmb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tauonmb -# Copyright 2019-2020 Pouria Rezaei +# Copyright 2019-2021 Pouria Rezaei # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Modified by the SlackBuilds.org project + PRGNAM=tauonmb -VERSION=${VERSION:-6.5.4} +VERSION=${VERSION:-6.6.0} SRCNAM=TauonMusicBox BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,9 +58,17 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# 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 +mkdir -p lib +mv libphazor.so lib/libphazor.so +rm -fR src + mkdir -p $PKG/opt/tauon-music-box $PKG/usr/bin mv * $PKG/opt/tauon-music-box -cp $PKG/opt/tauon-music-box/extra/tauonmb.sh $PKG/opt/tauon-music-box/tauonmb.sh +install -m 0755 $PKG/opt/tauon-music-box/extra/tauonmb.sh $PKG/opt/tauon-music-box/tauonmb.sh mkdir -p $PKG/usr/share/applications cp $CWD/tauonmb.desktop $PKG/usr/share/applications @@ -66,12 +76,11 @@ cp $CWD/tauonmb.desktop $PKG/usr/share/applications mkdir -p $PKG/usr/share/icons/hicolor/128x128/apps cp $PKG/opt/tauon-music-box/assets/icon-128.png $PKG/usr/share/icons/hicolor/128x128/apps/tauonmb.png -( -cd $PKG/usr/bin -ln -s /opt/tauon-music-box/extra/tauonmb.sh ./tauonmb -) +ln -s /opt/tauon-music-box/tauonmb.sh $PKG/usr/bin/tauon mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +( cd $PKG/opt/tauon-music-box + mv *.md CHANGELOG LICENSE $PKG/usr/doc/$PRGNAM-$VERSION ) cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/audio/tauonmb/tauonmb.info b/audio/tauonmb/tauonmb.info index 8fc4787303c1..1e24b88bd308 100644 --- a/audio/tauonmb/tauonmb.info +++ b/audio/tauonmb/tauonmb.info @@ -1,10 +1,10 @@ PRGNAM="tauonmb" -VERSION="6.5.4" +VERSION="6.6.0" HOMEPAGE="https://tauonmusicbox.rocks/" -DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v6.5.4/TauonMusicBox-6.5.4.tar.gz" -MD5SUM="ee1e7cb7a039431ecf9b0b185ac10852" +DOWNLOAD="https://github.com/Taiko2k/TauonMusicBox/archive/v6.6.0/TauonMusicBox-6.6.0.tar.gz" +MD5SUM="6ea19ab641f7cf8e2c21775252ade784" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-tekore python3-stagger python3-pysdl2 python3-pypresence python3-pylyrics python3-pulsectl python3-plexapi python3-isounidecode python3-hsaudiotag3k pylast setproctitle send2trash musicbrainzngs" +REQUIRES="libopenmpt python3-tekore python3-stagger python3-pysdl2 python3-pypresence python3-pylyrics python3-pulsectl python3-plexapi python3-isounidecode python3-hsaudiotag3k pylast setproctitle send2trash musicbrainzngs" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" -- cgit v1.2.3