mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 15:32:47 +08:00
[proj4]: Make the tiff specific features configurable and don't requi… (#22402)
* [proj4]: Make the tiff specific features configurable and don't require the lossy jpeg compression that isn't used by the proj Data and/or CDN * [proj4]: Add version
This commit is contained in:
parent
76d4836f3b
commit
8b72840039
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "proj4",
|
||||
"version-semver": "8.2.1",
|
||||
"port-version": 1,
|
||||
"description": "PROJ library for cartographic projections",
|
||||
"homepage": "https://proj.org/",
|
||||
"dependencies": [
|
||||
@ -39,7 +40,14 @@
|
||||
"tiff": {
|
||||
"description": "Enable TIFF support to read some grids",
|
||||
"dependencies": [
|
||||
"tiff"
|
||||
{
|
||||
"name": "tiff",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"lzma",
|
||||
"zip"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
|
@ -5434,7 +5434,7 @@
|
||||
},
|
||||
"proj4": {
|
||||
"baseline": "8.2.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"prometheus-cpp": {
|
||||
"baseline": "1.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "de72240f9bceda0263f58b734ab6de4f97632dbe",
|
||||
"version-semver": "8.2.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "97a7f5c2cabaf598c15dc357d0e53d5c44e10225",
|
||||
"version-semver": "8.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user