diff options
author | Fellype do Nascimento <fellype (at) gmail (dot) com> | 2022-04-16 01:39:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:43 +0700 |
commit | 029b8352e4996d9da8d6203b59ba79ae43815ded (patch) | |
tree | b55aa178c66dbece7995c4da3074f92d442e393b /audio/sayonara-player | |
parent | 757be66e3e4599d3482983334026dbb025223a28 (diff) | |
download | slackbuilds-029b8352e4996d9da8d6203b59ba79ae43815ded.tar.gz |
audio/sayonara-player: Updated for version 1.7.0_stable3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/sayonara-player')
-rw-r--r-- | audio/sayonara-player/README | 5 | ||||
-rw-r--r-- | audio/sayonara-player/sayonara-player.SlackBuild | 11 | ||||
-rw-r--r-- | audio/sayonara-player/sayonara-player.info | 10 |
3 files changed, 10 insertions, 16 deletions
diff --git a/audio/sayonara-player/README b/audio/sayonara-player/README index f57c095ded..1563f451fc 100644 --- a/audio/sayonara-player/README +++ b/audio/sayonara-player/README @@ -22,8 +22,3 @@ Currently it is only available for Linux. Sayonara features: https://sayonara-player.com/features.php Optional dependency: gst-plugins-ugly. - -**************************************************************** -*NOTE: Sayonara Player requires gst-plugins-bad with soundtouch* -*support enabled. * -**************************************************************** diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild index 12681c1fff..3817603886 100644 --- a/audio/sayonara-player/sayonara-player.SlackBuild +++ b/audio/sayonara-player/sayonara-player.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for sayonara-player. # # Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. -# Copyright 2017-2018 Fellype do Nascimento, Campinas, Brazil. +# Copyright 2017-2022 Fellype do Nascimento, Guaratingueta, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sayonara-player -VERSION=${VERSION:-1.1.1_git3_20180905} +VERSION=${VERSION:-1.7.0_stable3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -72,10 +72,9 @@ SRCVER=$(echo $VERSION | tr _ -) rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM-$SRCVER tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz -mv $PRGNAM $PRGNAM-$VERSION -cd $PRGNAM-$VERSION +cd $PRGNAM-$SRCVER chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -100,7 +99,7 @@ mv $PKG/usr/share/man $PKG/usr/man find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -DOCS="COPYING LICENSE MANUAL README.txt" +DOCS="COPYING LICENSE MANUAL README.md" mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/ diff --git a/audio/sayonara-player/sayonara-player.info b/audio/sayonara-player/sayonara-player.info index 4747f2cd7e..3bf3dbb815 100644 --- a/audio/sayonara-player/sayonara-player.info +++ b/audio/sayonara-player/sayonara-player.info @@ -1,10 +1,10 @@ PRGNAM="sayonara-player" -VERSION="1.1.1_git3_20180905" -HOMEPAGE="https://sayonara-player.com/index.php" -DOWNLOAD="https://sayonara-player.com/sw/sayonara-player-1.1.1-git3-20180905.tar.gz" -MD5SUM="0bdc21c3dd3993efc7cff600dd5a2c47" +VERSION="1.7.0_stable3" +HOMEPAGE="https://sayonara-player.com/" +DOWNLOAD="https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.7.0-stable3/sayonara-player-1.7.0-stable3.tar.gz" +MD5SUM="f557963d1f520d0a92fe7c753e77e5c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Fellype do Nascimento" -EMAIL="fellype(at)gmail.com" +EMAIL="fellype (at) gmail (dot) com" |