53 lines
1.8 KiB
XML
Executable File
53 lines
1.8 KiB
XML
Executable File
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.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="2cf672d45483a677e8d7a0a90677a8ccabced941" type="tarxz">https://github.com/ultravideo/kvazaar/releases/download/v1.3.0/kvazaar-1.3.0.tar.xz</Archive>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>kvazaar</Name>
|
|
<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="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>
|
|
|
|
|
|
|