Bug 276144 - games/moonlight-embedded: Update to 2.6.2
Summary: games/moonlight-embedded: Update to 2.6.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-06 14:20 UTC by Armin Zhu
Modified: 2024-01-14 20:39 UTC (History)
1 user (show)

See Also:


Attachments
games/moonlight-embedded: Update version 2.6.2 (61.85 KB, patch)
2024-01-06 14:20 UTC, Armin Zhu
no flags Details | Diff
games/moonlight-embedded: Update to 2.6.2 (61.83 KB, patch)
2024-01-13 15:09 UTC, Armin Zhu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Armin Zhu 2024-01-06 14:20:04 UTC
Created attachment 247479 [details]
games/moonlight-embedded: Update version 2.6.2
Comment 1 Armin Zhu 2024-01-06 14:24:09 UTC
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.
Comment 2 Armin Zhu 2024-01-13 14:56:47 UTC
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
Comment 3 Armin Zhu 2024-01-13 15:09:05 UTC
Created attachment 247626 [details]
games/moonlight-embedded: Update to 2.6.2

checked by portlint
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-01-14 20:37:33 UTC
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(-)
Comment 5 Daniel Engberg freebsd_committer freebsd_triage 2024-01-14 20:39:53 UTC
Committed, thanks for your contribution!