1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>dav1d</Name>
- <Homepage>https://code.videolan.org/videolan/dav1d</Homepage>
- <Packager>
- <Name>Mathias Freire</Name>
- <Email>mathiasfreire45@gmail.com</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <PartOf>multimedia.video</PartOf>
- <Summary>dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed and correctness.</Summary>
- <Description>The goal of this project is to provide a decoder for most platforms, and achieve the highest speed possible to overcome the temporary lack of AV1 hardware decoder. It supports all features from AV1, including all subsampling and bit-depth parameters. In the future, this project will host simple tools or simple wrappings (like, for example, an MFT transform).</Description>
- <Archive sha1sum="6d13ca433468e3bd49208fc2ecb825874b566c21" type="tarxz">http://downloads.videolan.org/pub/videolan/dav1d/1.3.0/dav1d-1.3.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>nasm</Dependency>
- <Dependency>meson</Dependency>
- <Dependency>ninja</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>dav1d</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/dav1d</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>dav1d-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">dav1d</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.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-01-24</Date>
- <Version>0.8.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2020-01-12</Date>
- <Version>0.5.2</Version>
- <Comment>First release.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|