vasviewer.

This commit is contained in:
4fury-c3440d8
2022-11-10 10:55:34 +03:00
parent 9caa6c2293
commit d607a63b20
2 changed files with 13 additions and 5 deletions
+3 -3
View File
@@ -4,13 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools, pisitools, get
from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
autotools.rawConfigure("--prefix=/usr")
def build():
autotools.make()
shelltools.system("ninja -C build")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.system("DESTDIR=%s ninja -C build install" % get.installDIR())
+10 -2
View File
@@ -13,10 +13,11 @@
<PartOf>multimedia.videoplayer</PartOf>
<Summary>VapourSynth viewer.</Summary>
<Description>Load the script file and display the frame image. Also you can save the frame image as PNG.</Description>
<Archive sha1sum="36ee67f52c397d154b9ce35e89d3a1d62322931d" type="tarbz2">
https://gitlab.com/azelpg/vasviewer/-/archive/v1.0.1/vasviewer-v1.0.1.tar.bz2
<Archive sha1sum="0d21050054a0d1513120eadf24b82e2a6f4bc7bc" type="tarbz2">
https://gitlab.com/azelpg/vasviewer/-/archive/v1.0.2/vasviewer-v1.0.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>libXext-devel</Dependency>
@@ -46,6 +47,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-11-10</Date>
<Version>1.0.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-12-11</Date>
<Version>1.0.1</Version>