Merge pull request #2580 from groni/master

change actions.py
This commit is contained in:
groni
2017-01-11 23:15:24 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ shelltools.export("JOBS", get.makeJOBS().replace("-j", ""))
def setup():
shelltools.system("./bootstrap.py")
shelltools.system("python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp --enable-libmpv-shared --enable-cdda --disable-sidplay")
shelltools.system("python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp --enable-libmpv-shared --enable-cdda")
def build():
shelltools.system("python waf build -v")
+1 -1
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="613794fc107fc306ebdc442c71a8b8408d196887" type="tarxz">https://github.com/zaps166/QMPlay2/archive/16.12.23.tar.gz</Archive>
<Archive sha1sum="613794fc107fc306ebdc442c71a8b8408d196887" type="targz">https://github.com/zaps166/QMPlay2/archive/16.12.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-qdbusviewer</Dependency>