ci: Add a gdk-pixbuf file-based wrap for gtk4
gtk4 ships a git wrap, which causes our CI to fail when GNOME gitlab has downtime. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7728>
This commit is contained in:
parent
8c3d516a14
commit
efaaa6d888
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,7 +30,6 @@ prefix/
|
|||||||
/gst-plugins-rs
|
/gst-plugins-rs
|
||||||
|
|
||||||
# Automatic meson redirect wrap files
|
# Automatic meson redirect wrap files
|
||||||
subprojects/gdk-pixbuf.wrap
|
|
||||||
subprojects/gobject-introspection.wrap
|
subprojects/gobject-introspection.wrap
|
||||||
subprojects/gtest.wrap
|
subprojects/gtest.wrap
|
||||||
subprojects/gvdb.wrap
|
subprojects/gvdb.wrap
|
||||||
|
10
subprojects/gdk-pixbuf.wrap
Normal file
10
subprojects/gdk-pixbuf.wrap
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[wrap-file]
|
||||||
|
directory = gdk-pixbuf-2.42.12
|
||||||
|
source_url = https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.12.tar.xz
|
||||||
|
source_filename = gdk-pixbuf-2.42.12.tar.xz
|
||||||
|
source_hash = b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7
|
||||||
|
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gdk-pixbuf_2.42.12-1/gdk-pixbuf-2.42.12.tar.xz
|
||||||
|
wrapdb_version = 2.42.12-1
|
||||||
|
|
||||||
|
[provide]
|
||||||
|
gdk-pixbuf-2.0 = gdkpixbuf_dep
|
Loading…
x
Reference in New Issue
Block a user