Created attachment 247479 [details] games/moonlight-embedded: Update version 2.6.2
Update to version 2.6.2 and reduce unnecessary patches Changes: Fixed connection issue streaming from some hosts running GeForce Experience or Sunshine v0.20 and earlier OSS system patch is already merged to upstream. Patchs delete in the next version.
Delted files: 1.files/patch-docs_CMakeLists.txt 2.files/patch-docs_README.pod 3.files/patch-src_config.h 4.files/patch-src_config.c 5.files/patch-src_input_sdl.h 6.files/patch-src_input_sdl.c 7.files/patch-src_input_x11.c 8.files/patch-src_sdl.h 9.files/patch-src_sdl.c 10.files/patch-src_video_ffmpeg__vaapi.c 11.files/patch-src_video_x11.c 12.files/patch-third__party_moonlight-common-c_enet_CMakeLists.txt 13.pkg-plist
Created attachment 247626 [details] games/moonlight-embedded: Update to 2.6.2 checked by portlint
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=251a8452de9d0e60e294057899e992ed581077aa commit 251a8452de9d0e60e294057899e992ed581077aa Author: Armin Zhu <lisp_25689@163.com> AuthorDate: 2024-01-14 08:45:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-14 20:35:24 +0000 games/moonlight-embedded: Update to 2.6.2 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/Makefile | 16 +- games/moonlight-embedded/distinfo | 6 +- .../moonlight-embedded/files/patch-CMakeLists.txt | 53 +--- .../files/patch-docs_CMakeLists.txt (gone) | 8 - .../files/patch-docs_README.pod (gone) | 120 -------- .../files/patch-libgamestream_CMakeLists.txt | 2 +- .../files/patch-libgamestream_client.c | 13 +- .../files/patch-libgamestream_http.c | 6 +- .../files/patch-src_audio_audio.h | 6 +- .../moonlight-embedded/files/patch-src_audio_oss.c | 37 +-- .../files/patch-src_config.c (gone) | 28 -- .../files/patch-src_config.h (gone) | 10 - .../files/patch-src_input_evdev.c | 248 +++++------------ .../files/patch-src_input_sdl.c (gone) | 309 --------------------- .../files/patch-src_input_sdl.h (gone) | 8 - .../files/patch-src_input_x11.c (gone) | 185 ------------ games/moonlight-embedded/files/patch-src_main.c | 64 ++--- .../moonlight-embedded/files/patch-src_platform.c | 40 +-- .../files/patch-src_sdl.c (gone) | 64 ----- .../files/patch-src_sdl.h (gone) | 19 -- .../files/patch-src_video_ffmpeg__vaapi.c (gone) | 19 -- .../files/patch-src_video_x11.c (gone) | 42 --- ...y_moonlight-common-c_enet_CMakeLists.txt (gone) | 26 -- games/moonlight-embedded/pkg-plist (gone) | 4 - 24 files changed, 162 insertions(+), 1171 deletions(-)
Committed, thanks for your contribution!