Skip to content

Commit

Permalink
[pango] update to 1.54.0 (microsoft#41598)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 17, 2024
1 parent fbb6436 commit a149f4a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
7 changes: 1 addition & 6 deletions ports/pango/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
REPO GNOME/pango
REF "${VERSION}"
SHA512 5de67e711a1f25bd2c741162bb8306ae380d134f95b9103db6e96864d3a1100321ce106d8238dca54e746cd8f1cfdbe50cc407878611d3d09694404f3f128c73
SHA512 1c5f5f2de778b2ca157a4f3eb8bbbba1a79f5f9d60aac678e9c213005f1d8bedfc027ee5c1cebb07dc0eb8c308c38c37beb05293ef2cbe4ac9a0b481176934bb
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)
list(APPEND OPTIONS_DEBUG -Dintrospection=disabled)
Expand Down
3 changes: 1 addition & 2 deletions ports/pango/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "pango",
"version": "1.50.14",
"port-version": 4,
"version": "1.54.0",
"description": "Text and font handling library.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
"license": "LGPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6833,8 +6833,8 @@
"port-version": 0
},
"pango": {
"baseline": "1.50.14",
"port-version": 4
"baseline": "1.54.0",
"port-version": 0
},
"pangolin": {
"baseline": "0.9.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pango.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ac54330a51296954a9479f950666df455bffb07a",
"version": "1.54.0",
"port-version": 0
},
{
"git-tree": "e2a88ce998fab5ed3f3a2edf817f32734c78187b",
"version": "1.50.14",
Expand Down

0 comments on commit a149f4a

Please sign in to comment.