[gdal] Don't depend on default features of proj (#31606)

This commit is contained in:
Osyotr 2023-05-26 01:08:27 +03:00 committed by GitHub
parent 582a7ef7a0
commit a9e8ed2469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"name": "gdal",
"version-semver": "3.7.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,
@ -13,8 +13,17 @@
"name": "pkgconf",
"host": true
},
"proj",
"tiff",
{
"name": "proj",
"default-features": false,
"features": [
"tiff"
]
},
{
"name": "tiff",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true

View File

@ -1,12 +1,18 @@
{
"name": "libgeotiff",
"version": "1.7.1",
"port-version": 2,
"port-version": 3,
"description": "Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.",
"homepage": "https://github.com/OSGeo/libgeotiff",
"license": "MIT",
"dependencies": [
"proj",
{
"name": "proj",
"default-features": false,
"features": [
"tiff"
]
},
{
"name": "tiff",
"default-features": false

View File

@ -2722,7 +2722,7 @@
},
"gdal": {
"baseline": "3.7.0",
"port-version": 1
"port-version": 2
},
"gdcm": {
"baseline": "3.0.22",
@ -4058,7 +4058,7 @@
},
"libgeotiff": {
"baseline": "1.7.1",
"port-version": 2
"port-version": 3
},
"libgit2": {
"baseline": "1.4.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f287b8dfcfba6e4f2d8ee8cdba0e63f0ae326fd7",
"version-semver": "3.7.0",
"port-version": 2
},
{
"git-tree": "119c87c321a3a925253f5503cfac1e6960d5923e",
"version-semver": "3.7.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f42371900964fce2757e37ad8d36ca2b7bd0dfd8",
"version": "1.7.1",
"port-version": 3
},
{
"git-tree": "2397fd7d09c89af1810821e9b4c47ec71e2748c5",
"version": "1.7.1",