mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 02:48:06 +08:00
[pango] update to 1.54.0 (#41598)
This commit is contained in:
parent
fbb6436ed8
commit
a149f4a369
@ -4,15 +4,10 @@ vcpkg_from_gitlab(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO GNOME/pango
|
REPO GNOME/pango
|
||||||
REF "${VERSION}"
|
REF "${VERSION}"
|
||||||
SHA512 5de67e711a1f25bd2c741162bb8306ae380d134f95b9103db6e96864d3a1100321ce106d8238dca54e746cd8f1cfdbe50cc407878611d3d09694404f3f128c73
|
SHA512 1c5f5f2de778b2ca157a4f3eb8bbbba1a79f5f9d60aac678e9c213005f1d8bedfc027ee5c1cebb07dc0eb8c308c38c37beb05293ef2cbe4ac9a0b481176934bb
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
# Fix for https://github.com/microsoft/vcpkg/issues/31573
|
|
||||||
# Mimics patch for Gentoo https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f688df5100ef2b88c975ecd40fd343c62e2ab276
|
|
||||||
# Silence false positive with GCC 13 and -O3 at least
|
|
||||||
# https://gitlab.gnome.org/GNOME/pango/-/issues/740
|
|
||||||
vcpkg_replace_string("${SOURCE_PATH}/meson.build" "-Werror=array-bounds" "")
|
|
||||||
|
|
||||||
if("introspection" IN_LIST FEATURES)
|
if("introspection" IN_LIST FEATURES)
|
||||||
list(APPEND OPTIONS_DEBUG -Dintrospection=disabled)
|
list(APPEND OPTIONS_DEBUG -Dintrospection=disabled)
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pango",
|
"name": "pango",
|
||||||
"version": "1.50.14",
|
"version": "1.54.0",
|
||||||
"port-version": 4,
|
|
||||||
"description": "Text and font handling library.",
|
"description": "Text and font handling library.",
|
||||||
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
|
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
|
||||||
"license": "LGPL-2.0-or-later",
|
"license": "LGPL-2.0-or-later",
|
||||||
|
@ -6833,8 +6833,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"pango": {
|
"pango": {
|
||||||
"baseline": "1.50.14",
|
"baseline": "1.54.0",
|
||||||
"port-version": 4
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"pangolin": {
|
"pangolin": {
|
||||||
"baseline": "0.9.2",
|
"baseline": "0.9.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ac54330a51296954a9479f950666df455bffb07a",
|
||||||
|
"version": "1.54.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "e2a88ce998fab5ed3f3a2edf817f32734c78187b",
|
"git-tree": "e2a88ce998fab5ed3f3a2edf817f32734c78187b",
|
||||||
"version": "1.50.14",
|
"version": "1.50.14",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user