From 44a5e3da40d1e7445121f6ea1d9c9bf14b1f6236 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 5 Jun 2017 10:31:04 +0200 Subject: [PATCH] Update from Leptonica 1.74.1 to 1.74.2 The newer version contains fixes for the pixUnsharpMaskingGray* functions which are relevant for Tesseract (used in ImageData::PreScale which calls pixScale). Signed-off-by: Stefan Weil --- .travis.yml | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a035b250d..8fe92f17c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: cpp dist: trusty env: - - LEPT_VER=1.74.1 + - LEPT_VER=1.74.2 notifications: email: false diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4dd68d4a44..3fc88de56f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -30,5 +30,5 @@ parts: - libcairo2-dev after: [leptonica] leptonica: - source: http://www.leptonica.org/source/leptonica-1.74.1.tar.gz + source: http://www.leptonica.org/source/leptonica-1.74.2.tar.gz plugin: autotools