<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/cmake, 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-04T06:07:27Z</updated>
<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>Update meshoptimizer to v1.2</title>
<updated>2026-07-04T05:31:11Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-04T05:26:24Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=33dc4724a0f73c2875d11607c8c254439c9ff451'/>
<id>urn:sha1:33dc4724a0f73c2875d11607c8c254439c9ff451</id>
<content type='text'>
for OSes/distros that don't link to system library meshoptimizer.
</content>
</entry>
<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>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>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>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>Upgrade Dullahan to 1.31 on Arch</title>
<updated>2026-06-14T06:07:11Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-14T06:07:11Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8bde6901477280e7eaf719daebbf978143e2d0cb'/>
<id>urn:sha1:8bde6901477280e7eaf719daebbf978143e2d0cb</id>
<content type='text'>
as its system CEF has been upgraded to 148.
1.31 is chosen here instead of the newer 1.35 because 1.31 is the
one used so far in SL's callum/cef-148 branch.
</content>
</entry>
<entry>
<title>Windows arm64 &amp; macOS x86-64 use LL's packaged GLM</title>
<updated>2026-06-14T05:58:07Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-14T05:58:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=582462ba123f55cc67f006fe0ecbfbba81311f84'/>
<id>urn:sha1:582462ba123f55cc67f006fe0ecbfbba81311f84</id>
<content type='text'>
so we don't have to keep 1.0.1 on vcpkg or MacPorts around any more
(the last version they compile with, in the code's current state).
</content>
</entry>
<entry>
<title>Add minizip to its pkgconf include dir var on vcpkg</title>
<updated>2026-06-13T05:42:53Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-13T05:42:53Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=47b583e9caa3388cd41f70e8de0a5a950082979d'/>
<id>urn:sha1:47b583e9caa3388cd41f70e8de0a5a950082979d</id>
<content type='text'>
See commit b8a0eb6b9c7735eb910f6faf2d23229519a23b75
</content>
</entry>
</feed>
