Path to this page:
Subject: CVS commit: pkgsrc/geography/gdal-lib
From: Greg Troxel
Date: 2024-11-07 13:56:36
Message id: 20241107125636.5D555FC7E@cvs.NetBSD.org
Log Message:
geography/gdal*: Update to 3.10.0
Upstream NEWS highlights:
# GDAL/OGR 3.10.0 Release Notes
GDAL/OGR 3.10.0 is a feature release.
Those notes include changes since GDAL 3.9.0, but not already included in a
GDAL 3.9.x bugfix release.
## In a nutshell...
* [RFC \
101](https://gdal.org/en/latest/development/rfc/rfc101_raster_dataset_threadsafety.html):
Raster dataset read-only thread-safety
* New read/write [AVIF](https://gdal.org/en/latest/drivers/raster/avif.html)
raster driver
* New read-only [SNAP_TIFF](https://gdal.org/en/latest/drivers/raster/snap_tiff.html)
raster driver for Sentinel Application Processing GeoTIFF files
* New OGR read-only [XODR](https://gdal.org/en/latest/drivers/vector/xodr.html)
driver for OpenDRIVE (#9504)
* Code linting and security fixes
* Bump of shared lib major version
## New optional dependencies
* [libavif](https://github.com/AOMediaCodec/libavif) for AVIF driver
* [libopendrive](https://github.com/DLR-TS/libOpenDRIVE) for XODR driver
## Backward compatibility issues
See \
[MIGRATION_GUIDE.TXT](https://github.com/OSGeo/gdal/blob/release/3.10/MIGRATION_GUIDE.TXT)
## Build
* add html, man, latexpdf, doxygen, doxygen_check_warnings, clean_doc targets
(require doc/ subdirectory to be re-added) (#5484)
* Java and CSharp bindings: do not build sample/tests programs if
BUILD_TESTING=OFF (#9857)
* Allow following drivers to be built in new -DSTANDALONE=ON mode: MrSID,
JP2KAK, OCI, Arrow, Parquet, JP2OPENJPEG, TileDB, ECW, GeoRaster
* Internal zlib: update to 1.3.1
* Internal libpng: update to 1.6.43
* Add scripts/check_binaries.py to detect unknown binaries and run it in CI
## General changes
* Reduce excessive precision %.18g to %.17g
* Replace MIT license long text with 'SPDX-License-Identifier: MIT' (#10903)
Files: