mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
tesseract_data: depend on vendor_tesseract
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/tesseract-ocr/"
|
|||||||
LICENSE="Apache v2"
|
LICENSE="Apache v2"
|
||||||
COPYRIGHT="1985-1995 HP labs
|
COPYRIGHT="1985-1995 HP labs
|
||||||
2012 Google Inc."
|
2012 Google Inc."
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="https://github.com/tesseract-ocr/tessdata/archive/$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/tesseract-ocr/tessdata/archive/$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="5dcb37198336b6953843b461ee535df1401b41008d550fc9e43d0edabca7adb1"
|
CHECKSUM_SHA256="5dcb37198336b6953843b461ee535df1401b41008d550fc9e43d0edabca7adb1"
|
||||||
SOURCE_DIR="tessdata-$portVersion"
|
SOURCE_DIR="tessdata-$portVersion"
|
||||||
@@ -142,7 +142,7 @@ for lang in "${!languages[@]}"; do
|
|||||||
\"; \
|
\"; \
|
||||||
REQUIRES_${lang}=\"\
|
REQUIRES_${lang}=\"\
|
||||||
haiku\n\
|
haiku\n\
|
||||||
tesseract$secondaryArchSuffix >= 3\n\
|
vendor_tesseract >= 3\n\
|
||||||
\""
|
\""
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user