summaryrefslogtreecommitdiff
path: root/games/moonlight-embedded/files/patch-src_main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* games/moonlight-embedded: Update to 2.7.0Armin Zhu2024-07-201-5/+6
| | | | PR: 280114
* games/moonlight-embedded: Update to 2.6.2Armin Zhu2024-01-141-48/+16
| | | | | | | | | In addition to maintainers patch fix REINPLACE_CMD for docs/README.pod Changelog: https://github.com/moonlight-stream/moonlight-embedded/releases/tag/v2.6.2 PR: 276144
* games/moonlight-embedded: update to 2.6.1Armin Zhu2023-10-191-4/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *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
* games/moonlight-embedded: update to 2.6.0Armin Zhu2023-09-301-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | - Fixed "video decode buffer too small" errors - Fixed keyboard no response on platform x11* - Fixed no sound on platform x11* - Fixed fixed pin code - Update man page for moonlight - Fixed too slow network response In addition, we now ship a number of patches to improve the experience on FreeBSD: - fix slow host response times - add OSS sound support - handle keyboard more strictly, avoiding unresponsive keyboards - default to SDL for gamepad handling - add a grab/ungrab keyboard shortcut for X11 - add a -nosdl option to switch between libsdl and libevdev on X11 - disable HDR, as it is not supported on FreeBSD. Submitter becomes maintainer. PR: 274026
* games/moonlight-embedded: Update to 2.5.3Gleb Popov2022-10-191-17/+0
| | | | Enable compiling a discover feature.
* games/moonlight-embedded: Update to 2.5.2Gleb Popov2022-04-211-91/+2
| | | | Enable udev, evdev and platform selection features.
* games/moonlight-embedded: Update to 2.4.11Tobias Kortkamp2020-03-171-48/+50
| | | | | | | Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.11 Notes: svn path=/head/; revision=528613
* games/moonlight-embedded: Update to 2.4.8Tobias Kortkamp2019-04-291-7/+14
| | | | | | | Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.8 Notes: svn path=/head/; revision=500426
* games/moonlight-embedded: Update to 2.4.7Tobias Kortkamp2018-08-121-7/+15
| | | | | | | | | | - Use static release tarballs that upstream has provided since 2.4.6 - Rebase patches Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.7 Notes: svn path=/head/; revision=476985
* games/moonlight-embedded: Update to 2.4.4Tobias Kortkamp2017-11-041-5/+14
| | | | | | | Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.4 Notes: svn path=/head/; revision=453474
* New port: games/moonlight-embeddedTobias Kortkamp2017-08-031-0/+80
Moonlight Embedded is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield. Moonlight Embedded allows you to stream your full collection of games from your powerful Windows desktop to your FreeBSD system. WWW: https://github.com/irtimmer/moonlight-embedded Notes: svn path=/head/; revision=447284