mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
audio/sayonara-player: Updated for version 1.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
a8d5606d4c
commit
96df268d73
3 changed files with 11 additions and 11 deletions
|
@ -23,7 +23,7 @@ Sayonara features: https://sayonara-player.com/features.php
|
|||
|
||||
Optional dependencies: gst-plugins-ugly, lame.
|
||||
|
||||
******************************************************************
|
||||
* NOTE: Sayonara Player requires gst-plugins-bad with soundtouch *
|
||||
* support enabled. *
|
||||
******************************************************************
|
||||
****************************************************************
|
||||
*NOTE: Sayonara Player requires gst-plugins-bad with soundtouch*
|
||||
*support enabled. *
|
||||
****************************************************************
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for sayonara-player.
|
||||
#
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2017 Fellype do Nascimento, Campinas, Brazil.
|
||||
# Copyright 2017-2018 Fellype do Nascimento, Campinas, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,8 +24,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sayonara-player
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -57,7 +57,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
SRCVER=${SRCVER:-git2-20170509}
|
||||
SRCVER=${SRCVER:-git1-20171231}
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sayonara-player"
|
||||
VERSION="0.9.3"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="https://sayonara-player.com/index.php"
|
||||
DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-0.9.3-git2-20170509.tar.gz"
|
||||
MD5SUM="9581bb4157a687b561558baf60aa83b6"
|
||||
DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-1.0.0-git1-20171231.tar.gz"
|
||||
MD5SUM="315d6ab6d2aeb9899b28b3a3c8383705"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5 gst-plugins-bad"
|
||||
|
|
Loading…
Reference in a new issue