The CMakeLists.txt shipped by upstream assumes that fontconfig is
not available in Android, which is not the case in Termux. Enable
the use of fontconfig with cached value.
Also remove the patch that matters only when poppler is built
without fontconfig support.
Possible thanks to new texlive-bin patches from upstream.
Valgrind no longer gives errors and pdflatex is about twice as fast when
including (some?) pdf images.
The package version number is 0.59.0.1 to get a higher version
number, but the poppler version used is 0.57.0.
This ugliness will be temporary until we can update to a later
version.
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.
* lftp: update from 4.7.5 to 4.7.6
* strace: update from 4.15 to 4.16
* glib: update from 2.50.2 to 2.50.3
* getmail: update from 4.53.0 to 4.54.0
* poppler: update from 0.51.0 to 0.52.0
* Add a TexLive package
* fix texlive installer
* some polish for texlive
* some more polish for texlive
* texlive: automatically trigger (post-)installation
* texlive: remove the bundled icu from the PR and polish some more...
* texlive: fix hardcoded build tuple and use popplers xpdf
Let build-package.sh setup the $PREFIX/lib/libstdc++.so symlink
before building any package, to make sure that all C++ applications
link against a fully featured C++ standard library.
Avoid explicitly declaring a dependency on the libgnustl package
since everyone may link against it at will and instead mark it as
essential.
This fixes Android 6 problems (so closes#26).
It also rebuilds termux-elf-cleaner when needed
and bumps some build revisions for packages
needed updates to remove DT_VERDEF and DT_VERDEFNUM.