[gdal] Fix spelling errors (#42418)

This commit is contained in:
jim wang 2024-12-02 23:44:45 +00:00 committed by GitHub
parent 3ccf424292
commit d1995a05e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -67,7 +67,7 @@ if(GDAL_USE_ICONV AND VCPKG_TARGET_IS_WINDOWS)
endif()
# Compatibility with older Android versions https://github.com/OSGeo/gdal/pull/5941
if(VCPKG_TARGET_IS_ANDROID AND ANRDOID_PLATFORM VERSION_LESS 24 AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm"))
if(VCPKG_TARGET_IS_ANDROID AND ANDROID_PLATFORM VERSION_LESS 24 AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm"))
list(APPEND FEATURE_OPTIONS -DBUILD_WITHOUT_64BIT_OFFSET=ON)
endif()

View File

@ -1,7 +1,7 @@
{
"name": "gdal",
"version-semver": "3.10.0",
"port-version": 1,
"port-version": 2,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,

View File

@ -3046,7 +3046,7 @@
},
"gdal": {
"baseline": "3.10.0",
"port-version": 1
"port-version": 2
},
"gdcm": {
"baseline": "3.0.24",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "88a7fee530483435f48df0f4b74ec378fee3345a",
"version-semver": "3.10.0",
"port-version": 2
},
{
"git-tree": "19d3353df9cfc0a3a7e51b4450438e5d2d9ed1e6",
"version-semver": "3.10.0",