Commit Graph

13 Commits

Author SHA1 Message Date
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 d452c5aa54 cairo: Update from 1.4.8 to 1.4.10
This required rebuilding cairo-using packages due to a shared
library name change (libcairo.so.2 -> libcairo.so).
2017-06-19 15:26:27 +02:00
Fredrik Fornwall 19fd73a3ad gnuplot: Update from 5.0.5 to 5.0.6 2017-03-27 05:16:39 +02:00
Fredrik Fornwall 4e7803b986 gnuplot: Bump revision after libgd update 2017-01-19 21:17:39 +01:00
Fredrik Fornwall f09bc942e1 gnuplot: Update from 5.0.4 to 5.0.5 2016-11-17 17:56:04 -05:00
Fredrik Fornwall 83d11d6e04 Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
2016-09-17 18:29:14 -04:00
Fredrik Fornwall 3d09393967 gnuplot: Build with --with-bitmap-terminals 2016-08-16 11:20:20 -04:00
Fredrik Fornwall 633e82aafb gnuplot: Update from 4.6.7 to 5.0.4 2016-08-12 23:08:31 -04:00
Fredrik Fornwall cf0db91e39 Force rebuilds after deps library update 2016-08-12 21:30:22 -04:00
Fredrik Fornwall 3950be81e3 gnuplot: Depend on libgd 2016-06-21 18:44:24 -04:00
Fredrik Fornwall bb27a0ec42 Various package updates
Many of them cascading from the update of glib.
2016-05-04 08:54:30 -04:00
Fredrik Fornwall 3cbff7b129 gnuplot: Update from 4.6.6 to 4.6.7 2016-03-07 19:14:25 -05:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00