ccextractor: update to 0.83.
This commit is contained in:
parent
d29c695e23
commit
bf223fda63
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'ccextractor'
|
||||
|
||||
pkgname=ccextractor
|
||||
version=0.82
|
||||
version=0.83
|
||||
revision=1
|
||||
wrksrc=${pkgname}.${version}
|
||||
wrksrc=${pkgname}
|
||||
hostmakedepends="unzip"
|
||||
makedepends="leptonica-devel tesseract-ocr-devel"
|
||||
short_desc="Extract subtitles from video"
|
||||
|
@ -11,7 +10,7 @@ maintainer="Styrsven <sven.a.jonsson@bahnhof.se>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.ccextractor.org/doku.php"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}.src.${version}.zip"
|
||||
checksum=890e7786256c74c7e4850592784da027451dd7c3e3a353c9bad3bea5467b7b77
|
||||
checksum=6ed32ba8424dc22fb3cca77776f2ee3137f5198cc2909711cab22fcc7cee470a
|
||||
|
||||
post_extract() {
|
||||
sed -i -e 's/\(^LDFLAGS \)=\(.*$\)/\1+=\2/' \
|
||||
|
|
Loading…
Reference in a new issue