Commit Graph

26 Commits

Author SHA1 Message Date
xtkoba 3625761faf
libcln: fix include/cln/intparam.h (#8371) 2021-12-27 16:42:02 +02:00
Leonid Pliushch 38dea4b045
libcln: bump revision 2021-12-26 20:04:09 +02:00
Henrik Grimler a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch 97f0653acb libcln: update to 1.3.6 2020-01-13 01:23:46 +02:00
Henrik Grimler 58451a8dd5 libcln: update to 1.3.5 2019-11-29 12:56:06 +02:00
Leonid Pliushch c352216c63 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
2019-08-12 18:49:13 +03:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch 6233143248 libcln: bump revision 2019-06-20 00:14:02 +03:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 1cb7b759cb Use ac_cv_c_bigendian=no for all packages
Tesseract also needs it now, but enough is enough, so just add it to all
autoconf-using packages by default.
2018-09-22 01:05:16 +02:00
Fredrik Fornwall 02c0668a9b Update to NDK r18 (#2827) 2018-09-19 23:29:39 +02:00
Fredrik Fornwall 2ffb114fca libcln: Switch to fossies 2018-09-15 03:42:43 +02:00
Fredrik Fornwall f0e395f0f1 Some http -> https updates 2018-08-22 16:43:24 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
its-pointless 4c0c57f925 libcln: using integrated as fix (#2472) 2018-05-30 01:06:26 +02:00
Fredrik Fornwall 2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Fredrik Fornwall 6c29aaa1c7 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.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall ce92cc4c5d Stand in srcdir for termux_step_pre_configure 2017-05-11 01:01:20 +02:00
Fredrik Fornwall 544181cd4f Use more source checksums 2017-03-27 01:56:11 +02:00
Fredrik Fornwall c31bc082ab libcln: Fix clang build - hopefully for real 2017-01-18 00:42:05 +01:00
Fredrik Fornwall 093bb798f1 libcln: Patch to build with clang 2017-01-15 19:38:37 +01:00
Fredrik Fornwall 1aad91bd95 libcln: Depend on libgmp 2016-09-08 15:35:37 -04:00
Fredrik Fornwall 5a7db8c682 libcln: Use -DNO_ASM for arm build
Also use tabs for indentation.
2016-09-08 11:00:56 -04:00
David Martínez 94f1c11e25 Add Qalculate package (#393) 2016-09-08 15:23:31 +02:00