tkashkin / GameHub

All your games in one place
https://tkashkin.github.io/projects/gamehub
GNU General Public License v3.0
2.2k stars 131 forks source link

Please stop using webkit2gtk 4.0 #684

Open jbicha opened 5 months ago

jbicha commented 5 months ago

Fedora has stopped building the 4.0 version of webkit2gtk in preparation for the release of Fedora 40 in a few months. Debian and Ubuntu are also working to stop building the 4.0 API.

The 4.1 API is the same as 4.0 except that 4.0 uses libsoup2.4 and 4.1 uses libsoup3. It is not possible to use libsoup2.4 and libsoup3 in the same process. Therefore, it is necessary for GameHub to be ported away from libsoup2.4 also.

There is some documentation and many examples at https://gitlab.gnome.org/GNOME/libsoup/-/issues/218