./geography/gdal-lib, Translator library for raster geospatial data formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.10.2nb3, Package name: gdal-lib-3.10.2nb3, Maintainer: gdt

GDAL 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: 8991.094 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412)
Log message:
*: recursive bump for jpeg -> libjpeg-turbo switch
   2025-04-19 09:58:38 by Thomas Klausner | Files touched by this commit (750)
Log message:
*: recursive bump for default Kerberos implementation switch
   2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449)
Log message:
*: recursive bump for icu 77 and libxml2 2.14
   2025-03-04 10:37:39 by Nia Alarie | Files touched by this commit (31)
Log message:
*: Assume that the user has a C99-capable compiler.

A compiler that supports -std=c99 is required for
bootstrap, so it doesn't make sense to specify a c99
compiler everywhere in package makefiles.

At any rate, I would bet my entire life's savings that
this is a small fraction of the total number of packages
requiring c99.

Note that compilers that default to c89 but support c99
are still supported...
   2025-02-14 18:02:34 by Greg Troxel | Files touched by this commit (3)
Log message:
geography/gdal*: Update to 3.10.2

Upstream NEWS: bugfixes.  Highlights:

* Fix GeodesicLength() that was quite severely broken as working only on closed
  linestrings (3.10.0 regression)

CSV driver:
 * fix parsing files with double-quote inside a field value (#11660)
   2025-01-13 19:40:46 by Greg Troxel | Files touched by this commit (5)
Log message:
geography/gdal*: Update to 3.10.1

Upstream NEWS:
GDAL 3.10.1 is a bugfix release.
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428)
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.