libgdal: rebuild against libpoppler.so.83

This commit is contained in:
maxice8 2018-12-07 04:54:29 -02:00
parent b000e8a9eb
commit 23cc1fd2ed
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libgdal'
pkgname=libgdal
version=2.3.2
revision=5
revision=6
wrksrc="gdal-${version}"
build_style=gnu-configure
configure_args="--with-liblzma --with-poppler"
@ -18,7 +18,8 @@ checksum=3f6d78fe8807d1d6afb7bed27394f19467840a82bc36d65e66316fa0aa9d32a4
subpackages="libgdal-devel libgdal-tools"
pre_build() {
find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -i
# Fix for poppler changes on 0.72 and before
find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -e 's|getCString|c_str|g' -i
}
post_install() {