123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>grpc</Name>
- <Homepage>https://grpc.io/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>Apache</License>
- <IsA>library</IsA>
- <Summary>The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)</Summary>
- <Description>High performance, open source, general RPC framework that puts mobile and HTTP/2 first.</Description>
- <Archive sha1sum="dd2c58d648441ab5eaea4ccf799415fc6bcdec7f" type="targz">https://github.com/grpc/grpc/archive/refs/tags/v1.65.5.tar.gz</Archive>
- <Archive sha1sum="568d58e26bd4e838449ca7ab8ebc152b3cbd210d" type="targz" target="grpc-1.65.5">https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>re2c</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>cython3</Dependency>
- <Dependency>chrpath</Dependency>
- <Dependency>re2-devel</Dependency>
- <Dependency>php-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>gtest-devel</Dependency>
- <Dependency>c-ares-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>protobuf-devel</Dependency>
- <Dependency>benchmark-devel</Dependency>
- <Dependency>abseil-cpp-devel</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>NetworkManager-devel</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>python-grpcio-use-system-abseil.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>grpc</Name>
- <RuntimeDependencies>
- <Dependency>xapp</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>polkit</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>chrpath</Dependency>
- <Dependency>protobuf</Dependency>
- <Dependency>benchmark</Dependency>
- <Dependency>abseil-cpp</Dependency>
- <Dependency>NetworkManager</Dependency>
- <Dependency>python3-pynacl</Dependency>
- <Dependency>python3-protobuf</Dependency>
- <Dependency>python3-zeroconf</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- <Dependency>python3-cryptography</Dependency>
- <Dependency>python3-setproctitle</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/grpc</Path>
- <Path fileType="library">/usr/lib/libgrpc*</Path>
- <Path fileType="library">/usr/lib/libgpr*</Path>
- <Path fileType="library">/usr/lib/libupb*</Path>
- <Path fileType="library">/usr/lib/libaddress*</Path>
- <Path fileType="library">/usr/lib/libutf8_range_lib*</Path>
- </Files>
- </Package>
- <Package>
- <Name>grpc-devel</Name>
- <RuntimeDependencies>
- <Dependency>openssl-devel</Dependency>
- <Dependency>abseil-cpp-devel</Dependency>
- <Dependency release="current">grpc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="4">
- <Date>2024-08-21</Date>
- <Version>1.65.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2022-10-22</Date>
- <Version>1.50.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-06-30</Date>
- <Version>1.47.0</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2022-06-11</Date>
- <Version>1.46.3</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|