qmplayer2 change something

This commit is contained in:
groni
2017-01-11 20:05:27 +01:00
parent 75fd32b5e9
commit ba1673b96a
2 changed files with 4 additions and 8 deletions
+2 -6
View File
@@ -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*")
+2 -2
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>QMPlay2 is a video and audio player which can play most formats and codecs</Summary>
<Description>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.</Description>
<Archive sha1sum="2b80755f7dc2878afb5b4f979c81ce1a3acef39e" type="tarxz">https://sourceforge.net/projects/zaps166/files/QMPlay2/QMPlay2-src-16.07.07.tar.xz</Archive>
<Archive sha1sum="613794fc107fc306ebdc442c71a8b8408d196887" type="tarxz">https://github.com/zaps166/QMPlay2/archive/16.12.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-qdbusviewer</Dependency>
@@ -79,7 +79,7 @@
<History>
<Update release="3">
<Date>2017-01-11</Date>
<Version>16.07.07</Version>
<Version>16.12.23</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>