1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>protobuf-c</Name>
- <Homepage>https://github.com/protobuf-c/protobuf-c</Homepage>
- <Packager>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <PartOf>network.misc</PartOf>
- <License>BSD</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>Protocol Buffers implementation in C</Summary>
- <Description>This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package</Description>
- <Archive sha1sum="c9c478c372d26b7aa25c47f2a57c7aea17fd5d3b" type="targz">https://github.com/protobuf-c/protobuf-c/archive/v1.5.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency versionFrom="3.25.4">protobuf-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>protobuf-c</Name>
- <Summary>Protocol Buffers implementation in C</Summary>
- <RuntimeDependencies>
- <Dependency>protobuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="all">/</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>protobuf-c-devel</Name>
- <Summary>Development files for protobuf-c</Summary>
- <RuntimeDependencies>
- <Dependency release="current">protobuf-c</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include/protobuf-c</Path>
- <Path fileType="header">/usr/include/google/protobuf-c</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-08-21</Date>
- <Version>1.5.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2024-07-30</Date>
- <Version>1.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2022-10-20</Date>
- <Version>1.4.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2022-06-28</Date>
- <Version>1.4.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-10-20</Date>
- <Version>1.4.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-04-09</Date>
- <Version>1.3.3</Version>
- <Comment>
- *Patch version bump.
- *Moved from contrib
- </Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|