Files
main/multimedia/editor/vapoursynth/pspec.xml
T
2023-11-03 21:17:58 +03:00

87 lines
2.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>vapoursynth</Name>
<Homepage>https://vapoursynth.com/doc/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>LGPL-2.1</License>
<IsA>app:console</IsA>
<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="03e098efd8eeb6e054671e3f0934265417eafc37" type="targz">https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R65.tar.gz</Archive>
<BuildDependencies>
<Dependency>nasm</Dependency>
<Dependency>cython3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libzimg-devel</Dependency>
<Dependency>python3-sphinx</Dependency>
<!-- <Dependency>python3-importlib_metadata</Dependency> -->
</BuildDependencies>
</Source>
<Package>
<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*/site-packages/vapoursynth.so</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>vapoursynth-devel</Name>
<RuntimeDependencies>
<Dependency release="current">vapoursynth</Dependency>
<Dependency>libzimg-devel</Dependency>
<Dependency>python3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/vapoursynth</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-11-03</Date>
<Version>65</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-12-11</Date>
<Version>57</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>