vapoursynth.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user