[gdk-pixbuf] update to 2.42.9 (#26534)

* [gdk-pixbuf] update to 2.42.9 (microsoft#26533)

* [gdk-pixbuf] don't build the test suite (microsoft#26533)

We're not running nor installing the test suite, so there's no
point in building it, either

* [gdk-pixbuf] Blacklist x64-windows-static (microsoft#26533)

Fails to build over here. In fact, 2.42.8 also fails over here,
so it's probably not a regression.

* [gdk-pixbuf] Regenerate version registries (microsoft#26533)
This commit is contained in:
Alonso Schaich 2022-09-01 05:36:38 +09:00 committed by GitHub
parent f9b5f5406b
commit 87ed56ca34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 6 deletions

View File

@ -1,12 +1,12 @@
set(GDK_PIXBUF_VERSION 2.42) set(GDK_PIXBUF_VERSION 2.42)
set(GDK_PIXBUF_PATCH 8) set(GDK_PIXBUF_PATCH 9)
vcpkg_from_gitlab( vcpkg_from_gitlab(
GITLAB_URL https://gitlab.gnome.org/ GITLAB_URL https://gitlab.gnome.org/
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO GNOME/gdk-pixbuf REPO GNOME/gdk-pixbuf
REF "${GDK_PIXBUF_VERSION}.${GDK_PIXBUF_PATCH}" REF "${GDK_PIXBUF_VERSION}.${GDK_PIXBUF_PATCH}"
SHA512 ea3b7d47f2ef3dbb88f640629e03eb4fab4a371da2545c199274d75b993b176af0c69ea72b46d5fadf58f82dff9a809fe1e0a4802ad1f1f13eaa9d757ebfeb4c SHA512 3406f47b413fe3860df410a0cc0076ce47d10605b39347105690c85616739e67e5dfd0804efcad758614b0c8d1369e410b9efaa704a234bfd19686b82595b9e1
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix_build_error_windows.patch fix_build_error_windows.patch
@ -26,6 +26,7 @@ vcpkg_configure_meson(
-Djpeg=enabled # Enable JPEG loader (requires libjpeg), disabled on Windows if "native_windows_loaders" is used -Djpeg=enabled # Enable JPEG loader (requires libjpeg), disabled on Windows if "native_windows_loaders" is used
-Dintrospection=disabled # Whether to generate the API introspection data (requires GObject-Introspection) -Dintrospection=disabled # Whether to generate the API introspection data (requires GObject-Introspection)
-Drelocatable=true # Whether to enable application bundle relocation support -Drelocatable=true # Whether to enable application bundle relocation support
-Dtests=false
-Dinstalled_tests=false -Dinstalled_tests=false
-Dgio_sniffing=false # Perform file type detection using GIO (Unused on MacOS and Windows) -Dgio_sniffing=false # Perform file type detection using GIO (Unused on MacOS and Windows)
-Dbuiltin_loaders=all # since it is unclear where loadable plugins should be located; -Dbuiltin_loaders=all # since it is unclear where loadable plugins should be located;

View File

@ -1,7 +1,6 @@
{ {
"name": "gdk-pixbuf", "name": "gdk-pixbuf",
"version": "2.42.8", "version": "2.42.9",
"port-version": 3,
"description": "Image loading library.", "description": "Image loading library.",
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf", "homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
"license": "LGPL-2.1-only", "license": "LGPL-2.1-only",

View File

@ -277,6 +277,9 @@ functions-framework-cpp:x64-uwp=fail
# VS 2022 Update 3 seems to have broken Gazebo: https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/1522474 # VS 2022 Update 3 seems to have broken Gazebo: https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/1522474
gazebo:x64-windows=fail gazebo:x64-windows=fail
gazebo:x64-linux=fail gazebo:x64-linux=fail
gdk-pixbuf:x64-windows-static=fail
gdk-pixbuf:x64-windows-static-md=fail
# gsoap does not offer stable public source downloads # gsoap does not offer stable public source downloads
gsoap:x64-windows = skip gsoap:x64-windows = skip
gsoap:x86-windows = skip gsoap:x86-windows = skip

View File

@ -2509,8 +2509,8 @@
"port-version": 1 "port-version": 1
}, },
"gdk-pixbuf": { "gdk-pixbuf": {
"baseline": "2.42.8", "baseline": "2.42.9",
"port-version": 3 "port-version": 0
}, },
"gemmlowp": { "gemmlowp": {
"baseline": "2021-09-28", "baseline": "2021-09-28",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c4d20ae662c74ed3f4bfec74bb57a68747564c96",
"version": "2.42.9",
"port-version": 0
},
{ {
"git-tree": "6662972ebf092397b1d94122ecfc754f0b81eeee", "git-tree": "6662972ebf092397b1d94122ecfc754f0b81eeee",
"version": "2.42.8", "version": "2.42.8",