Commit Graph

5 Commits

Author SHA1 Message Date
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +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 cdfe214a7d libgraphite: Update from 1.3.9 to 1.3.10 2017-05-17 23:23:57 +02:00
Fredrik Fornwall c3262095ac libgraphite: Fix arm build 2017-01-19 11:56:34 +01:00
Fredrik Fornwall d733ff6b5f libgraphite: Add package 2017-01-19 06:00:21 +01:00