pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>jbigkit</Name>
  6. <Homepage>http://www.cl.cam.ac.uk/~mgk25/jbigkit/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>A portable library of compression and decompression functions</Summary>
  15. <Description>JBIG-KIT implements a highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents.</Description>
  16. <Archive sha1sum="4864646df004e8331d19f2fa103ed731fdb6c099" type="targz">https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz</Archive>
  17. <Patches>
  18. <Patch level="1">jbigkit-2.1-shared.diff</Patch>
  19. <Patch level="1">jbigkit-2.0-warnings.patch</Patch>
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>jbigkit</Name>
  24. <Files>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>jbigkit-devel</Name>
  33. <Summary>Development files for jbigkit</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">jbigkit</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="5">
  43. <Date>2020-01-14</Date>
  44. <Version>2.1</Version>
  45. <Comment>Rebuild</Comment>
  46. <Name>Pisi Linux Community</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="4">
  50. <Date>2018-07-25</Date>
  51. <Version>2.1</Version>
  52. <Comment>Rebuild</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="3">
  57. <Date>2017-03-01</Date>
  58. <Version>2.1</Version>
  59. <Comment>Version Bump</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="2">
  64. <Date>2016-06-09</Date>
  65. <Version>2.0</Version>
  66. <Comment>Release Bump</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2014-05-19</Date>
  72. <Version>2.0</Version>
  73. <Comment>First release</Comment>
  74. <Name>Alihan Öztürk</Name>
  75. <Email>alihan@pisilinux.org</Email>
  76. </Update>
  77. </History>
  78. </PISI>