mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libgdal: update to 2.2.0
This commit is contained in:
parent
fb0549d864
commit
ecedf93fd5
2 changed files with 13 additions and 13 deletions
|
@ -1,11 +1,11 @@
|
||||||
--- frmts/jpeg2000/jpeg2000_vsil_io.cpp.orig 2016-10-24 11:00:33.000000000 +0000
|
--- frmts/jpeg2000/jpeg2000_vsil_io.cpp 2017-04-28 18:07:35.000000000 +0200
|
||||||
+++ frmts/jpeg2000/jpeg2000_vsil_io.cpp 2016-11-13 09:38:17.714513103 +0000
|
+++ frmts/jpeg2000/jpeg2000_vsil_io.cpp 2017-05-13 13:47:12.058749833 +0200
|
||||||
@@ -209,7 +209,7 @@
|
@@ -207,7 +207,7 @@
|
||||||
/* The buffer must be large enough to accommodate maximum
|
/* The buffer must be large enough to accommodate maximum
|
||||||
putback. */
|
putback. */
|
||||||
assert(bufsize > JAS_STREAM_MAXPUTBACK);
|
assert(bufsize > JAS_STREAM_MAXPUTBACK);
|
||||||
- stream->bufbase_ = JAS_CAST(uchar *, buf);
|
- stream->bufbase_ = JAS_CAST(uchar *, buf);
|
||||||
+ stream->bufbase_ = JAS_CAST(jas_uchar *, buf);
|
+ stream->bufbase_ = JAS_CAST(jas_uchar *, buf);
|
||||||
stream->bufsize_ = bufsize - JAS_STREAM_MAXPUTBACK;
|
stream->bufsize_ = bufsize - JAS_STREAM_MAXPUTBACK;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libgdal'
|
# Template file for 'libgdal'
|
||||||
pkgname=libgdal
|
pkgname=libgdal
|
||||||
version=2.1.3
|
version=2.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=gdal-${version}
|
wrksrc=gdal-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.gdal.org/"
|
homepage="http://www.gdal.org/"
|
||||||
distfiles="http://download.osgeo.org/gdal/${version}/gdal-${version}.tar.xz"
|
distfiles="http://download.osgeo.org/gdal/${version}/gdal-${version}.tar.xz"
|
||||||
checksum=b489793627e6cb8d2ff8d7737b61daf58382fe189fae4c581ddfd48c04b49005
|
checksum=0d4c326862e0f118e17418c042c2bcd037b25abd3fb198e1fc5d40b11a9fc8ea
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall gdal.pc 644 usr/lib/pkgconfig
|
vinstall gdal.pc 644 usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue