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>
This commit is contained in:
Fellype do Nascimento 2022-04-16 01:39:59 +01:00 committed by Willy Sudiarto Raharjo
parent 757be66e3e
commit 029b8352e4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 16 deletions

View file

@ -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. *
****************************************************************

View file

@ -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/

View file

@ -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"