notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/moonlight-embedded/distinfo

Number of commits found: 15

Sunday, 14 Jan 2024
20:35 Daniel Engberg (diizzy) search for other commits by this committer Author: Armin Zhu
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
commit hash: 251a8452de9d0e60e294057899e992ed581077aa commit hash: 251a8452de9d0e60e294057899e992ed581077aa commit hash: 251a8452de9d0e60e294057899e992ed581077aa commit hash: 251a8452de9d0e60e294057899e992ed581077aa 251a845
Thursday, 19 Oct 2023
07:07 Robert Clausecker (fuz) search for other commits by this committer Author: Armin Zhu
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
commit hash: ec671703cada5b2e44de0758dc14199b2fb75596 commit hash: ec671703cada5b2e44de0758dc14199b2fb75596 commit hash: ec671703cada5b2e44de0758dc14199b2fb75596 commit hash: ec671703cada5b2e44de0758dc14199b2fb75596 ec67170
Saturday, 30 Sep 2023
20:00 Robert Clausecker (fuz) search for other commits by this committer Author: Armin Zhu
games/moonlight-embedded: update to 2.6.0

 - 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
commit hash: f01ecd7106e46d41ff9cfa250cfe819c7a746a66 commit hash: f01ecd7106e46d41ff9cfa250cfe819c7a746a66 commit hash: f01ecd7106e46d41ff9cfa250cfe819c7a746a66 commit hash: f01ecd7106e46d41ff9cfa250cfe819c7a746a66 f01ecd7
Wednesday, 19 Oct 2022
20:40 Gleb Popov (arrowd) search for other commits by this committer
games/moonlight-embedded: Update to 2.5.3

Enable compiling a discover feature.
commit hash: 17f6df6b7f53b17d2f2a0159a9b12a0c0e160c92 commit hash: 17f6df6b7f53b17d2f2a0159a9b12a0c0e160c92 commit hash: 17f6df6b7f53b17d2f2a0159a9b12a0c0e160c92 commit hash: 17f6df6b7f53b17d2f2a0159a9b12a0c0e160c92 17f6df6
Thursday, 21 Apr 2022
11:57 Gleb Popov (arrowd) search for other commits by this committer
games/moonlight-embedded: Update to 2.5.2

Enable udev, evdev and platform selection features.
commit hash: 1a71ca9ef7e3fac9b0394d2c99d9a6980a025960 commit hash: 1a71ca9ef7e3fac9b0394d2c99d9a6980a025960 commit hash: 1a71ca9ef7e3fac9b0394d2c99d9a6980a025960 commit hash: 1a71ca9ef7e3fac9b0394d2c99d9a6980a025960 1a71ca9
Thursday, 20 Aug 2020
07:55 tobik search for other commits by this committer
games/moonlight-embedded: Unbreak with GCC10/Clang11 (-fno-common default)

ld: error: duplicate symbol: inputAdded
>>> defined at config.c
>>>            CMakeFiles/moonlight.dir/src/config.c.o:(inputAdded)
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(.bss+0x0)

ld: error: duplicate symbol: mutex
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(mutex)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/sdl.c.o:(.bss+0x28)

ld: error: duplicate symbol: sdlCurrentFrame
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(sdlCurrentFrame)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/sdl.c.o:(.bss+0x4)

ld: error: duplicate symbol: sdlNextFrame
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(sdlNextFrame)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/sdl.c.o:(.bss+0x0)

ld: error: duplicate symbol: mutex
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(mutex)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/video/sdl.c.o:(.bss+0x0)

ld: error: duplicate symbol: sdlCurrentFrame
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(sdlCurrentFrame)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/video/sdl.c.o:(.bss+0x8)

ld: error: duplicate symbol: sdlNextFrame
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(sdlNextFrame)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/video/sdl.c.o:(.bss+0xC)

ld: error: duplicate symbol: mutex
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(mutex)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/input/sdl.c.o:(.bss+0xB8)

ld: error: duplicate symbol: sdlCurrentFrame
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(sdlCurrentFrame)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/input/sdl.c.o:(.bss+0xC0)

ld: error: duplicate symbol: sdlNextFrame
>>> defined at main.c
>>>            CMakeFiles/moonlight.dir/src/main.c.o:(sdlNextFrame)
>>> defined at sdl.c
>>>            CMakeFiles/moonlight.dir/src/input/sdl.c.o:(.bss+0xC4)
Original commitRevision:545505 
Tuesday, 17 Mar 2020
23:26 tobik search for other commits by this committer
games/moonlight-embedded: Update to 2.4.11

Changes:	https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.11
Original commitRevision:528613 
Tuesday, 28 May 2019
03:41 tobik search for other commits by this committer
games/moonlight-embedded: Update to 2.4.10

Changes:	https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.10
Original commitRevision:502848 
Thursday, 2 May 2019
04:26 tobik search for other commits by this committer
games/moonlight-embedded: Update to 2.4.9

Changes:	https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.9
Original commitRevision:500631 
Monday, 29 Apr 2019
19:41 tobik search for other commits by this committer
games/moonlight-embedded: Update to 2.4.8

Changes:	https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.8
Original commitRevision:500426 
Sunday, 12 Aug 2018
12:20 tobik search for other commits by this committer
games/moonlight-embedded: Update to 2.4.7

- 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
Original commitRevision:476985 
Saturday, 17 Feb 2018
14:14 tobik search for other commits by this committer
games/moonlight-embedded: Update to 2.4.6

- Adds support for GFE >= 3.12

Changes:	https://github.com/irtimmer/moonlight-embedded/compare/v2.4.4...v2.4.6
MFH:		2018Q1
Original commitRevision:462161 
Saturday, 4 Nov 2017
17:49 tobik search for other commits by this committer
games/moonlight-embedded: Update to 2.4.4

Changes:	https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.4
Original commitRevision:453474 
Thursday, 17 Aug 2017
21:49 tobik search for other commits by this committer
games/moonlight-embedded: Update to 2.4.3

Changes:	https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.3
Original commitRevision:448197 
Thursday, 3 Aug 2017
21:44 tobik search for other commits by this committer
New port: games/moonlight-embedded

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
Original commitRevision:447284 

Number of commits found: 15