12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>jbigkit</Name>
- <Homepage>http://www.cl.cam.ac.uk/~mgk25/jbigkit/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>A portable library of compression and decompression functions</Summary>
- <Description>JBIG-KIT implements a highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents.</Description>
- <Archive sha1sum="4864646df004e8331d19f2fa103ed731fdb6c099" type="targz">https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz</Archive>
- <Patches>
- <Patch level="1">jbigkit-2.1-shared.diff</Patch>
- <Patch level="1">jbigkit-2.0-warnings.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>jbigkit</Name>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>jbigkit-devel</Name>
- <Summary>Development files for jbigkit</Summary>
- <RuntimeDependencies>
- <Dependency release="current">jbigkit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-01-14</Date>
- <Version>2.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-25</Date>
- <Version>2.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-01</Date>
- <Version>2.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-19</Date>
- <Version>2.0</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|