Yaksh Bariya
3e0864fbbd
rebuild all packages depending on libicu
...
%ci:no-build
2022-04-12 20:39:04 +05:30
Tee KOBAYASHI
e35248a7aa
tesseract: Link against libandroid-posix-semaphore
2022-04-09 21:10:47 +09:00
Henrik Grimler
fd5cd9f434
tesseract: depend on libandroid-posix-semaphore
2022-04-09 10:53:58 +02:00
Termux Github Actions
01dd093b4a
tesseract: update to 5.1.0
...
This commit has been automatically submitted by Github Actions.
2022-03-01 18:25:57 +00:00
Henrik Grimler
ae09eb2c42
tesseract: update to 5.0.1
2022-02-16 21:37:08 +01:00
Tee KOBAYASHI
a1b2897429
tesseract: Build shared libs
2022-01-22 23:48:54 +09:00
Termux Github Actions
9de4baa777
tesseract: update to 5.0.0-rc3
...
This commit has been automatically submitted by Github Actions.
2021-11-23 00:36:41 +00:00
Henrik Grimler
8b314cbf99
tesseract: set TESSDATA_PREFIX when compiling
...
So that users do not need to set it manually.
2021-11-10 09:41:11 +01:00
Henrik Grimler
5e2c4e9bb5
tesseract: blacklist i686 build for now
...
Needs some work to get code in src/arch/simddetect.cpp for all arches.
2021-11-09 12:11:07 +01:00
Henrik Grimler
7901483967
tesseract: build with cmake to fix missing symbol errors
...
For whatever reason building with configure and make leads to symbols
not being found (see https://github.com/termux/termux-packages/issues/7953 ).
When switching to cmake it seems that libicu and pango are not
considered optional dependencies anymore, so add these to dependecies.
2021-11-09 11:06:52 +01:00
Yaksh Bariya
09cc196ad8
tesseract: also depend on zstd
...
Fixes #7953
2021-11-09 08:41:15 +05:30
Termux Github Actions
1e9f683518
tesseract: update to 5.0.0-rc1
...
This commit has been automatically submitted by Github Actions.
2021-10-30 00:51:36 +00:00
Henrik Grimler
a2187e62df
Bump all packages depending on libc++
...
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Leonid Pliushch
27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
...
Re-enable automatic updates after deleting github-projects.txt.
%ci:no-build
2021-10-04 13:43:31 +03:00
Leonid Pliushch
37375312b9
explicitly set maintainer for each package
...
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.
Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.
[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Fredrik Fornwall
fa56ee8137
tesseract: Update from 4.1.0 to 4.1.1
2020-02-19 23:52:36 +01:00
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
563a5a7f2f
tesseract: update to 4.1.0
2019-07-24 16:10:48 +03:00
Leonid Pliushch
301778797f
tesseract: bump revision
2019-06-20 04:07:54 +03:00
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