mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[pango][pangomm] update to 1.50.3 and 1.50.0 (#22176)
* [pango] Update pango to 1.50.3 (microsoft#22174) * [pangomm] Update pangomm to 1.50.0 (microsoft#22175) Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
This commit is contained in:
parent
cfc1e6629a
commit
76975f7381
@ -2,8 +2,8 @@ vcpkg_from_gitlab(
|
||||
GITLAB_URL https://gitlab.gnome.org/
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO GNOME/pango
|
||||
REF dc5bde2a20cbb025c9d0ed29ed687740a4d027da #v1.48.10
|
||||
SHA512 8454b2cb81fd57e140372b5c1e5786542e92bcad85d4718b7976dccbf694cfe0fec62938edc32e5de50991e2cda2b00e8d4e976921881069ca29976fe973f4ac
|
||||
REF 26aadb2508f9022cbfc72e73b558c6791f5d46d9 #v1.50.3
|
||||
SHA512 09c2578300d391b406c14dfbf7f28968d326c6861f7eb1a3a8d1d8c4700d6e9f74c8621a3f2d181abe1f695324c6e5fc3a55eb038ebbe53a53be086983e3a186
|
||||
HEAD_REF master # branch name
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "pango",
|
||||
"version": "1.48.10",
|
||||
"port-version": 1,
|
||||
"version": "1.50.3",
|
||||
"description": "Text and font handling library.",
|
||||
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
|
||||
"dependencies": [
|
||||
|
@ -1,9 +1,9 @@
|
||||
vcpkg_fail_port_install(ON_ARCH "arm" "arm64")
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.48/pangomm-2.48.1.tar.xz"
|
||||
FILENAME "pangomm-2.48.1.tar.xz"
|
||||
SHA512 c204a1cb7a404f055d62880a760716c5567a835ca495cc5e01589ed59fabb332490e529de716c3438cefbc4428c025d6d01c71e4412b2843e3ab3a3175ccc2f4
|
||||
URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.50/pangomm-2.50.0.tar.xz"
|
||||
FILENAME "pangomm-2.50.0.tar.xz"
|
||||
SHA512 844850db93b8c4dab19dd364e674ee3d61b2fcb8e020ab3d314f240065ee17aeceea21e9ddc438a7d09d56410e3f82147a57425f76bb01e26d82872934269477
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "pangomm",
|
||||
"version": "2.48.1",
|
||||
"port-version": 1,
|
||||
"version": "2.50.0",
|
||||
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
|
||||
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pangomm",
|
||||
"dependencies": [
|
||||
|
@ -5145,16 +5145,16 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"pango": {
|
||||
"baseline": "1.48.10",
|
||||
"port-version": 1
|
||||
"baseline": "1.50.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"pangolin": {
|
||||
"baseline": "0.6",
|
||||
"port-version": 2
|
||||
},
|
||||
"pangomm": {
|
||||
"baseline": "2.48.1",
|
||||
"port-version": 1
|
||||
"baseline": "2.50.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"parallel-hashmap": {
|
||||
"baseline": "1.33",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "024f716f80c8454769393287ef14a75de4785f32",
|
||||
"version": "1.50.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a9cc75941c3ff73920fb3900615d84bc6f1b423e",
|
||||
"version": "1.48.10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "72d0e19b3eb2fdb5d8c60c1ae78bafc51866325d",
|
||||
"version": "2.50.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c01e75e9dc192ca4e6e7161f3362d6866a952e7c",
|
||||
"version": "2.48.1",
|
||||
|
Loading…
Reference in New Issue
Block a user