Currently the AppRun binary does not sort the symbols it finds. This
causes it to sometimes consider a library to be an older version than it
actually is.
Replace the binary with a patched one from
lat9nq/AppImageKit-checkrt@982633f9ae
which does sort the symbols before trying to replace it.
The ubuntu-toolchain-r PPA has not pushed updates to their GCC builds
in a while, and allegedly GCC 11.1.0 has bugs that make it antithetical
for us to switch to GCC 11.
Upload our own build of the most recent version of GCC 11 for use on
linux-fresh.
**Apears** to fix remaining issues with opening external applications,
such as the file browser or a web browser.
097212aa1 linuxdeploy
ecde8a04c linuxdeploy-plugin-qt
1f739c1be appimagetool
Qt but missing some modules that wouldn't build, such as qtwebengine.
qt: Update Qt 5.15.2 and build scripts
Mostly the same package, but fixes numerous bugs with the previous:
missing xcb and related libraries, rpaths of binaries don't link to
each other, directory names are now usable in yuzu.
Adds submodule to libusb/hidapi and leaves it at the most recent commit.
Add binary package to be installed by the container. Adds build scripts
based on the linux-fresh container.