Files
main/util/archive/brotli/pspec.xml
T
2026-04-06 13:42:20 +03:00

104 lines
3.9 KiB
XML

<?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="fb74102a641ecce8ebcb13d2a992975a9f165de5" type="targz">https://github.com/google/brotli/archive/v1.2.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>
<Path fileType="man">/usr/share/man</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="5">
<Date>2026-04-05</Date>
<Version>1.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>