Path to this page:
./
geography/gdal-lib,
Translator library for raster geospatial data formats
Branch: CURRENT,
Version: 3.10.0nb1,
Package name: gdal-lib-3.10.0nb1,
Maintainer: gdtGDAL is a translator library for raster and vector geospatial data
formats that is released under an MIT style Open Source License by the
Open Source Geospatial Foundation. As a library, it presents a single
raster abstract data model and single vector abstract data model to
the calling application for all supported formats. It also comes with
a variety of useful command line utilities for data translation and
processing.
This package intends to build support for all formats subject to using
only open source code and avoiding unreasonably large dependencies.
Required to run:[
textproc/libxml2] [
textproc/xerces-c] [
www/curl] [
graphics/tiff] [
graphics/png] [
devel/netcdf] [
devel/pcre] [
geography/geos] [
geography/proj] [
graphics/openjpeg] [
graphics/giflib] [
graphics/libwebp]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 8979.031 KB
Version history: (Expand)
- (2024-11-15) Updated to version: gdal-lib-3.10.0nb1
- (2024-11-07) Updated to version: gdal-lib-3.10.0
- (2024-11-01) Updated to version: gdal-lib-3.9.3nb2
- (2024-11-01) Updated to version: gdal-lib-3.9.3nb1
- (2024-10-14) Updated to version: gdal-lib-3.9.3
- (2024-08-16) Updated to version: gdal-lib-3.9.2
CVS history: (Expand)
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-07 14:38:29 by Greg Troxel | Files touched by this commit (1) |
Log message:
geography/gdal-lib: Increase API_DEPENDS
I'm really not clear on API changes, or on what gdal version a
typical/reasonable actually-maintained program would expect as a
minimum. I am picking 3.7.0 as a floor, and thus saying that if you
have installed gdal older than that and want to build something using
it, you should rebuild gdal first. I expect this to affect zero
actual people; not updating gdal and building other programs doesn't
make sense.
FWIW, no package (other than py-gdal which doesn't count) currently
sets BUILDLINK_API_DEPENDS.gdal-lib.
|
2024-11-07 14:34:45 by Greg Troxel | Files touched by this commit (17) |
Log message:
*: revbump for gdal
|
2024-11-07 14:31:35 by Greg Troxel | Files touched by this commit (1) |
Log message:
geography/gdal-lib: Reset PKGREVISION
|
2024-11-07 13:56:36 by Greg Troxel | Files touched by this commit (3) | |
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)
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-14 19:40:00 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/gdal*: Update to 3.9.3
upstream NEWS content: bug fixes
|