1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>optipng</Name>
- <Homepage>http://optipng.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>zlib</License>
- <IsA>app:console</IsA>
- <Summary>PNG Optimizer</Summary>
- <Description>
- OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.
- </Description>
- <Archive sha1sum="68aa89fbde642b104aeefa9efbc4dfbb936fa630" type="targz">
- mirrors://sourceforge/optipng/optipng-0.7.7.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>zlib-devel</Dependency>
- <Dependency>libpng-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>optipng</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>libpng</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2021-10-14</Date>
- <Version>0.7.7</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|