2025-02-19 13:03:02 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/ilbgeotiff: Update to 1.7.4
This looks like a micro release but has a lot of build system changes.
Upstream NEWS, less bugfixes, minor improvements, and items not
relevant to pkgsrc:
* CMake modernization, automate release generation from tags and refactor CI (#115)
- CMake: Add BUILD_SHARED_LIBS matrix for ON and OFF using similar config for \
macos-latest, windows-latest, and ubuntu-latest
- CMake: Modernize CMake configuration to prevent flag/feature leaking
- CMake: Updates FindPROJ.cmake with GDAL's recent version
- CMake: add BUILD_MAN and BUILD_DOC options
- CMake: Remove FindGeoTIFF.cmake
|
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-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-09-01 16:56:36 by Greg Troxel | Files touched by this commit (30) |  |
Log message:
*: revbump for proj update
less gdal, postgis, due to in-flight updates, to be handled separately
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) |  |
Log message:
revbump after icu and protobuf updates
|
2024-05-25 02:12:47 by Greg Troxel | Files touched by this commit (2) |  |
Log message:
geography/libgeotiff: Update to 1.7.3
This fixes a windows-only bug, but better to update than have anyone
wonder why not.
|
2024-05-23 18:24:37 by Greg Troxel | Files touched by this commit (1) |
Log message:
geography/libgeotiff: Fix stray nb1 in ABI_DEPENDS
|
2024-05-23 16:18:02 by Greg Troxel | Files touched by this commit (33) |
Log message:
*: revbump for proj
|
2024-05-23 16:13:17 by Greg Troxel | Files touched by this commit (3) |
Log message:
geography/libgeotiff: Update to 1.7.2
Upstream NEWS:
libgeotiff 1.7.2
----------------
* GTIFGetDatumInfoEx(): handle dynamic datums
* CMake: adopt GNUInstallDirs
* CMake: export TIFF as a public dependency
* Add XTIFFClientOpenExt() with re-entrant error callbacks
* listgeo: add a -no_corners option to avoid printing corner
coordinates which might be PROJ version sensitive (refs #81)
* Fix test failures with PROJ 9.1.1 and 9.3
* Remove trailing spaces from many files.
* Localize variables and add const when possible in a number of files
* geo_normalize.c: sprintf --> snprintf
* Add missing includes
* Fix -Werror=calloc-transposed-args with gcc 14
* FindPROJ.cmake: proj_experimental;h -> proj_experimental.h
* CMake: add a BUILD_SHARED_LIBS option, and make it default to ON
* autoconf/CMake: add generation of libgeotiff.pc
* Remove INSTALL and install-sh autoconf-generated files
|