<feed xmlns='http://www.w3.org/2005/Atom'>
<title>video/libs/sdl3/Makefile, branch master</title>
<subtitle>Mirror of video feed</subtitle>
<id>https://git.openwrt.org/feed/video/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/video/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/'/>
<updated>2026-06-12T00:13:26Z</updated>
<entry>
<title>sdl3: keep SDL3_test from linking against libunwind</title>
<updated>2026-06-12T00:13:26Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-06-12T00:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=a951381b6c58b9b1eb087f09c9a20cff4ffe8063'/>
<id>urn:sha1:a951381b6c58b9b1eb087f09c9a20cff4ffe8063</id>
<content type='text'>
SDL3's CheckLibUnwind cmake macro autodetects libunwind for the
SDL3_test library and offers no option to disable it. On the buildbots
libunwind is present in staging, so the test programs end up linked
against it and packaging libsdl3-tests fails:

  Package libsdl3-tests is missing dependencies for the following libraries:
  libunwind-x86_64.so.8
  libunwind.so.8

This aborts the whole sdl3 build before anything is staged, taking
down every package depending on SDL3 or SDL2 (sdl2-compat, sdl2-image,
sdl2-mixer, sdl3-image, sdl3-mixer, sdl3-doom, gzdoom, vice).

Preseed the three detection cache variables to OFF so the result no
longer depends on whether libunwind happens to be staged; it is only
used for symbolised backtraces in test leak reports.

Fixes: 51549dadd5ff ("sdl3: add SDL3 3.4.10")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>sdl3: add SDL3 3.4.10</title>
<updated>2026-06-11T16:09:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-06-09T23:27:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=51549dadd5ffda608f92c577720d983c61a2bd7d'/>
<id>urn:sha1:51549dadd5ffda608f92c577720d983c61a2bd7d</id>
<content type='text'>
Core Simple DirectMedia Layer 3 library, the base for the SDL2 to SDL3
transition. CMake build with the same backend selection as the SDL2
package (KMSDRM, Wayland, Vulkan, OpenGL/ES, ALSA and PulseAudio with
dlopen, HIDAPI, dummy video/audio; X11 and dbus off). Provides
libSDL3.so and the SDL3 development files, plus a libsdl3-tests package
with the upstream installed-tests (SDL_INSTALL_TESTS).

https://github.com/libsdl-org/SDL/releases/tag/release-3.4.10
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
