12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?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>
|