<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/cmake/UI.cmake, branch 26.4</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.4</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.4'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-09-04T13:58:53Z</updated>
<entry>
<title>Merge remote-tracking branch 'secondlife/release/26.4' into 26.4</title>
<updated>2026-09-04T13:58:53Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-09-01T10:35:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=00bb3bb6f07660bd914d29a1389342bb3060d254'/>
<id>urn:sha1:00bb3bb6f07660bd914d29a1389342bb3060d254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>So Cairo headers can be found on Arch too</title>
<updated>2026-08-18T09:54:44Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-08-18T09:23:44Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=26f86161d90dd469a7f1de83568fd3609e83eea0'/>
<id>urn:sha1:26f86161d90dd469a7f1de83568fd3609e83eea0</id>
<content type='text'>
Seems to be needed now on aarch64, but doesn't hurt to have it too
on x86-64.
</content>
</entry>
<entry>
<title>Compare LINUX_DISTRO with freedesktop on Flatpak</title>
<updated>2026-07-31T11:29:02Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-31T11:29:02Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=7e47eff5042c2fb897c8eee1219889a84ca3bf36'/>
<id>urn:sha1:7e47eff5042c2fb897c8eee1219889a84ca3bf36</id>
<content type='text'>
so no need for USE_FLATPAK, and just maybe there are some other
platforms that use this runtime as the distro info.
</content>
</entry>
<entry>
<title>Use packaged Debian 13 FLTK 1.4 for Flatpak</title>
<updated>2026-07-04T06:07:27Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-04T05:29:25Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=cb9cd84b0e8f988fda136130bcb9e59cab934eaf'/>
<id>urn:sha1:cb9cd84b0e8f988fda136130bcb9e59cab934eaf</id>
<content type='text'>
See commit 21ef63545ca07ef625edb742b2b3d1473bf33f13
</content>
</entry>
<entry>
<title>Flatpak support</title>
<updated>2026-06-22T03:25:21Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-22T00:34:39Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ee87dd9f21e0dcd5a2f3a78586e5ae5d2ba592d5'/>
<id>urn:sha1:ee87dd9f21e0dcd5a2f3a78586e5ae5d2ba592d5</id>
<content type='text'>
Still uses prebuilt GLU, could be improved by using the glu shared
module.
Still uses prebuilt OpenAL, could be improved by separating the
ALUT dependency (which isn't available on the runtime) from it,
so we could use runtime's OpenAL.
Still uses prebuilt LibXML2, could be improved by separating the
Minizip &amp; ColladaDOM from it (which aren't available on the
runtime) from it, so we could use runtime's LibXML2 but have
ColladaDOM built against it (and a still non-runtime Minizip).
Still uses FLTK 1.3, when I tried using 1.4, it still had linking
errors (might need to just add Cairo libraries to the
target_link_libraries).
VLC plugins are installed in vlc/plugins path relative to the vlc
&amp; vlccore libraries, the way they are in the distro I got the
binaries from (Debian), cause I think it's the libraries that are
compiled with that path.
Still uses prebuilt dependencies in general, could be improved by
having them as modules to be built.
_FORTIFY_SOURCE needs to be skipped to avoid redefinition cause
Flatpak build system already defines it.
The conditionals for deciding installation paths need to be
reorganised to accomodate installation that doesn't require an
encapsulating namespace (because the installed files are already
encapsulated in the app sandbox).
The library directory naming scheme used here is lib64.
The libGLESv2.so &amp; libvulkan.so.1 installed are still copies, not
links yet, because I'm still not familiar yet with the runtime
hierarchies (they might reside just in /usr/lib/x86_64-linux-gnu).
</content>
</entry>
<entry>
<title>Use FLTK 1.4 on Ubuntu instead of 1.3 now on 26.04</title>
<updated>2026-05-19T11:07:37Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-05-19T11:07:37Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=da03d920bc2daff0934987d480a4a47c54fd90b3'/>
<id>urn:sha1:da03d920bc2daff0934987d480a4a47c54fd90b3</id>
<content type='text'>
See commit 21ef63545ca07ef625edb742b2b3d1473bf33f13
</content>
</entry>
<entry>
<title>Use FLTK 1.4 on Debian instead of 1.3</title>
<updated>2025-11-21T08:16:57Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-11-21T08:16:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=21ef63545ca07ef625edb742b2b3d1473bf33f13'/>
<id>urn:sha1:21ef63545ca07ef625edb742b2b3d1473bf33f13</id>
<content type='text'>
which fixes the problem of freezing/crashing or disappearing of the
viewer, at least on default GNOME-based Debian.
</content>
</entry>
<entry>
<title>Fix building with clang on non-darwin platforms</title>
<updated>2025-11-03T02:40:05Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-11-02T18:20:01Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=d2e80039df1712734a6e3b0d811d73f850345157'/>
<id>urn:sha1:d2e80039df1712734a6e3b0d811d73f850345157</id>
<content type='text'>
Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</content>
</entry>
<entry>
<title>Add support for GLX and EGL to GL extension loader</title>
<updated>2025-11-03T02:40:05Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-10-30T21:22:09Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0c1cbf2d38cbd0db5c9cfb86559b4fc5e4acee0d'/>
<id>urn:sha1:0c1cbf2d38cbd0db5c9cfb86559b4fc5e4acee0d</id>
<content type='text'>
Fix dullahan wayland support
Fix shader GL_ERROR under GL Core profile in Mesa

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</content>
</entry>
<entry>
<title>CMake changes for linux64 support including code from archive/develop</title>
<updated>2025-10-27T08:59:13Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-10-23T06:16:20Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=579d8fbf82b622b6e071cf8fbc5770238644eb85'/>
<id>urn:sha1:579d8fbf82b622b6e071cf8fbc5770238644eb85</id>
<content type='text'>
Restore changes for GLIB based dbus support from archive/develop

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</content>
</entry>
</feed>
