123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?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="62e68b8cf9fe6296372fd51f4558f1b4170e3a7c" type="targz">https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.5.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="4">
- <Date>2023-11-03</Date>
- <Version>3.0.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|