libgdal: update to 2.2.2
This commit is contained in:
parent
f1dcf34390
commit
1f2fd56002
@ -1,11 +0,0 @@
|
||||
--- frmts/jpeg2000/jpeg2000_vsil_io.cpp 2017-04-28 18:07:35.000000000 +0200
|
||||
+++ frmts/jpeg2000/jpeg2000_vsil_io.cpp 2017-05-13 13:47:12.058749833 +0200
|
||||
@@ -207,7 +207,7 @@
|
||||
/* The buffer must be large enough to accommodate maximum
|
||||
putback. */
|
||||
assert(bufsize > JAS_STREAM_MAXPUTBACK);
|
||||
- stream->bufbase_ = JAS_CAST(uchar *, buf);
|
||||
+ stream->bufbase_ = JAS_CAST(jas_uchar *, buf);
|
||||
stream->bufsize_ = bufsize - JAS_STREAM_MAXPUTBACK;
|
||||
}
|
||||
} else {
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'libgdal'
|
||||
pkgname=libgdal
|
||||
version=2.2.1
|
||||
version=2.2.2
|
||||
revision=1
|
||||
wrksrc=gdal-${version}
|
||||
build_style=gnu-configure
|
||||
@ -13,7 +13,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="MIT"
|
||||
homepage="http://www.gdal.org/"
|
||||
distfiles="http://download.osgeo.org/gdal/${version}/gdal-${version}.tar.xz"
|
||||
checksum=927098d54083ac919a497f787b835b099e9a194f2e5444dbff901f7426b86066
|
||||
checksum=eb25d6ee85f4f5ac1d5581958f8c6eed9b1d50746f82866fe92e507541def35b
|
||||
|
||||
post_install() {
|
||||
vinstall gdal.pc 644 usr/lib/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user