Files
2025-05-21 14:38:37 +03:00

79 lines
2.8 KiB
XML
Executable File

<?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="89a338f8edc5578b5ba4d49a4d548f50d2d23a0e" type="tarxz">https://github.com/ultravideo/kvazaar/releases/download/v2.3.1/kvazaar-2.3.1.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="4">
<Date>2025-05-21</Date>
<Version>2.3.1</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>