123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>kvazaar</Name>
- <Homepage>http://ultravideo.cs.tut.fi/#encoder</Homepage>
- <Packager>
- <Name>Mathias Freire</Name>
- <Email>mathiasfreire45@gmail.com</Email>
- </Packager>
- <License>LGPL</License>
- <IsA>library</IsA>
- <Summary>An open-source HEVC encoder</Summary>
- <Description>Kvazaar is an award-winning academic open-source video encoder for the state-of-the-art High Efficiency Video Coding (HEVC/H.265) standard. Kvazaar is being developed in C and optimized in Assembly under the LGPLv2.1.</Description>
- <Archive sha1sum="0af6f755640d29f805463cb7abeb7cfa064ca94e" type="tarxz">https://github.com/ultravideo/kvazaar/releases/download/v2.0.0/kvazaar-2.0.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>yasm</Dependency>
- <Dependency>crypto++-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>kvazaar</Name>
- <RuntimeDependencies>
- <Dependency>crypto++</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>kvazaar-devel</Name>
- <Summary>Header files for kvazaar.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">kvazaar</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-11-07</Date>
- <Version>2.0.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-09-28</Date>
- <Version>2.0.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2020-01-12</Date>
- <Version>1.3.0</Version>
- <Comment>First release.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|