multimedia/yarock: Updated for version 1.1.6.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-04-18 21:03:31 +02:00 committed by Willy Sudiarto Raharjo
parent a4ff378152
commit f6b11b4835
3 changed files with 11 additions and 5 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"