mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[gdal] Don't depend on default features of proj (#31606)
This commit is contained in:
parent
582a7ef7a0
commit
a9e8ed2469
@ -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
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f287b8dfcfba6e4f2d8ee8cdba0e63f0ae326fd7",
|
||||
"version-semver": "3.7.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "119c87c321a3a925253f5503cfac1e6960d5923e",
|
||||
"version-semver": "3.7.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f42371900964fce2757e37ad8d36ca2b7bd0dfd8",
|
||||
"version": "1.7.1",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "2397fd7d09c89af1810821e9b4c47ec71e2748c5",
|
||||
"version": "1.7.1",
|
||||
|
Loading…
Reference in New Issue
Block a user