diff --git a/multimedia/editor/vapoursynth/actions.py b/multimedia/editor/vapoursynth/actions.py
index 204cc154e8..258d72dd4a 100644
--- a/multimedia/editor/vapoursynth/actions.py
+++ b/multimedia/editor/vapoursynth/actions.py
@@ -7,6 +7,7 @@
from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
+ pisitools.dosed("doc/apireference.rst", "api", deleteLine = True)
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
@@ -14,11 +15,11 @@ def build():
autotools.make()
# doc compilation.
shelltools.cd("doc")
- autotools.make("html man")
+ autotools.make("man")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# doc installation.
pisitools.doman("doc/_build/man/*")
- shelltools.copytree("doc/_build/html", "%s/usr/share/vapoursynth/html" % get.installDIR())
+ #shelltools.copytree("doc/_build/html", "%s/usr/share/vapoursynth/html" % get.installDIR())
diff --git a/multimedia/editor/vapoursynth/pspec.xml b/multimedia/editor/vapoursynth/pspec.xml
index d47b00d63d..91ffd68704 100644
--- a/multimedia/editor/vapoursynth/pspec.xml
+++ b/multimedia/editor/vapoursynth/pspec.xml
@@ -13,8 +13,8 @@
multimedia.editor
A video processing framework with simplicity in mind.
VapourSynth is an application for video manipulation. It has a core library written in C++ and a Python module to allow video scripts to be created.
-
- https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R57.tar.gz
+
+ https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R60.tar.gz
nasm
@@ -22,6 +22,7 @@
python3-devel
libzimg-devel
python3-sphinx
+
@@ -29,27 +30,18 @@
vapoursynth
ffmpeg
+ libgcc
python3
libzimg
/usr/bin
/usr/lib
- /usr/lib/python3.9/site-packages/
+ /usr/lib/python3.9/site-packages/vapoursynth.so
/usr/share/man
-
- vapoursynth-doc
-
-
-
-
- /usr/share/vapoursynth/html
-
-
-
vapoursynth-devel
@@ -64,6 +56,13 @@
+
+ 2022-11-13
+ 60
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-12-11
57