pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Nov  7 12:56:36 UTC 2024

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile.common PLIST distinfo

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)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.24 -r1.25 pkgsrc/geography/gdal-lib/PLIST
cvs rdiff -u -r1.68 -r1.69 pkgsrc/geography/gdal-lib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/Makefile.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.31 pkgsrc/geography/gdal-lib/Makefile.common:1.32
--- pkgsrc/geography/gdal-lib/Makefile.common:1.31      Mon Oct 14 17:40:00 2024
+++ pkgsrc/geography/gdal-lib/Makefile.common   Thu Nov  7 12:56:36 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.31 2024/10/14 17:40:00 gdt Exp $
+# $NetBSD: Makefile.common,v 1.32 2024/11/07 12:56:36 gdt Exp $
 #
 # used by geography/gdal-lib/Makefile
 # used by geography/py-gdal/Makefile
 
-VERSION_BASE=  3.9.3
+VERSION_BASE=  3.10.0
 PLIST_SUBST+=  VERSION_BASE=${VERSION_BASE}
 # Accomodate testing unreleased versions.
 #VERSION_RC=   rc1

Index: pkgsrc/geography/gdal-lib/PLIST
diff -u pkgsrc/geography/gdal-lib/PLIST:1.24 pkgsrc/geography/gdal-lib/PLIST:1.25
--- pkgsrc/geography/gdal-lib/PLIST:1.24        Thu Jun 27 23:32:31 2024
+++ pkgsrc/geography/gdal-lib/PLIST     Thu Nov  7 12:56:36 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2024/06/27 23:32:31 gdt Exp $
+@comment $NetBSD: PLIST,v 1.25 2024/11/07 12:56:36 gdt Exp $
 bin/gdal-config
 bin/gdal_contour
 bin/gdal_create
@@ -101,8 +101,8 @@ lib/cmake/gdal/GDALConfig.cmake
 lib/cmake/gdal/GDALConfigVersion.cmake
 lib/gdalplugins/drivers.ini
 lib/libgdal.so
-lib/libgdal.so.35
-lib/libgdal.so.35.${VERSION_BASE}
+lib/libgdal.so.36
+lib/libgdal.so.36.3.10.0
 lib/pkgconfig/gdal.pc
 man/man1/gdal-config.1
 man/man1/gdal2tiles.1

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.68 pkgsrc/geography/gdal-lib/distinfo:1.69
--- pkgsrc/geography/gdal-lib/distinfo:1.68     Mon Oct 14 17:40:00 2024
+++ pkgsrc/geography/gdal-lib/distinfo  Thu Nov  7 12:56:36 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.68 2024/10/14 17:40:00 gdt Exp $
+$NetBSD: distinfo,v 1.69 2024/11/07 12:56:36 gdt Exp $
 
-BLAKE2s (gdal-3.9.3.tar.xz) = c926283cd99e8424af8697d4876ca6e53c2cb7d59da5d5943486162743bd01fb
-SHA512 (gdal-3.9.3.tar.xz) = e8d4c8c97946a68775d03ecf1f192d950bf01b7a40ff7bf35a6f535dd08b370a26d5646da84179e4864aa59ebfbceae7e77bbb04b745bdd26fde555f6ae0708e
-Size (gdal-3.9.3.tar.xz) = 9110460 bytes
+BLAKE2s (gdal-3.10.0.tar.xz) = 2495f847409b2a32255d3e4eed1b559b143146a745b30fe2bcdf842cc5fd4dcc
+SHA512 (gdal-3.10.0.tar.xz) = 0465bdabedb29dda43ce08a1202e12954417ca83db1a75c526e8ef6d070c2949df1a40608676785f30c0d6bd336cf4ea981a697587ef7fa795b5b402a1e64929
+Size (gdal-3.10.0.tar.xz) = 9194528 bytes
 SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
 SHA1 (patch-port_cpl__port.h) = 1a8e90085b4390edb4ec2b40b68f83093fbe164d



Home | Main Index | Thread Index | Old Index