From e707bf52fd2ce4ef6ee8aa2af40a4a5ebad89df0 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Wed, 5 Jun 2024 15:07:49 +0300 Subject: [PATCH] (#22418) 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":