diff --git a/multimedia/sound/clementine/pspec.xml b/multimedia/sound/clementine/pspec.xml index 811452a486..367af299e0 100644 --- a/multimedia/sound/clementine/pspec.xml +++ b/multimedia/sound/clementine/pspec.xml @@ -93,6 +93,13 @@ + + 2017-03-08 + 1.3.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + 2017-01-07 1.3.1 diff --git a/multimedia/video/qmplay2/actions.py b/multimedia/video/qmplay2/actions.py index 32792e026c..bd24225797 100644 --- a/multimedia/video/qmplay2/actions.py +++ b/multimedia/video/qmplay2/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def setup(): - qt5.configure("-DUSE_CHIPTUNE_SID=OFF") + qt5.configure() def build(): @@ -20,4 +20,4 @@ def build(): def install(): qt5.install() - pisitools.dodoc( "README.md", "COPYING", "ChangeLog*") + pisitools.dodoc( "README*", "TODO", "ChangeLog*", "AUTHORS") diff --git a/multimedia/video/qmplay2/pspec.xml b/multimedia/video/qmplay2/pspec.xml index a1dc2331a2..b4631b8c05 100644 --- a/multimedia/video/qmplay2/pspec.xml +++ b/multimedia/video/qmplay2/pspec.xml @@ -12,7 +12,7 @@ app:gui QMPlay2 is a video and audio player which can play most formats and codecs It can play all formats supported by FFmpeg, libmodplug (including J2B and SFX). It also supports Audio CD, raw files, Rayman 2 music and chiptunes. It contains YouTube and Prostopleer browser. - https://github.com/zaps166/QMPlay2/archive/16.12.23.tar.gz + https://github.com/zaps166/QMPlay2/archive/17.02.12.tar.gz qt5-base-devel qt5-qdbusviewer @@ -77,6 +77,13 @@ + + 2017-03-08 + 17.02.12 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2017-01-11 16.12.23