libgdal: rebuild against libpoppler.so.83
This commit is contained in:
parent
b000e8a9eb
commit
23cc1fd2ed
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue