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
* boinc: update to 7.16.11
* boinc: update patches for 7.16.11
* boinc: disable switcher
termux/termux-packages#5668
* boinc: add oobe improvement patches
* boinc: simplify disable-whetneon.patch
termux/termux-packages#5795
The old patch is getting hard to maintain because someone think it is a good
idea to support non-NEON Android devices in 2020.
The new patch simplify things by only disable 32bit ARM host detection so that
whetneon and whetvfp will not be built which can make the client too complex.
Apply this patch and please dont use "-DANDROID" and "--host arm-linux*"
* boinc: fix 32bit compatibility on 64bit Termux
Remove blocking request 32bit executables and fix it instead.
Add patch that unset LD_PRELOAD environment variable before running 32bit
BOINC executables.
This is applicable for 64bit Android devices running BOINC on Termux.
No manual unset from user is needed.
* boinc: simplify disable-whetneon.patch v2