mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:45:52 +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",
|
"name": "gdal",
|
||||||
"version-semver": "3.7.0",
|
"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",
|
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
||||||
"homepage": "https://gdal.org",
|
"homepage": "https://gdal.org",
|
||||||
"license": null,
|
"license": null,
|
||||||
@ -13,8 +13,17 @@
|
|||||||
"name": "pkgconf",
|
"name": "pkgconf",
|
||||||
"host": true
|
"host": true
|
||||||
},
|
},
|
||||||
"proj",
|
{
|
||||||
"tiff",
|
"name": "proj",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"tiff"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tiff",
|
||||||
|
"default-features": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
"host": true
|
"host": true
|
||||||
|
@ -1,12 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "libgeotiff",
|
"name": "libgeotiff",
|
||||||
"version": "1.7.1",
|
"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.",
|
"description": "Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.",
|
||||||
"homepage": "https://github.com/OSGeo/libgeotiff",
|
"homepage": "https://github.com/OSGeo/libgeotiff",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"proj",
|
{
|
||||||
|
"name": "proj",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"tiff"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "tiff",
|
"name": "tiff",
|
||||||
"default-features": false
|
"default-features": false
|
||||||
|
@ -2722,7 +2722,7 @@
|
|||||||
},
|
},
|
||||||
"gdal": {
|
"gdal": {
|
||||||
"baseline": "3.7.0",
|
"baseline": "3.7.0",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"gdcm": {
|
"gdcm": {
|
||||||
"baseline": "3.0.22",
|
"baseline": "3.0.22",
|
||||||
@ -4058,7 +4058,7 @@
|
|||||||
},
|
},
|
||||||
"libgeotiff": {
|
"libgeotiff": {
|
||||||
"baseline": "1.7.1",
|
"baseline": "1.7.1",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"libgit2": {
|
"libgit2": {
|
||||||
"baseline": "1.4.2",
|
"baseline": "1.4.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f287b8dfcfba6e4f2d8ee8cdba0e63f0ae326fd7",
|
||||||
|
"version-semver": "3.7.0",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "119c87c321a3a925253f5503cfac1e6960d5923e",
|
"git-tree": "119c87c321a3a925253f5503cfac1e6960d5923e",
|
||||||
"version-semver": "3.7.0",
|
"version-semver": "3.7.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f42371900964fce2757e37ad8d36ca2b7bd0dfd8",
|
||||||
|
"version": "1.7.1",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "2397fd7d09c89af1810821e9b4c47ec71e2748c5",
|
"git-tree": "2397fd7d09c89af1810821e9b4c47ec71e2748c5",
|
||||||
"version": "1.7.1",
|
"version": "1.7.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user