[libosmium] Trim dependencies (#28963)

Cf. https://osmcode.org/libosmium/manual.html#dependencies
The deprecated PROJ support needs `proj_api.h`, removed in PROJ 8.0.
utfcpp was used before libosmium 2.15.0.
This commit is contained in:
Kai Pastor 2023-01-16 21:52:59 +01:00 committed by GitHub
parent 77a14f2740
commit 921ee3d101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -1,17 +1,17 @@
{
"name": "libosmium",
"version-semver": "2.18.0",
"port-version": 1,
"description": "A fast and flexible C++ library for working with OpenStreetMap data",
"homepage": "https://osmcode.org/libosmium/",
"license": "BSL-1.0",
"dependencies": [
"boost",
"boost-crc",
"boost-variant",
"bzip2",
"expat",
"lz4",
"proj",
"protozero",
"utfcpp",
{
"name": "vcpkg-cmake",
"host": true

View File

@ -4146,7 +4146,7 @@
},
"libosmium": {
"baseline": "2.18.0",
"port-version": 0
"port-version": 1
},
"libosmscout": {
"baseline": "1.1.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d4f1daf8d87c98ec46d720ff10449e520614b677",
"version-semver": "2.18.0",
"port-version": 1
},
{
"git-tree": "2336c0db38fce27c033ff77a649645a1eb508e33",
"version-semver": "2.18.0",