Files
main/multimedia/graphics/libzimg/pspec.xml
T
4fury-c3440d8 921881d85b libzimg.
2022-11-10 13:52:23 +03:00

62 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://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="310752978bcdeaa0e1bb2489cdac5009d7d6b8b1" type="targz">https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.4.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="3">
<Date>2022-11-10</Date>
<Version>3.0.4</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-11-06</Date>
<Version>3.0.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<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>