[mapbox-polylabel] Update to 1.1.0 (#29179)

* Update mapbox-polylabel to 1.1.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2023-01-27 04:14:03 +01:00 committed by GitHub
parent b4f974ab72
commit ecebd63fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 6 deletions

View File

@ -3,13 +3,13 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO mapbox/polylabel REPO mapbox/polylabel
REF v1.0.4 REF v1.1.0
SHA512 c337577545e072dbc43b5fc822e7a4fc9585051e24f6af76a3525faee7ab5c332915c43401629ad2e8f1f142f9e920f65347609607aec9394fd6bbc5d4936564 SHA512 597920397969a1ae12fc2ad2bdd8143f32f6fa0b27b46a5fb6d7315b8456bbcb335e52c36277b50e3daa4658a0f3826863871df4f4a7868e923899af5832f783
HEAD_REF master HEAD_REF master
) )
# Copy header files # Copy header files
file(COPY ${SOURCE_PATH}/include/mapbox/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/mapbox FILES_MATCHING PATTERN "*.hpp") file(COPY "${SOURCE_PATH}/include/mapbox/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/mapbox" FILES_MATCHING PATTERN "*.hpp")
# Handle copyright # Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,8 +1,9 @@
{ {
"name": "mapbox-polylabel", "name": "mapbox-polylabel",
"version-semver": "1.0.4", "version-semver": "1.1.0",
"description": "A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)", "description": "A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)",
"homepage": "https://github.com/mapbox/polylabel", "homepage": "https://github.com/mapbox/polylabel",
"license": "ISC",
"dependencies": [ "dependencies": [
"mapbox-geometry", "mapbox-geometry",
"mapbox-variant" "mapbox-variant"

View File

@ -4817,7 +4817,7 @@
"port-version": 0 "port-version": 0
}, },
"mapbox-polylabel": { "mapbox-polylabel": {
"baseline": "1.0.4", "baseline": "1.1.0",
"port-version": 0 "port-version": 0
}, },
"mapbox-variant": { "mapbox-variant": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "a86cf026fe463d091c7652931b4d521395baac59",
"version-semver": "1.1.0",
"port-version": 0
},
{ {
"git-tree": "964316686ad04d8fca92d15be807161886935979", "git-tree": "964316686ad04d8fca92d15be807161886935979",
"version-semver": "1.0.4", "version-semver": "1.0.4",