logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 42ca7b356bb0def492a068c14aa7d9830a28e145
parent a2a05851b4272da87d4cd9e1ac0aff8d8a52ddb1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 21 Jun 2021 14:46:40 +0200

notes/pure-wayland: MuPDF, zathura

Diffstat:

Mnotes/pure-wayland.shtml2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -214,6 +214,7 @@ endif</code></pre> <li><a href="https://mpv.io/">mpv</a>: Yes, Just Works</li> <li><a href="http://mypaint.org/">MyPaint</a>: Yes, Just Works</li> <li><a href="https://github.com/aearil/dustr">dustr</a> (light interactive cropping tool): Yes, Just Works</li> + <li><a href="https://pwmt.org/projects/zathura/">zathura</a>: Yes, Just Works (including the MuPDF plugin)</li> <li><a href="https://wiki.gnome.org/Apps/Evince">evince</a>: Yes, Just Works</li> <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> @@ -222,6 +223,7 @@ endif</code></pre> <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> + <li><a href="https://mupdf.com/">MuPDF</a>: With GLUT enabled it uses it's own version of freeglut, seems to require changing the ebuild recipe a lot.</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> <li><a href="https://obsproject.com">OBS Studio</a>: No, requires X11 libs including in feaneron's <code>egl-wayland</code> branch</li> <li><a href="http://azsky2.html.xdomain.jp/soft/azpainter.html">azpainter</a>: No, depends on X11</li>