mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
tesseract: update to 5.3.4
- Fix NEON mis-detection which was breaking builds on some platforms Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tesseract
|
||||
PKG_VERSION:=5.3.3
|
||||
PKG_VERSION:=5.3.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/tesseract-ocr/tesseract/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=dc4329f85f41191b2d813b71b528ba6047745813474e583ccce8795ff2ff5681
|
||||
PKG_HASH:=141afc12b34a14bb691a939b4b122db0d51bd38feda7f41696822bacea7710c7
|
||||
|
||||
PKG_MAINTAINER:=Valentin Kivachuk <vk18496@gmail.com>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
@@ -38,6 +38,7 @@ CMAKE_OPTIONS += \
|
||||
-DAUTO_OPTIMIZE=OFF \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_TRAINING_TOOLS=OFF \
|
||||
-DHAVE_NEON=$(if $(or $(findstring aarch64,$(CONFIG_ARCH)),$(findstring neon,$(CONFIG_CPU_TYPE))),TRUE,FALSE) \
|
||||
-DDISABLE_CURL=ON
|
||||
|
||||
define Build/InstallDev
|
||||
|
||||
Reference in New Issue
Block a user