Files
2023-11-20 10:54:30 +03:00

73 lines
2.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>svt-av1</Name>
<Homepage>https://gitlab.com/AOMediaCodec/SVT-AV1</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>custom, BSD</License>
<IsA>library</IsA>
<Summary>Scalable Video Technology AV1 encoder and decoder.</Summary>
<Description>The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant software encoder/decoder library.</Description>
<Archive sha1sum="c8de7ad1868a332e9b1b08a28c41fd9d22ff8fa2" type="tarbz2">https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.7.0/SVT-AV1-v1.7.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>yasm</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>svt-av1.patch</Patch>
<Patch level="1">svt-av1.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>svt-av1</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>svt-av1-devel</Name>
<Summary>Development files for svt-av1</Summary>
<RuntimeDependencies>
<Dependency release="current">svt-av1</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-11-19</Date>
<Version>1.7.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2023-01-03</Date>
<Version>0.9.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-02</Date>
<Version>0.8.7</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>