diff --git a/multimedia/video/qmplay2/actions.py b/multimedia/video/qmplay2/actions.py
index 54018a8b7c..d28d1f6d55 100644
--- a/multimedia/video/qmplay2/actions.py
+++ b/multimedia/video/qmplay2/actions.py
@@ -11,17 +11,13 @@ from pisi.actionsapi import get
def setup():
- shelltools.system("qmake-qt5 QMPlay2.pro")
+ qt5.configure("USE_SIDPLAYFP= -DUSE_CHIPTUNE_SID=OFF")
def build():
qt5.make()
def install():
- qt5.install()
- pisitools.insinto("/usr/bin/", "./app/bin/QMPlay2")
- pisitools.insinto("/usr/lib/", "./app/lib/libqmplay2.so")
- pisitools.insinto("/usr/share/qmplay2/modules/", "./app/share/qmplay2/modules/*")
- pisitools.insinto("/usr/share/qmplay2/lang/", "./lang/*")
+ qt5.install()
pisitools.dodoc( "README.md", "COPYING", "ChangeLog*")
diff --git a/multimedia/video/qmplay2/pspec.xml b/multimedia/video/qmplay2/pspec.xml
index de241250ae..19d6e50200 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://sourceforge.net/projects/zaps166/files/QMPlay2/QMPlay2-src-16.07.07.tar.xz
+ https://github.com/zaps166/QMPlay2/archive/16.12.23.tar.gz
qt5-base-devel
qt5-qdbusviewer
@@ -79,7 +79,7 @@
2017-01-11
- 16.07.07
+ 16.12.23
Version bump.
Stefan Gronewold(groni)
groni@pisilinux.org