diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-04-18 21:03:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:11:11 +0700 |
commit | f6b11b483579a4906964cabd0c76c0ebd740b913 (patch) | |
tree | ae67c396d89f12daed0a7d564a733f7bf28aea12 /multimedia/yarock | |
parent | a4ff378152a9c85ffc3ff50309c704b8bea6d3e1 (diff) | |
download | slackbuilds-f6b11b483579a4906964cabd0c76c0ebd740b913.tar.gz |
multimedia/yarock: Updated for version 1.1.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'multimedia/yarock')
-rw-r--r-- | multimedia/yarock/README | 6 | ||||
-rw-r--r-- | multimedia/yarock/yarock.SlackBuild | 4 | ||||
-rw-r--r-- | multimedia/yarock/yarock.info | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/multimedia/yarock/README b/multimedia/yarock/README index be1f1a30f9..f6b893d3f1 100644 --- a/multimedia/yarock/README +++ b/multimedia/yarock/README @@ -2,3 +2,9 @@ Yarock is a modern looking music player, packed with features, that doesn't depend on any specific desktop environment. Yarock is designed to provide an easy and pretty music browser based on cover art. + +NOTE: +You can build yarock with alternate audio engine (phonon is the default one). +If you want to disable phonon just use -DENABLE_PHONON=OFF as cmake option. +For vlc audio engine -DENABLE_VLC=ON. +For mpv audio engine -DENABLE_MPV=ON. diff --git a/multimedia/yarock/yarock.SlackBuild b/multimedia/yarock/yarock.SlackBuild index e364c53275..42855fc176 100644 --- a/multimedia/yarock/yarock.SlackBuild +++ b/multimedia/yarock/yarock.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yarock -# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=yarock SRCNAM=$(echo ${PRGNAM^}) -VERSION=${VERSION:-1.1.5} +VERSION=${VERSION:-1.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/multimedia/yarock/yarock.info b/multimedia/yarock/yarock.info index 3827a7ada7..6a4ca03293 100644 --- a/multimedia/yarock/yarock.info +++ b/multimedia/yarock/yarock.info @@ -1,8 +1,8 @@ PRGNAM="yarock" -VERSION="1.1.5" +VERSION="1.1.6" HOMEPAGE="http://seb-apps.github.io/yarock/" -DOWNLOAD="https://launchpad.net/yarock/1.x/1.1.5/+download/Yarock_1.1.5_source.tar.gz" -MD5SUM="ec0d30272716e6e52915699d088e5fcc" +DOWNLOAD="https://launchpad.net/yarock/1.x/1.1.6/+download/Yarock_1.1.6_source.tar.gz" +MD5SUM="f20f29ba35bed56a873eac152d5bc790" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="htmlcxx" |