logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: a31bacb2043fb96e7e61dba3838a3b7d8cdce3b9
parent 65c4bc4ed6c8f084f2553bcaca391b76f147d7cb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 14 May 2021 15:12:31 +0200

notes/pure-wayland: gstreamer needs patching

This is because I had a false gl.pc entry

Diffstat:

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

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -186,7 +186,7 @@ endif</code></pre> <li><a href="https://github.com/aearil/dustr">dustr</a> (light interactive cropping tool): Yes, Just Works</li> <li><a href="https://wiki.gnome.org/Apps/Evince">evince</a>: Yes, Just Works</li> <li><a href="https://inkscape.org/">Inkscape: Yes, Just Works</a></li> - <li><a href="https://gstreamer.freedesktop.org/">gstreamer</a>: Mostly, only lacks wlr-based screen grabbing</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://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://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> <li><a href="https://www.mumble.info/">Mumble</a>: No, requires libXext (<a href="https://github.com/mumble-voip/mumble/pull/4607">own PR for making it optionnal</a>)</li>