[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:
Bert Huijben 2022-01-10 21:33:36 +01:00 committed by GitHub
parent 76d4836f3b
commit 8b72840039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View File

@ -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": {

View File

@ -5434,7 +5434,7 @@
},
"proj4": {
"baseline": "8.2.1",
"port-version": 0
"port-version": 1
},
"prometheus-cpp": {
"baseline": "1.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "de72240f9bceda0263f58b734ab6de4f97632dbe",
"version-semver": "8.2.1",
"port-version": 1
},
{
"git-tree": "97a7f5c2cabaf598c15dc357d0e53d5c44e10225",
"version-semver": "8.2.1",