Up to [cvs.NetBSD.org] / pkgsrc / geography / libgeotiff
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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
geography/libgeotiff: Update to 1.7.3 This fixes a windows-only bug, but better to update than have anyone wonder why not.
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
geography/libgeotiff: Update to 1.7.1 upstream changes are minor
geography: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
geography: Remove SHA1 hashes for distfiles
geography/libgeotiff: Update to 1.7.0 Upstream NEWS: bugfixes, minor improvements and Add CoordinateEpochGeoKey = 5120 of type DOUBLE to store coordinate epoch of tie points / geotransform matrix for dynamic CRS. See https://github.com/opengeospatial/geotiff/pull/99
libgeotiff: Update to 1.6.0 Upstream NEWS: Add support for OGC GeoTIFF 1.1 Expose GTIFGetPCSInfoEx(), GTIFGetProjTRFInfoEx(), GTIFGetGCSInfoEx(), GTIFGetDatumInfoEx(), GTIFGetEllipsoidInfoEx(), GTIFGetPMInfoEx(), GTIFGetUOMLengthInfoEx() and GTIFGetUOMAngleInfoEx() so that users can specify their own PROJ context Add GTIFKeyGetASCII(), GTIFKeyGetSHORT() and GTIFKeyGetDOUBLE() as safer variants of GTIFKeyGet() with type checking autotools build: enable build in a separate tree from source (#37) (fixes #28) Use pkg-config for libtiff detection
geography/libgeotiff: Update to 1.5.1 Not mentoined in upstream NEWS: shlib major change (ABI break) libgeotiff 1.5.1 ---------------- * re-add #define SetCSVFilenameHook gtSetCSVFilenameHook for compatibility with GDAL 2.4.x libgeotiff 1.5.0 ---------------- * Require PROJ >= 6 dependency * Remove all CSV files used by geo_normalize API, since libgeotiff now relies on PROJ database for EPSG CRS definitions. * geo_normalize.c: SetGTParmIds(): use ProjStraightVertPoleLongGeoKey for CT_PolarStereographic * geo_normalize.c: report StdParallel1 for Mercator_2SP when a PCS code is used * geo_normalize.c: fix support for Laborde Oblique Mercator * listgeo: use PROJ database to display non-hardcoded values of a number of keys
geography/libgeotiff: Update to 1.4.3 Upstream does not publish NEWS and there do not appear to be any release notes. Skimming the changelog, this is bugfixes update to EPSG database withdrawal of a test program that should not have been installed listgeo/applygeo to extract and apply georeferencing (Note that this works with proj 5; it still uses the deprecated proj_api.h.)
Add SHA512 digests for distfiles for geography category One mismatched digest found in geography/libmemphis02: # package libmemphis02 recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2 No changes were made to the libmemphis02 distinfo file Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update to 1.4.1. Upstream does not provide news, and it's hard to match up the Changelog with releases. But changes basically look like updating to a newer EPSG dataset and bug fixes.
Import libgeotiff-1.4.0 as geography/libgeotiff. GeoTIFF represents an effort by over 160 different remote sensing, GIS, cartographic, and surveying related companies and organizations to establish a TIFF based interchange format for georeferenced raster imagery. This library is the reference implementation for reading and writing GeoTIFF tags.