diff --git a/multimedia/videoplayer/vasviewer/actions.py b/multimedia/videoplayer/vasviewer/actions.py
index 1748353cd8..544e76fd36 100644
--- a/multimedia/videoplayer/vasviewer/actions.py
+++ b/multimedia/videoplayer/vasviewer/actions.py
@@ -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())
diff --git a/multimedia/videoplayer/vasviewer/pspec.xml b/multimedia/videoplayer/vasviewer/pspec.xml
index 232e6bb0a3..2c4e0e8b70 100644
--- a/multimedia/videoplayer/vasviewer/pspec.xml
+++ b/multimedia/videoplayer/vasviewer/pspec.xml
@@ -13,10 +13,11 @@
multimedia.videoplayer
VapourSynth viewer.
Load the script file and display the frame image. Also you can save the frame image as PNG.
-
- https://gitlab.com/azelpg/vasviewer/-/archive/v1.0.1/vasviewer-v1.0.1.tar.bz2
+
+ https://gitlab.com/azelpg/vasviewer/-/archive/v1.0.2/vasviewer-v1.0.2.tar.bz2
+ ninja
libX11-devel
libpng-devel
libXext-devel
@@ -46,6 +47,13 @@
+
+ 2022-11-10
+ 1.0.2
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-12-11
1.0.1