From 437d67291eca609150d174a6497580dafd313fae Mon Sep 17 00:00:00 2001 From: hunny Date: Thu, 12 Sep 2024 21:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0makedepend=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hunny --- thirdparty/tesseract/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/tesseract/HPKBUILD b/thirdparty/tesseract/HPKBUILD index c3b68f26..09cc85e3 100644 --- a/thirdparty/tesseract/HPKBUILD +++ b/thirdparty/tesseract/HPKBUILD @@ -22,7 +22,7 @@ url="https://github.com/tesseract-ocr/tesseract" archs=("armeabi-v7a" "arm64-v8a") license=("Apache-2.0 license") depends=("glib" "curl" "tiff" "leptonica" "libarchive" "icu" "pango" "cairo" "fontconfig" "harfbuzz" "libpng" "freetype2" "fribidi" "libwebp" "openjpeg" "libjpeg-turbo") -makedepends=("libtool" "automake" "cabextract") +makedepends=("libtool" "automake" "cabextract" "bison" "flex" "libtool-bin" "autopoint" "byacc" "gperf" "gettext" "libglib2.0-dev" "xmlto" "meson" "texinfo") # 原仓地址: https://github.com/tesseract-ocr/$pkgname/archive/refs/tags/$pkgver.tar.gz, 因网络原因使用镜像 source="https://gitee.com/mirrors_tesseract-ocr/$pkgname/repository/archive/$pkgver.zip" buildtools="configure" -- Gitee