qmplay2-17.12.31:ver.bump

This commit is contained in:
Rmys
2018-01-13 16:01:20 +03:00
parent cec2e0449e
commit 23fd8db81b
2 changed files with 46 additions and 13 deletions
+22 -12
View File
@@ -4,20 +4,30 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import qt5
from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
def setup():
qt5.configure()
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DUSE_QT5=ON \
-DUSE_QT5=ON \
-DUSE_LINK_TIME_OPTIMIZATION=ON", sourceDir=".." )
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.install()
shelltools.cd("..")
def build():
qt5.make()
def install():
qt5.install()
pisitools.dodoc( "README*", "TODO", "ChangeLog*", "AUTHORS")
pisitools.dodoc("README*", "LICENSE", "TODO*")
+24 -1
View File
@@ -12,18 +12,20 @@
<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="3af61965aef53201f78263bc7fe975b4676577ac" type="targz">https://github.com/zaps166/QMPlay2/archive/17.02.12.tar.gz</Archive>
<Archive sha1sum="4ce96a626d109de77d26f160861b68a00d88194e" type="targz">https://github.com/zaps166/QMPlay2/archive/17.12.31.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-qdbusviewer</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>qt5-assistant-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>cmake</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libva-devel</Dependency>
<Dependency>libgme-devel</Dependency>
<Dependency>libvdpau-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>portaudio-devel</Dependency>
@@ -51,6 +53,7 @@
<Dependency>mesa</Dependency>
<Dependency>libXv</Dependency>
<Dependency>libva</Dependency>
<Dependency>libgme</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libcdio</Dependency>
@@ -63,6 +66,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/qmplay2</Path>
<Path fileType="icon">/usr/share/icons</Path>
<Path fileType="application">/usr/share/applications</Path>
@@ -75,8 +79,27 @@
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/QMPlay2_enqueue.desktop">QMPlay2_enqueue.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
<Name>qmplay2-devel</Name>
<Summary>Development files for qmplay2</Summary>
<RuntimeDependencies>
<Dependency release="current">qmplay2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-01-13</Date>
<Version>17.12.31</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-03-08</Date>
<Version>17.02.12</Version>