mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
ccextractor: rebuild for tesseract-ocr-4.0.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
d268946b5c
commit
8042680969
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ccextractor'
|
# Template file for 'ccextractor'
|
||||||
pkgname=ccextractor
|
pkgname=ccextractor
|
||||||
version=0.87
|
version=0.87
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc="linux"
|
build_wrksrc="linux"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ocr --enable-hardsubx"
|
configure_args="--enable-ocr --enable-hardsubx"
|
||||||
|
@ -14,6 +14,7 @@ homepage="https://www.ccextractor.org/"
|
||||||
changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
|
changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
|
||||||
distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=10c3d88fba531aa6f5f6937e8eccc4df2ac96abaa4d77cb4a1b1349a8b94346f
|
checksum=10c3d88fba531aa6f5f6937e8eccc4df2ac96abaa4d77cb4a1b1349a8b94346f
|
||||||
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/tesseract"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e "s/tesseract --version/tesseract-ocr --version/g" configure.ac
|
sed -i -e "s/tesseract --version/tesseract-ocr --version/g" configure.ac
|
||||||
|
|
Loading…
Add table
Reference in a new issue