<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra, branch main</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=main</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-07-02T12:37:46Z</updated>
<entry>
<title>Upgrade Discord Social SDK</title>
<updated>2026-07-02T12:37:46Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-02T12:37:46Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=df9b4d888e5f837e10bc9e358fe37cf2ac01d3ca'/>
<id>urn:sha1:df9b4d888e5f837e10bc9e358fe37cf2ac01d3ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FMOD has been upgraded</title>
<updated>2026-07-02T12:32:16Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-02T12:32:16Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c34528ea43676af207fff563f095454538ad86ed'/>
<id>urn:sha1:c34528ea43676af207fff563f095454538ad86ed</id>
<content type='text'>
and OpenAL &amp; FreeALUT dynamic libraries are only bundled if
USE_OPENAL is ON on Flatpak.
</content>
</entry>
<entry>
<title>Send Pipewire volume catcher message on FBSD too</title>
<updated>2026-07-02T12:27:25Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-02T12:27:25Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ec5fed6a7f1b677f6c11a3c66184bc56de58a279'/>
<id>urn:sha1:ec5fed6a7f1b677f6c11a3c66184bc56de58a279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for AZERTY keyboards on Mac</title>
<updated>2026-07-02T12:23:03Z</updated>
<author>
<name>mobserveur</name>
<email>mobserveur@gmail.com</email>
</author>
<published>2026-07-01T19:27:05Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=05af673abec6135b60d6c9d54dccc1e181efda4e'/>
<id>urn:sha1:05af673abec6135b60d6c9d54dccc1e181efda4e</id>
<content type='text'>
this fix properly set keyboard shortcuts for AZERTY keyboards on Mac (such as the moving keys but also cmd + A to select all, cmd + Z to revert a change)
</content>
</entry>
<entry>
<title>Not use address size suffix for Flatpak library dir</title>
<updated>2026-06-23T12:02:41Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-23T12:02:41Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0f5b40798a6c122b7104d6bafefcb7decaad2fc3'/>
<id>urn:sha1:0f5b40798a6c122b7104d6bafefcb7decaad2fc3</id>
<content type='text'>
so upstream dullahan_host's rpath, which is meant to have
$ORIGIN/../lib, would correctly refer to the library dir (where
libcef.so is), without having to manipulate dullahan_host (cause
Flatpak SDK doesn't have patchelf). But Dullahan/CEF is still not
working on Flatpak just yet (LibVLC does, now, after I changed the
prebuilt package from Debian 13 binaries to Fedora 44 binaries,
where libvlccore links to libidn with the same compatibility
version.
</content>
</entry>
<entry>
<title>Strip viewer binaries on GCC and Clang</title>
<updated>2026-06-23T11:57:44Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-23T10:50:04Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3f27cd9a683360843524a42628faa6310e196645'/>
<id>urn:sha1:3f27cd9a683360843524a42628faa6310e196645</id>
<content type='text'>
but excluding AppleClang.
</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>So packaged GLM headers can be found on Windows arm64</title>
<updated>2026-06-17T03:12:28Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-17T03:12:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=341ae1a286c722f24066b2cb2a3755d19c3a9866'/>
<id>urn:sha1:341ae1a286c722f24066b2cb2a3755d19c3a9866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in 8bde6901477280e7eaf719daebbf978143e2d0cb</title>
<updated>2026-06-15T16:03:39Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-15T16:03:39Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6762edb10ff3c5e4f11476d2ade665a30436fa98'/>
<id>urn:sha1:6762edb10ff3c5e4f11476d2ade665a30436fa98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>So packaged GLM headers can be found on macOS x86-64</title>
<updated>2026-06-14T11:54:43Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-14T11:54:43Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=96f8b816264476b10d108ba3be8059795ae88522'/>
<id>urn:sha1:96f8b816264476b10d108ba3be8059795ae88522</id>
<content type='text'>
</content>
</entry>
</feed>
