treagod / spectator

Client to test web endpoints
https://treagod.github.io/spectator/
GNU General Public License v3.0
77 stars 6 forks source link

libsoup3 and webkit2gtk-4.1 #94

Open bbhtt opened 1 year ago

bbhtt commented 1 year ago

GNOME 43 removed webkit2gtk-4.0 and now has webkit2gtk-4.1 linked against libsoup3 only https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/511. Libsoup2 will be deprecated.

This blocks using the latest runtime for the Flatpak package at the moment and also locks distributions to webkit2gtk-4.0 which some are planning to drop in the near future https://fedoraproject.org/wiki/Changes/libsoup_3:_Part_One#Detailed_Description

I assume spectator will need to be ported the use the newer API. Will there be such a port?

The GNOME 42 runtime is supported for another year.

Thanks!