[glib] update to 2.78.1 (#34964)

* [glib] update to 2.78.1 (microsoft/vcpkg#34963)

libelf suppression patch has been obsoleted by GNOME/glib@3916368 .

* [glib] regenerate version registry (microsoft/vcpkg#34963)
This commit is contained in:
Alonso Schaich 2023-11-09 18:35:39 +00:00 committed by GitHub
parent 0a2903a310
commit 5c02b81bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 16 deletions

View File

@ -2,7 +2,7 @@ string(REGEX MATCH "^([0-9]*[.][0-9]*)" GLIB_MAJOR_MINOR "${VERSION}")
vcpkg_download_distfile(GLIB_ARCHIVE
URLS "https://download.gnome.org/sources/glib/${GLIB_MAJOR_MINOR}/glib-${VERSION}.tar.xz"
FILENAME "glib-${VERSION}.tar.xz"
SHA512 3d06890002f4b13f831c83fbb70cfce529f9750e30888619e4d6277116be15d106379a03143412cf4b2a289c0cbdbbc299ecf17284fbffc06c791ecf7556c765
SHA512 aa9ed9195951b00ac8221e958ea337fbda82621a862ef8f29dc2ea396a6253ce51c2a0a498dfa4e12642f1836f85f9564f09991979ae85c5ed4368355d857376
)
vcpkg_extract_source_archive(SOURCE_PATH
@ -10,7 +10,6 @@ vcpkg_extract_source_archive(SOURCE_PATH
PATCHES
use-libiconv-on-windows.patch
libintl.patch
suppress-libelf-dependency.patch
)
if(APPLE)

View File

@ -1,12 +0,0 @@
diff --git a/gio/meson.build b/gio/meson.build
--- a/gio/meson.build
+++ b/gio/meson.build
@@ -935,7 +935,7 @@ endif
# Dependencies used by executables below
have_libelf = false
libelf = dependency('libelf', version : '>= 0.8.12', required : false)
-if libelf.found()
+if false
have_libelf = true
else
# This fallback is necessary on *BSD. elfutils isn't the only libelf

View File

@ -1,6 +1,6 @@
{
"name": "glib",
"version": "2.78.0",
"version": "2.78.1",
"description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/",
"license": "LGPL-2.1-or-later",

View File

@ -2981,7 +2981,7 @@
"port-version": 2
},
"glib": {
"baseline": "2.78.0",
"baseline": "2.78.1",
"port-version": 0
},
"glibmm": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6c91a4d4382d4d271d13397214c536389fd4a122",
"version": "2.78.1",
"port-version": 0
},
{
"git-tree": "cd9adf35a5c743b40cedce00c43542980f338229",
"version": "2.78.0",