diff --git a/thirdparty/tesseract/HPKBUILD b/thirdparty/tesseract/HPKBUILD index c3b68f268b29988d248fe2fbaa6150b781d0dd46..09cc85e3c42a300982acc633396eabeec7559b8c 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"