<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/media_plugins/cef, branch main</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://www.megapahit.org/viewer.git/atom?h=main</id>
<link rel='self' href='https://www.megapahit.org/viewer.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/'/>
<updated>2025-11-07T06:44:34Z</updated>
<entry>
<title>Move media plugins to SLPlugin's Frameworks on mac</title>
<updated>2025-11-07T06:44:34Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-11-07T06:44:34Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=be5c0c47bd66b700da18a8491f477fbb8d75933b'/>
<id>urn:sha1:be5c0c47bd66b700da18a8491f477fbb8d75933b</id>
<content type='text'>
and remove unnecessary links, such as to graphics libraries.
CEF framework is still in the viewer bundle's Frameworks, with the
link in SLPlugin's, as moving it to SLPlugin's would cause it to
not work even though the media plugin gets loaded.
</content>
</entry>
<entry>
<title>Fix CEF media plugin failing to load on Arch</title>
<updated>2025-10-22T11:22:57Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-22T11:22:57Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=f2b35719cfaf47f0225d92b0554eca699e861fc1'/>
<id>urn:sha1:f2b35719cfaf47f0225d92b0554eca699e861fc1</id>
<content type='text'>
Somehow the absence of the variable declaration would break CEF
media plugin on Arch (just like it happened on openSUSE Tumbleweed)
when it's not even used any more anywhere else. It's a different
variable from the one whose absence broke CEF on Tumbleweed.

Apart from that, the package now explicitly pulls at-spi2-core, which
contains libatk-1.0.so.0, libatk-bridge-2.0.so.0 and libatspi.so.0 which
are linked by libmedia_plugin_cef.so. at-spi2-core may not necessarily
get pulled by some other package on a minimal fresh Arch installation.
</content>
</entry>
<entry>
<title>Merge branch 'main' into 2025.07</title>
<updated>2025-10-10T12:11:28Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-10T12:11:28Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=fc7795696bbbd25c08c9c659a12d444a9ae27d81'/>
<id>urn:sha1:fc7795696bbbd25c08c9c659a12d444a9ae27d81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missed when updating Boost version for macOS</title>
<updated>2025-10-10T12:10:47Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-10T12:10:47Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=16f0ca15395096e85d49bcb82e75076beb14511f'/>
<id>urn:sha1:16f0ca15395096e85d49bcb82e75076beb14511f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CEF media plugin failing to load on openSUSE</title>
<updated>2025-10-10T08:57:52Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-10T08:57:52Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=081a44dcbc604beb142c208f540bdbc95e754634'/>
<id>urn:sha1:081a44dcbc604beb142c208f540bdbc95e754634</id>
<content type='text'>
Somehow the absence of the variable declaration would break CEF
media plugin on openSUSE Tumbleweed (and not on other supported
distros), when it's not even used any more anywhere else.
</content>
</entry>
<entry>
<title>Disable Dullahan 1.21 new features on Linux for now</title>
<updated>2025-10-03T11:27:30Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-03T11:27:30Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=8f11eb47a617d3a1344a39ed37dd1de3b422fb0b'/>
<id>urn:sha1:8f11eb47a617d3a1344a39ed37dd1de3b422fb0b</id>
<content type='text'>
I've tried getting Dullahan 1.21 compiled with Spotify's CEF 139,
it did build, but the internal browser didn't work, so what would be the
point. I could have missed something, but we're sticking with Dullahan
1.14 on Linux for now.
</content>
</entry>
<entry>
<title>Link media plugin CEF to glib-2.0 on Linux</title>
<updated>2025-10-03T11:24:04Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-03T11:24:04Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=ff1fba5bbc3ec7cb763d68cdac13a2dfe2895e9e'/>
<id>urn:sha1:ff1fba5bbc3ec7cb763d68cdac13a2dfe2895e9e</id>
<content type='text'>
Somehow now, at least on Debian &amp; Ubuntu, when building the volume
catcher, using PulseAudio, it refers to g_main_context_default too.
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07</title>
<updated>2025-10-01T08:56:56Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-09-29T08:29:19Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=a954d290674db08ecaf3c1e6484a0cb6647b88b5'/>
<id>urn:sha1:a954d290674db08ecaf3c1e6484a0cb6647b88b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'callum/viewer-cef-2025-08' into rye/infinitemac</title>
<updated>2025-08-28T03:07:22Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-08-28T03:07:22Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=34ae3db498e0683b453c923fbff80b441810e96e'/>
<id>urn:sha1:34ae3db498e0683b453c923fbff80b441810e96e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MacOS companion changes for dullahan 1.21 including package structure and linkage fixes</title>
<updated>2025-08-28T03:05:40Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-08-28T03:05:40Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=536c821c091be7020c614857e1fd220203f6ab23'/>
<id>urn:sha1:536c821c091be7020c614857e1fd220203f6ab23</id>
<content type='text'>
</content>
</entry>
</feed>
