diff options
-rw-r--r-- | audio/sayonara-player/README | 28 | ||||
-rw-r--r-- | audio/sayonara-player/sayonara-player.SlackBuild | 5 | ||||
-rw-r--r-- | audio/sayonara-player/sayonara-player.info | 8 |
3 files changed, 22 insertions, 19 deletions
diff --git a/audio/sayonara-player/README b/audio/sayonara-player/README index 9f2fde8e6c..3f101d649f 100644 --- a/audio/sayonara-player/README +++ b/audio/sayonara-player/README @@ -1,27 +1,29 @@ sayonara-player (small, clear and fast audio player for Linux) -sayonara-player is a small, clear and fast audio player for Linux -written in C++, supported by the Qt framework. It uses Gstreamer as +sayonara-player is a small, clear and fast audio player for Linux +written in C++, supported by the Qt framework. It uses Gstreamer as audio backend. -Although Sayonara is considered as a lightweight player, it holds a -lot of features to organize even big music collections. +Although Sayonara is considered as a lightweight player, it holds a +lot of features to organize even big music collections. Most of them are known from the bigger and well known audio players. -But in contrast to most of the other players the main focus during -developing has been performance, low CPU usage and low memory -consumption. +But in contrast to most of the other players the main focus during +developing has been performance, low CPU usage and low memory +consumption. -So Sayonara is a good alternative to players like Rhythmbox, -Clementine or Amarok. Those who miss Winamp for Linux should give -Sayonara a try. +So Sayonara is a good alternative to players like Rhythmbox, +Clementine or Amarok. Those who miss Winamp for Linux should give +Sayonara a try. -One of Sayonara's goals is intuitive and easy usablility. +One of Sayonara's goals is intuitive and easy usablility. Currently it is only available for Linux. 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. * +****************************************************************** diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild index a59ef6313b..382211f9cd 100644 --- a/audio/sayonara-player/sayonara-player.SlackBuild +++ b/audio/sayonara-player/sayonara-player.SlackBuild @@ -3,6 +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. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +25,7 @@ PRGNAM=sayonara-player VERSION=${VERSION:-0.9.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -56,7 +57,7 @@ fi set -e -SRCVER=${SRCVER:-git1-20170502} +SRCVER=${SRCVER:-git2-20170509} rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/audio/sayonara-player/sayonara-player.info b/audio/sayonara-player/sayonara-player.info index b08e966df9..e3a21fdd6e 100644 --- a/audio/sayonara-player/sayonara-player.info +++ b/audio/sayonara-player/sayonara-player.info @@ -1,10 +1,10 @@ PRGNAM="sayonara-player" VERSION="0.9.3" HOMEPAGE="https://sayonara-player.com/index.php" -DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-0.9.3-git1-20170502.tar.gz" -MD5SUM="24efbbd247728dc07d4032cab3615ac8" +DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-0.9.3-git2-20170509.tar.gz" +MD5SUM="9581bb4157a687b561558baf60aa83b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 gst-plugins-bad" -MAINTAINER="Edinaldo P. Silva" -EMAIL="edps.mundognu@gmail.com" +MAINTAINER="Fellype do Nascimento" +EMAIL="fellype(at)gmail.com" |