ccextractor: update to 0.89
This commit is contained in:
parent
2bfede5d53
commit
57ccb37c12
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
--- src/libpng/pngpriv.h.orig 2017-01-24 01:56:17.000000000 +0100
|
||||
+++ src/libpng/pngpriv.h 2018-02-23 14:33:41.864333473 +0100
|
||||
@@ -105,6 +105,7 @@
|
||||
--- src/thirdparty/libpng/pngpriv.h.orig 2021-06-13 21:05:33.000000000 +0200
|
||||
+++ src/thirdparty/libpng/pngpriv.h 2021-06-17 17:35:17.217940102 +0200
|
||||
@@ -107,6 +107,7 @@
|
||||
* this in $(CC), e.g. "CC=gcc -mfpu=neon", but people who build libpng rarely
|
||||
* do this.
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ccextractor'
|
||||
pkgname=ccextractor
|
||||
version=0.88
|
||||
revision=2
|
||||
version=0.89
|
||||
revision=1
|
||||
build_wrksrc="linux"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ocr --enable-hardsubx"
|
||||
|
@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://www.ccextractor.org/"
|
||||
changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
|
||||
distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=e0bfad4c7cf5d8a05305107ab53829a33b209446aaec515d5c51b72392b1eda7
|
||||
checksum=bbe8d95347d0cf31bd26489b733fd959a7b98c681f14c59309bff54713fd539d
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/tesseract -DPNG_POWERPC_VSX_OPT=0 -fcommon"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue