123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>brotli</Name>
- <Homepage>https://github.com/google/brotli</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>util.archive</PartOf>
- <License>MIT</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Brotli compression format.</Summary>
- <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>
- <Archive sha1sum="2b048546afec020cf922f6af75058cc60fcf4fbf" type="targz">https://github.com/google/brotli/archive/v1.1.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>brotli</Name>
- <Summary>Brotli compression format.</Summary>
- <PartOf>util.archive</PartOf>
- <RuntimeDependencies>
- <!--<Dependency>python3</Dependency>-->
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/brotli</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>brotli-devel</Name>
- <Summary>Development files for brotli.</Summary>
- <PartOf>util.archive</PartOf>
- <RuntimeDependencies>
- <Dependency release="current">brotli</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>python3-brotli</Name>
- <Summary>Python bindings for brotli compression format.</Summary>
- <PartOf>programming.language.python3</PartOf>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python3*</Path>
- <Path fileType="doc">/usr/share/doc/python3-brotli</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-06-08</Date>
- <Version>1.1.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2023-10-17</Date>
- <Version>1.0.9</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-10-03</Date>
- <Version>1.0.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-05-16</Date>
- <Version>1.0.7</Version>
- <Comment>First release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|