mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
757be66e3e
commit
029b8352e4
3 changed files with 10 additions and 16 deletions
|
@ -22,8 +22,3 @@ Currently it is only available for Linux.
|
||||||
Sayonara features: https://sayonara-player.com/features.php
|
Sayonara features: https://sayonara-player.com/features.php
|
||||||
|
|
||||||
Optional dependency: gst-plugins-ugly.
|
Optional dependency: gst-plugins-ugly.
|
||||||
|
|
||||||
****************************************************************
|
|
||||||
*NOTE: Sayonara Player requires gst-plugins-bad with soundtouch*
|
|
||||||
*support enabled. *
|
|
||||||
****************************************************************
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for sayonara-player.
|
# Slackware build script for sayonara-player.
|
||||||
#
|
#
|
||||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=sayonara-player
|
PRGNAM=sayonara-player
|
||||||
VERSION=${VERSION:-1.1.1_git3_20180905}
|
VERSION=${VERSION:-1.7.0_stable3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -72,10 +72,9 @@ SRCVER=$(echo $VERSION | tr _ -)
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$SRCVER
|
||||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||||
mv $PRGNAM $PRGNAM-$VERSION
|
cd $PRGNAM-$SRCVER
|
||||||
cd $PRGNAM-$VERSION
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -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 {} \;
|
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
|
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
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/
|
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="sayonara-player"
|
PRGNAM="sayonara-player"
|
||||||
VERSION="1.1.1_git3_20180905"
|
VERSION="1.7.0_stable3"
|
||||||
HOMEPAGE="https://sayonara-player.com/index.php"
|
HOMEPAGE="https://sayonara-player.com/"
|
||||||
DOWNLOAD="https://sayonara-player.com/sw/sayonara-player-1.1.1-git3-20180905.tar.gz"
|
DOWNLOAD="https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.7.0-stable3/sayonara-player-1.7.0-stable3.tar.gz"
|
||||||
MD5SUM="0bdc21c3dd3993efc7cff600dd5a2c47"
|
MD5SUM="f557963d1f520d0a92fe7c753e77e5c5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Fellype do Nascimento"
|
MAINTAINER="Fellype do Nascimento"
|
||||||
EMAIL="fellype(at)gmail.com"
|
EMAIL="fellype (at) gmail (dot) com"
|
||||||
|
|
Loading…
Reference in a new issue