Commit Graph

17 Commits

Author SHA1 Message Date
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Fredrik Fornwall da25c402da tesseract: Update from 3.05.02 to 4.0.0 2019-02-04 00:14:50 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 3c1a5e5d59 tesseract: Use checksums when downloading
Also cache the downloaded files instead of downloading them on each
build.
2018-08-22 08:29:09 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall e75da9ee00 tesseract: Update from 3.05.01 to 3.05.02 2018-06-21 00:34:03 +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
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 c03b53caed tesseract: Update from 3.05.00 to 3.05.01 2017-06-07 11:08:13 +02:00
Fredrik Fornwall ce92cc4c5d Stand in srcdir for termux_step_pre_configure 2017-05-11 01:01:20 +02:00
Fredrik Fornwall 052e347e0c tesseract: Update from 3.04.01 to 3.05.00 2017-03-27 05:27:36 +02:00
Fredrik Fornwall f8cce0c098 Use more source checksums 2017-03-27 05:11:31 +02:00
Fredrik Fornwall bb290b16af tesseract: Fix build after tessdata repo updates 2017-01-07 00:59:09 -05:00
Fredrik Fornwall eb5ac24b81 tesseract: Use termux_download 2016-05-31 05:52:40 -04:00
Fredrik Fornwall a663f7796c leptonica: Avoid fmemopen and use tmpfile
The <stdio.h> header is now patched so the tmpfile() callback now
works. This fixes the build on aarch64.
2016-04-11 07:12:24 -04:00
David Martínez f27308373c Added fmemopen support to Leptonica 2016-03-27 13:21:42 +02:00
David Martínez 93779b4a2b Added Leptonica and Tesseract packages 2016-02-06 13:57:18 +01:00