logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: df31661b13f217a25d01bbe739dfdea6de929e07
parent 8459bdf3853ffc49c97c703cabff8922e4319004
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  5 Nov 2021 01:28:15 +0100

notes/pure-wayland: gstreamer GL fix is in 1.19.2

Diffstat:

Mnotes/pure-wayland.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -243,7 +243,7 @@ endif</code></pre> <li><a href="https://inkscape.org/">Inkscape</a>: Yes, Just Works</li> <li><a href="https://www.darktable.org/">darktable</a>: Yes, Just Works</li> <li><a href="https://www.gimp.org/">The GIMP</a> (2.99.6): Yes, Just Works</li> - <li><a href="https://gstreamer.freedesktop.org/">gstreamer</a>: Mostly, only lacks wlr-based screen grabbing and <a href="https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1143">requires patching meson for GLVND</a></li> + <li><a href="https://gstreamer.freedesktop.org/">gstreamer</a>: Mostly, only lacks wlr-based screen grabbing and <a href="https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1143">requires patching meson for GLVND</a> (included in 1.19.2+)</li> <li><a href="https://github.com/eXeC64/imv">imv</a> (IMage Viewer): Sort-of, needs a patch for <code>-lGL</code> to <code>-lOpenGL</code> (<a href="https://github.com/eXeC64/imv/pull/285">my PR for it</a>)</li> <li><a href="https://www.blender.org">blender</a>: Needed to patch their cmake files a bit for GLVND</li> <li><a href="https://krita.org/">Krita</a>: Works, including tablet support. Had to switch Qt to full OpenGL instead of GLES and remove qtx11extra stuff in two <code>CMakeList.txt</code> files.</li>