51 lines
1.6 KiB
XML
Executable File
51 lines
1.6 KiB
XML
Executable File
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libzimg</Name>
|
|
<Homepage>https://github.com/sekrit-twc/zimg</Homepage>
|
|
<Packager>
|
|
<Name>Mathias Freire</Name>
|
|
<Email>mathiasfreire45@gmail.com</Email>
|
|
</Packager>
|
|
<License>WTFPL</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Scaling, colorspace conversion, and dithering library</Summary>
|
|
<Description>The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion.</Description>
|
|
<Archive sha1sum="58951dca1da1a57f35216f6d84b2c0c6f4e60195" type="targz">https://github.com/sekrit-twc/zimg/archive/release-2.9.2.tar.gz</Archive>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libzimg</Name>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libzimg-devel</Name>
|
|
<Summary>Header files for libzimg.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libzimg</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-14</Date>
|
|
<Version>2.9.2</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Idris Kalp</Name>
|
|
<Email>idriskalp@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|
|
|
|
|
|
|