From 09ba70608c5233e093779d5887cde1daa5b3c66f Mon Sep 17 00:00:00 2001 From: 4fury Date: Mon, 15 Apr 2019 10:48:01 +0300 Subject: [PATCH] yarock version bump --- multimedia/sound/yarock/actions.py | 22 +++++++---- multimedia/sound/yarock/pspec.xml | 63 ++++++++++++++++++------------ 2 files changed, 52 insertions(+), 33 deletions(-) diff --git a/multimedia/sound/yarock/actions.py b/multimedia/sound/yarock/actions.py index 99c82a85a3..92754b1ce4 100644 --- a/multimedia/sound/yarock/actions.py +++ b/multimedia/sound/yarock/actions.py @@ -4,28 +4,34 @@ # See the file http://www.gnu.org/copyleft/gpl.txt from pisi.actionsapi import cmaketools +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools # if pisi can't find source directory, see /var/pisi/yarock/work/ and: # WorkDir="yarock-"+ get.srcVERSION() +"/sub_project_dir/" def setup(): + shelltools.makedirs("build") + shelltools.cd("build") cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_QT5=1 \ - -DENABLE_VLC=OFF \ - -DENABLE_MPV=ON \ - -DENABLE_PHONON=ON \ - -DTAGLIB_MIN_VERSION=1.9.1") + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_VLC=OFF \ + -DENABLE_MPV=ON \ + -DENABLE_PHONON=ON", sourceDir = '..') def build(): + shelltools.cd("build") cmaketools.make() def install(): + shelltools.cd("build") cmaketools.install() + shelltools.cd("..") # Take a look at the source folder for these file as documentation. - pisitools.dodoc("CHANGES.md", "README.md") + pisitools.dodoc("CHANGES.md", \ + "COPYING", \ + "README.md") # If there is no install rule for a runnable binary, you can # install it to binary directory. @@ -33,7 +39,7 @@ def install(): # You can use these as variables, they will replace GUI values before build. # Package Name : yarock -# Version : 1.1.6 +# Version : 1.4.0 # Summary : Qt Modern Music Player with collection browse based on cover art # For more information, you can look at the Actions API diff --git a/multimedia/sound/yarock/pspec.xml b/multimedia/sound/yarock/pspec.xml index 31db542781..ac2a3014f4 100644 --- a/multimedia/sound/yarock/pspec.xml +++ b/multimedia/sound/yarock/pspec.xml @@ -1,56 +1,69 @@ yarock - https://launchpad.net/yarock + https://seb-apps.github.io/yarock/ Stefan Gronewold groni@pisilinux.org GPLv3 - Qt Modern Music Player with collection browse based on cover art - Yarock is a music player in c++/Qt designed to provide a clean, simple and beautiful music collection based on album coverart - https://launchpad.net/yarock/1.x/1.1.6/+download/Yarock_1.1.6_source.tar.gz + + Qt Modern Music Player with collection browse based on cover art. + + + Yarock is a music player in c++/Qt designed to provide a clean, simple and beautiful music collection based on album coverart. + + + https://launchpadlibrarian.net/416223454/Yarock_1.4.0_Sources.tar.gz + - extra-cmake-modules - mpv-player-devel - qt5-base-devel - qt5-phonon-devel - qt5-x11extras-devel + cmake + qt5-sql-odbc + qt5-linguist qt5-sql-mysql qt5-sql-sqlite - qt5-sql-odbc + qt5-base-devel qt5-sql-postgresql - qt5-linguist - taglib-devel + qt5-x11extras-devel + mpv-player-devel + qt5-phonon-devel htmlcxx-devel - libX11-devel - libICE-devel + taglib-devel - + yarock - Qt Modern Music Player with collection browse based on cover art + qt5-linguist qt5-base - qt5-phonon qt5-x11extras - taglib - libX11 - libgcc - htmlcxx mpv-player + qt5-phonon + htmlcxx + taglib /usr/bin - /usr/share - /usr/lib - /usr/share/doc + /usr/lib/yarock + /usr/share/appdata + /usr/share/applications + /usr/share/icons + /usr/share/pixmaps + /usr/share/yarock/translations + /usr/share/doc/yarock + + 2019-04-15 + 1.4.0 + Version bump. + fury + wascheme@tuta.io + 2018-09-01 1.1.6