mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
meson: Bump gtk4 and pango wraps
Newer pango is needed to build gtk 4.14 on Windows. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7372>
This commit is contained in:
parent
7546975856
commit
da00a1cabb
2 changed files with 11 additions and 12 deletions
|
@ -1,10 +1,10 @@
|
|||
[wrap-file]
|
||||
directory = gtk-4.14.4
|
||||
source_url = https://download.gnome.org/sources/gtk/4.14/gtk-4.14.4.tar.xz
|
||||
source_fallback_url = https://ftp.acc.umu.se/pub/gnome/sources/gtk/4.14/gtk-4.14.4.tar.xz
|
||||
source_filename = gtk-4.14.4.tar.xz
|
||||
source_hash = 443518b97e8348f9f6430ac435b1010f9a6c5207f4dc6a7cd5d24e3820cee633
|
||||
wrapdb_version = 4.14.4
|
||||
directory = gtk-4.14.5
|
||||
source_url = https://download.gnome.org/sources/gtk/4.14/gtk-4.14.5.tar.xz
|
||||
source_fallback_url = https://ftp.acc.umu.se/pub/gnome/sources/gtk/4.14/gtk-4.14.5.tar.xz
|
||||
source_filename = gtk-4.14.5.tar.xz
|
||||
source_hash = 5547f2b9f006b133993e070b87c17804e051efda3913feaca1108fa2be41e24d
|
||||
wrapdb_version = 4.14.5
|
||||
|
||||
[provide]
|
||||
dependency_names = gtk4, gtk4-broadway, gtk4-macos, gtk4-wayland, gtk4-win32, gtk4-x11, gtk4-unix-print
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[wrap-file]
|
||||
directory = pango-1.51.0
|
||||
source_url = https://download.gnome.org/sources/pango/1.51/pango-1.51.0.tar.xz
|
||||
source_filename = pango-1.51.0.tar.xz
|
||||
source_hash = 74efc109ae6f903bbe6af77eaa2ac6094b8ee245a2e23f132a7a8f0862d1a9f5
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pango_1.51.0-1/pango-1.51.0.tar.xz
|
||||
wrapdb_version = 1.51.0-1
|
||||
directory = pango-1.54.0
|
||||
source_url = https://download.gnome.org/sources/pango/1.54/pango-1.54.0.tar.xz
|
||||
source_fallback_url = https://ftp.acc.umu.se/pub/gnome/sources/pango/1.54/pango-1.54.0.tar.xz
|
||||
source_filename = pango-1.54.0.tar.xz
|
||||
source_hash = 8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8
|
||||
|
||||
[provide]
|
||||
dependency_names = pango
|
||||
|
|
Loading…
Reference in a new issue