From 4fe93d691bdc3e0487241f09a314a6043dfff7a2 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Thu, 18 Jan 2024 13:30:43 +0200 Subject: [PATCH] tesseract: add v5.3.4 --- recipes/tesseract/all/conandata.yml | 7 +++++++ recipes/tesseract/config.yml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/recipes/tesseract/all/conandata.yml b/recipes/tesseract/all/conandata.yml index 00a8d11156c81..a6993fd29356c 100644 --- a/recipes/tesseract/all/conandata.yml +++ b/recipes/tesseract/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "5.3.4": + url: "https://github.com/tesseract-ocr/tesseract/archive/5.3.4.tar.gz" + sha256: "141afc12b34a14bb691a939b4b122db0d51bd38feda7f41696822bacea7710c7" "5.3.3": url: "https://github.com/tesseract-ocr/tesseract/archive/5.3.3.tar.gz" sha256: "dc4329f85f41191b2d813b71b528ba6047745813474e583ccce8795ff2ff5681" @@ -18,6 +21,10 @@ sources: url: "https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz" sha256: "2a66ff0d8595bff8f04032165e6c936389b1e5727c3ce5a27b3e059d218db1cb" patches: + "5.3.4": + - patch_file: "patches/0004-control-optimizations-5.3.3.patch" + patch_description: "fix condition for cpu optimizations" + patch_type: "portability" "5.3.3": - patch_file: "patches/0004-control-optimizations-5.3.3.patch" patch_description: "fix condition for cpu optimizations" diff --git a/recipes/tesseract/config.yml b/recipes/tesseract/config.yml index f1f981966776b..5590aea2c3289 100644 --- a/recipes/tesseract/config.yml +++ b/recipes/tesseract/config.yml @@ -1,4 +1,6 @@ versions: + "5.3.4": + folder: all "5.3.3": folder: all "5.3.0":