Commit Graph

21 Commits

Author SHA1 Message Date
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch 7d4425e785 ledger: bump revision 2019-06-20 00:14:02 +03:00
Fredrik Fornwall ef8865e732 boost: Update from 1.69.0 to 1.70.0 2019-05-07 23:45:07 +02:00
Fredrik Fornwall 51c2c70886 ledger: Note that utf8cpp is build-time dependency 2019-04-17 23:05:56 +02:00
Fredrik Fornwall 9bd4db420d ledger: Update from 3.1.2 to 3.1.3 2019-04-04 00:14:17 +02:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Fredrik Fornwall 2b248bea0b ledger: Update from 3.1.1 to 3.1.2 2019-02-09 00:52:16 +01:00
Fredrik Fornwall 8b5fe7154a ledger: Backport commit (see #3187) 2019-01-29 11:19:35 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 847fe7c70b ledger: Bump revision after patch 2019-01-04 22:35:14 +01:00
Fredrik Fornwall 36eda7a505 boost: Update from 1.68.0 to 1.69.0 2018-12-31 02:41:08 +01:00
Fredrik Fornwall 00dafb4f10 Some http -> https updates 2018-09-15 01:46:16 +02:00
Fredrik Fornwall e500adb3b4 boost: Update from 1.67.0 to 1.68.0 2018-08-14 12:19:31 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall 71822db961 Rebuild boost-using packages 2018-05-14 03:12:05 +02:00
Fredrik Fornwall d4c554ae59 ledger&ncmpcpp: Rebuild after boost update 2017-09-24 23:15:10 +02:00
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
Stephen d88ac18768 add libgmp dependency to ledger
#1169
2017-09-07 22:42:52 +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 3bd24604c9 ledger: Note dependency on libmpfr
Also remove adding -std=c++ to CXXFLAGS as the ledger build takes
care of that itself.
2017-05-07 00:44:36 +02:00
its-pointless 05c3e6019b ledger and its dependancy utf8cpp (#976)
* ledger and its dependancy utf8cpp

fix typo

compiles python lib

enable icu in ledger

* simplify everything for now
2017-05-06 23:48:01 +02:00