games/moonlight-embedded: update to 2.6.1
*Security fixes:
Fixed CVE-2023-42799, CVE-2023-42800, and CVE-2023-42801 From: https://github.com/moonlight-stream/moonlight-embedded/releases/tag/v2.6.1
*Optimize the experience of grabing the keyboard.
Now,Exclusive grab keyboard is the default behavior.But maybe it doesn't work on the Wayland WM. Use Alt+Ctrl+Shift+Z to grab or ungrab keyboard.
*Optimize the experience of using the gamepad on FreeBSD.
Replace the libevdev drive gamepad with SDL to ensure maximum compatibility. The rumble on the gamepad may not work.
*Update man page.
Explanation for changed patch files:
*patch-src_config.c:
*patch-src_config.h:
*patch-src_main.c:
*patch-src_input_sdl.c:
*patch-src_input_sdl.h:
Add -nosdl option and replace the libevdev drive gamepad with SDL.
*patch-src_input_evdev.c:
*patch-src_input_x11.c:
*patch-src_video_x11.c:
Add the way to ungrab the keyboard for x11* platform.
*patch-src_sdl.c:
*patch-src_sdl.h:
*patch-src_input_sdl.c:
Add the way to ungrab the keyboard for SDL platform.
PR: 274452
MFH: 2023Q4
Security: f8c2f741-6be1-11ee-b33a-a04a5edf46d9
(cherry picked from commit ec671703cada5b2e44de0758dc14199b2fb75596)