diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-05-03 09:38:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-03 09:38:29 +0700 |
commit | f7c64e40ba767dfbf8d2c943b87ac0c1b8d538c8 (patch) | |
tree | 0d030753288fd23c4ea520dc5ad0ec34871c44d1 /audio/sayonara-player | |
parent | cbcc837886f040058c73dd0822231e2b5acdf260 (diff) | |
download | slackbuilds-f7c64e40ba767dfbf8d2c943b87ac0c1b8d538c8.tar.gz |
audio/sayonara-player: Updated for version 0.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/sayonara-player')
-rw-r--r-- | audio/sayonara-player/sayonara-player.SlackBuild | 9 | ||||
-rw-r--r-- | audio/sayonara-player/sayonara-player.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild index 20744f54dc..a59ef6313b 100644 --- a/audio/sayonara-player/sayonara-player.SlackBuild +++ b/audio/sayonara-player/sayonara-player.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for sayonara-player. # -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sayonara-player -VERSION=${VERSION:-0.9.2} -BUILD=${BUILD:-4} +VERSION=${VERSION:-0.9.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -56,7 +56,7 @@ fi set -e -SRCVER="git11-20161030" +SRCVER=${SRCVER:-git1-20170502} rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -76,6 +76,7 @@ cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DCMAKE_BUILD_TYPE="Release" \ . make diff --git a/audio/sayonara-player/sayonara-player.info b/audio/sayonara-player/sayonara-player.info index 932df96dfa..b08e966df9 100644 --- a/audio/sayonara-player/sayonara-player.info +++ b/audio/sayonara-player/sayonara-player.info @@ -1,8 +1,8 @@ PRGNAM="sayonara-player" -VERSION="0.9.2" +VERSION="0.9.3" HOMEPAGE="https://sayonara-player.com/index.php" -DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-0.9.2-git11-20161030.tar.gz" -MD5SUM="b94922532b48907d5e1b1b7efd3cda6c" +DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-0.9.3-git1-20170502.tar.gz" +MD5SUM="24efbbd247728dc07d4032cab3615ac8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 gst-plugins-bad" |