vapoursynth.

This commit is contained in:
4fury-c3440d8
2022-12-17 19:39:43 +03:00
parent 08bb446f75
commit 132c38d749
2 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
pisitools.dosed("doc/apireference.rst", "api", deleteLine = True)
# pisitools.dosed("doc/apireference.rst", "api", deleteLine = True)
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
+19 -2
View File
@@ -13,8 +13,8 @@
<PartOf>multimedia.editor</PartOf>
<Summary>A video processing framework with simplicity in mind.</Summary>
<Description>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.</Description>
<Archive sha1sum="adef6b7a42012e7e8326f799275e63a8e0e18895" type="targz">
https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R60.tar.gz
<Archive sha1sum="c57492d9eb124ab224f4cf12a896f9016060e663" type="targz">
https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R61.tar.gz
</Archive>
<BuildDependencies>
<Dependency>nasm</Dependency>
@@ -55,7 +55,24 @@
</Files>
</Package>
<Package>
<Name>vapoursynth-doc</Name>
<RuntimeDependencies>
<!-- <Dependency release="current">vapoursynth</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/vapoursynth/html</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2022-12-16</Date>
<Version>61</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-11-13</Date>
<Version>60</Version>