Commit Graph

7 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 e7c3dbd8cb libx265: Update from 2.4 to 2.5 2017-07-14 09:42:00 +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 2d3663ba10 libx265: Update from 2.3 to 2.4 2017-05-11 02:50:03 +02:00
Fredrik Fornwall 8a778f708c libx265: Update from 2.2 to 2.3 2017-03-01 17:39:03 +01:00
Vishal Biswas 58f7a21c18 Add support for cmake 3.7 (#660) 2017-01-15 13:48:05 +01:00
Fredrik Fornwall fadeb6b639 libx265: Enable package 2017-01-11 01:29:11 -05:00