summaryrefslogtreecommitdiffstats
path: root/package/tesseract-ocr
Commit message (Collapse)AuthorAgeFilesLines
* tesseract-ocr: disable documentationFabrice Fontaine2019-01-191-0/+1
| | | | | | | | | Fixes: - http://autobuild.buildroot.org/results/a608e9bfb2b0161c45ae490e2866d96763593723 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Acked-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/tesseract-ocr: bump to version 4.0.0Gilles Talis2019-01-142-9/+9
| | | | | Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* tesseract-ocr: bump to version 3.05.02Gilles Talis2018-09-302-2/+3
| | | | | | | Also added license hash Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: use new $($PKG)_DL_DIR) variableMaxime Hadjinlian2018-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | Instead of DL_DIR, the package should now use $(PKG)_DL_DIR to ease the transition into a new directory structure for DL_DIR. This commit has been generated with the following scripts: for i in $(find . -iname "*.mk"); do if ! grep -q "\$(DL_DIR)" ${i}; then continue fi pkg_name="$(basename $(dirname ${i}))" [ "${pkg_name}" = "package" ] && continue raw_pkg_name=$(echo ${pkg_name} | tr [a-z] [A-Z] | tr '-' '_') pkg_dl_dir="${raw_pkg_name}_DL_DIR" sed -i "s/\$(DL_DIR)/\$($pkg_dl_dir)/" ${i} done Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tesseract-ocr: fix typo in variable nameRicardo Martincoski2017-04-061-1/+1
| | | | | | | | | | | | | | TESSERACT_OCF_CONF_OPTS ^ Found using [1]: check-package --include-only TypoInPackageVariable $(find * -type f) and manually fixed. [1] http://patchwork.ozlabs.org/patch/729672/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tesseract-ocr: needs wchar supportGilles Talis2017-03-221-2/+3
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/66e44564aac79c1c47755f6d158663317a5ffe09 Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tesseract-ocr: new packageGilles Talis2017-03-193-0/+123
Signed-off-by: Gilles Talis <gilles.talis@gmail.com> [Thomas: - remove jpeg, tiff and libpng dependencies, they do not seem to be used - add host-pkgconf as a dependency, since the configure script uses PKG_CHECK_MODULES() - pass --disable-opencl to explicitly disable OpenCL support - add comment to explain why we don't add support for cairo, pango and icu as optional dependencies.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud