Leonid Plyushch
139fcefa7b
libgrpc: package expects static gflags library
5 years ago
Leonid Plyushch
cb78a96a02
libgrpc: add gflags as dependency
Fixes https://github.com/termux/termux-packages/issues/4646 .
5 years ago
Fredrik Fornwall
270bd6ed08
protobuf: Update from 3.9.1 to 3.11.1
5 years ago
Leonid Plyushch
3eb6a0ccf3
libgrpc: update to 1.24.3
5 years ago
Leonid Plyushch
76c4d5f4a9
libgrpc: update to 1.24.2
5 years ago
Leonid Plyushch
98902a3997
libgrpc: update to 1.24.0
5 years ago
Leonid Plyushch
16de75dea7
libgrpc: update to 1.23
5 years ago
Leonid Plyushch
d111f5bf74
packages: standardize values of several control variables for build.sh
Variables
TERMUX_PKG_PLATFORM_INDEPENDENT
TERMUX_DEBUG
TERMUX_PKG_HAS_DEBUG
TERMUX_PKG_ESSENTIAL
TERMUX_SUBPKG_ESSENTIAL
TERMUX_PKG_NO_STATICSPLIT
TERMUX_PKG_BUILD_IN_SRC
TERMUX_PKG_FORCE_CMAKE
TERMUX_PKG_HOSTBUILD
should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.
build-package.sh should make decision based on variable's value but not on
whether it is set or empty.
%ci:no-build
5 years ago
Leonid Plyushch
21b96d3b41
no more develsplit + provide static libraries as separate package
%ci:no-build
6 years ago
Leonid Plyushch
6aa3f565da
libgrpc: update to 1.22.0
5 years ago
Leonid Plyushch
61f8456368
bump libprotobuf-using packages
5 years ago
Leonid Plyushch
9aa919c317
libgrpc: bump revision
6 years ago
Fredrik Fornwall
4e57f3540c
protobuf: Update from 3.6.1 to 3.7.1
6 years ago
Fredrik Fornwall
30cee7cbfb
libgrpc: Update from 1.17.2 to 1.20.1
6 years ago
Leonid Plyushch
cb93af0c30
add zlib to dependencies where needed
6 years ago
Leonid Plyushch
5871ed7b26
bump C++ packages for NDK-19
6 years ago
Wetitpig
8dcfd793a2
No backticks
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Wetitpig
321b8f8608
Only C++
6 years ago
Fredrik Fornwall
5198ec6e28
Cleanup trailling space
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
a254d07807
libgrpc: Host build with -Wno-error=class-memaccess
6 years ago
Henrik Grimler
169a8cd477
libgrpc: update to 1.17.2 and avoid using libprotobuf's host-build
6 years ago
Fredrik Fornwall
b99b07d3d2
libgrpc: Update and fix build on ubuntu 18.10
6 years ago
Fredrik Fornwall
540102f2eb
openssl: Update from 1.0.2 to 1.1.1 ( #2775 )
6 years ago
Fredrik Fornwall
d11f7c5ef2
libgrpc: Patch away unused function
6 years ago
Fredrik Fornwall
700a5f7030
libgrpc: Update from 1.13.1 to 1.14.1
6 years ago
Fredrik Fornwall
82bd41f211
protobuf: Update from 3.6.0.1 to 3.6.1
7 years ago
Fredrik Fornwall
503bc2128e
libgrpc: Update from 1.13.0 to 1.13.1
7 years ago
Fredrik Fornwall
73a54cce3a
libgrpc: Update from 1.12.1 to 1.13.0
7 years ago
Fredrik Fornwall
b5ece43ae9
Bump c++-using packages
7 years ago
Fredrik Fornwall
7221fd0d6c
libgrpc: Update from 1.12.0 to 1.12.1
7 years ago
Fredrik Fornwall
065eebce75
libgrpc: Update from 1.4.7 to 1.12.0
7 years ago
Fredrik Fornwall
13b56fedb6
Rebuild grpc and mosh after protobuf update
7 years ago
Fredrik Fornwall
1b3f3ebde9
Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
7 years ago
Fredrik Fornwall
44a4fb8984
libgrpc: Update from 1.4.2 to 1.4.5
7 years ago
Fredrik Fornwall
4739690aff
libgrpc: Update from 1.4.1 to 1.4.2
8 years ago
Fredrik Fornwall
d946e67c5b
Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.
We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.
Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
8 years ago
Fredrik Fornwall
275715a87b
libgrpc: Try to fix building under docker image
8 years ago
Vishal Biswas
402c0a0527
libgrpc: add package ( #1122 )
8 years ago