vapoursynth.
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -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="5ddc97e22930ca369ed5b93c1898a2fd0dce133c" type="targz">
|
||||
https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R57.tar.gz
|
||||
<Archive sha1sum="adef6b7a42012e7e8326f799275e63a8e0e18895" type="targz">
|
||||
https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R60.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nasm</Dependency>
|
||||
@@ -22,6 +22,7 @@
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libzimg-devel</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<!-- <Dependency>python3-importlib_metadata</Dependency> -->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -29,27 +30,18 @@
|
||||
<Name>vapoursynth</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>libzimg</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/python3.9/site-packages/</Path>
|
||||
<Path fileType="library">/usr/lib/python3.9/site-packages/vapoursynth.so</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>vapoursynth-doc</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency></Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/vapoursynth/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>vapoursynth-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
@@ -64,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-11-13</Date>
|
||||
<Version>60</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-12-11</Date>
|
||||
<Version>57</Version>
|
||||
|
||||
Reference in New Issue
Block a user