pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>brotli</Name>
  6. <Homepage>https://github.com/google/brotli</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>util.archive</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Brotli compression format.</Summary>
  16. <Description>Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.</Description>
  17. <Archive sha1sum="2b048546afec020cf922f6af75058cc60fcf4fbf" type="targz">https://github.com/google/brotli/archive/v1.1.0.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>python3-setuptools</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>cmake</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>brotli</Name>
  26. <Summary>Brotli compression format.</Summary>
  27. <PartOf>util.archive</PartOf>
  28. <RuntimeDependencies>
  29. <!--<Dependency>python3</Dependency>-->
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc/brotli</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>brotli-devel</Name>
  39. <Summary>Development files for brotli.</Summary>
  40. <PartOf>util.archive</PartOf>
  41. <RuntimeDependencies>
  42. <Dependency release="current">brotli</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>python3-brotli</Name>
  51. <Summary>Python bindings for brotli compression format.</Summary>
  52. <PartOf>programming.language.python3</PartOf>
  53. <RuntimeDependencies>
  54. <Dependency>python3</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/usr/lib/python3*</Path>
  58. <Path fileType="doc">/usr/share/doc/python3-brotli</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="4">
  63. <Date>2024-06-08</Date>
  64. <Version>1.1.0</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="3">
  70. <Date>2023-10-17</Date>
  71. <Version>1.0.9</Version>
  72. <Comment>Rebuild.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="2">
  77. <Date>2022-10-03</Date>
  78. <Version>1.0.9</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="1">
  84. <Date>2020-05-16</Date>
  85. <Version>1.0.7</Version>
  86. <Comment>First release.</Comment>
  87. <Name>Blue Devil</Name>
  88. <Email>bluedevil@sctzine.com</Email>
  89. </Update>
  90. </History>
  91. </PISI>