| Port details |
- moonlight-embedded-devel Command-line moonlight implementation with keyboard-grabbing support
- 2.7.8 games
=0 2.7.7Version of this port present on the latest quarterly branch. - Maintainer: lisp_25689@163.com
 - Port Added: 2024-09-16 20:23:42
- Last Update: 2026-05-23 08:56:51
- Commit Hash: d69a876
- License: GPLv3+
- WWW:
- https://github.com/moonlight-stream/moonlight-embedded
- Description:
- Moonlight allows you to stream your Desktop or games from your Windows
PC(sunshine or NV shield) to your FreeBSD system.
In contrast to moonlight-qt, this port can grab keyboard and mouse
and has full worked vaapi decoder, which helps in case of crashes.
Note1: This is a fork of moonlight-embedded aimed for more features
and fixes for FreeBSD on amd64, not only on embedded systems.
Note2: If meet crash frequently, try adjust Integrated Graphics
Device(IDG) Aperture size from BIOS.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- moonlight-embedded-devel>0:games/moonlight-embedded-devel
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/games/moonlight-embedded-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install games/moonlight-embedded-devel
- pkg install moonlight-embedded-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: moonlight-embedded-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1779426448
SHA256 (moonlight-embedded-devel-2.7.8.tar.xz) = 1e8be900f247ce827542df049566b807e39122ace1258381380cdb1c93729b80
SIZE (moonlight-embedded-devel-2.7.8.tar.xz) = 955328
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- input.h : devel/evdev-proto
- xdg-shell.xml : graphics/wayland-protocols
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- perl5>=5.42.r<5.43 : lang/perl5.42
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libavahi-client.so : net/avahi-app
- libavcodec.so : multimedia/ffmpeg
- libcurl.so : ftp/curl
- libdrm.so : graphics/libdrm
- libepoll-shim.so : devel/libepoll-shim
- libevdev.so : devel/libevdev
- libexpat.so : textproc/expat2
- libopus.so : audio/opus
- libudev.so : devel/libudev-devd
- libuuid.so : misc/libuuid
- libva.so : multimedia/libva
- libwayland-client.so : graphics/wayland
- libyuv.so : graphics/libyuv
- libEGL.so : graphics/libglvnd
- libgbm.so : graphics/mesa-libs
- libGLESv2.so : graphics/libglvnd
- libSDL3.so : devel/sdl3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for moonlight-embedded-devel-2.7.8:
====> Options available for the group OTHERS
CEC=off: Enable HDMI-CEC(TV controller) feature by using libcec.so
====> Options available for the single CONVERT: you have to select exactly one of them
LIBSWSCALE=off: Convert video frame format with libswscale.h
LIBYUV=on: Convert video frame format with libyuv.h
====> Sound (audio) support: you have to select exactly one of them
OSS=on: Open Sound System support for embedded(not SDL) platform
PULSE=off: PulseAudio sound server support for embedded(not SDL) platform
===> Use 'make config' to modify these settings
- Options name:
- games_moonlight-embedded-devel
- USES:
- cmake gl localbase:ldflags perl5 pkgconfig sdl ssl tar:xz xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.7.8 23 May 2026 08:56:51
    |
Vladimir Druzenko (vvd)  Author: Armin Zhu |
games/moonlight-embedded-devel: Update 2.7.7 => 2.7.8
Changelog:
1. Add '-filters' for vaapi decoder to improve hdr behavior.
2. Add 'vulkan' decoder,just experimental.
3. Fix and optimize for rk3399 with drm,now can render 1080p video smoothly.
4. Bump moonlight-common-c to master(2600beaf)
5. Some bug fix.
Commit Log:
https://github.com/armin-25689/moonlight-embedded/compare/v2.7.7...v2.7.8
PR: 295489
Sponsored by: UNIS Labs |
2.7.7 16 Feb 2026 01:51:00
    |
Vladimir Druzenko (vvd)  Author: Armin Zhu |
games/moonlight-embedded-devel: Update 2.7.6 => 2.7.7
Changelog:
1. Add support for VT switch with drm platform and with -nograb.
2. Fix ipv6 connect error.
3. Remote zwp-output and replace with wp-fractional-scale for wayland.
4. Some others small fixs.
https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.7
Commit Log:
https://github.com/armin-25689/moonlight-embedded/compare/v2.7.6...v2.7.7
Remove duplicate dependency on libdrm in LIB_DEPENDS.
PR: 293191 |
2.7.6 07 Feb 2026 18:43:26
    |
Vladimir Druzenko (vvd)  Author: Armin Zhu |
games/moonlight-embedded-devel: 2.7.5 => 2.7.6
Change:
- Add 'drm/drm_vaapi/wayland/wayland_vaapi' platform.
- Add direct render for drm and wayland display.
- Add libyuv or libswscale converter to replace egl.
- Add HDR support for drm and wayland platform.
https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.6
https://github.com/armin-25689/moonlight-embedded/compare/v2.7.5...v2.7.6
- Fix warnigs from portlint, portclippy and portfmt.
PR: 292991 |
2.7.5_1 24 Dec 2025 08:55:21
    |
Baptiste Daroussin (bapt)  |
multimedia/ffmpeg: bump revision to chase lib version change |
2.7.5 11 Sep 2025 22:08:03
    |
Vladimir Druzenko (vvd)  Author: Armin Zhu |
games/moonlight-embedded-devel: Update 2.7.4 => 2.7.5
Changelog:
1. Optimize input interaction with -nograb mode.
Now can use ALT+CTRL to change mouse grab mode with -nograb mode.
2. Add feature that can choose render style.For example, use -fixed to
keep render ratio with different window size.(-windowed option)
3. Add feature that can record window size and site under X server.
This need -config /path/to/file -save /path/to/file options to enable.
4. Add note: If meet crash frequently, try adjust Integrated Graphics
Device(IDG) Aperture size from BIOS.
https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.5
Improve port:
- Fix warnings from portclippy.
- Fix the alignment in a few places.
- Merge the REINPLACE_CMD in the post-extract.
PR: 289430 |
2.7.4_3 30 Jun 2025 15:00:39
    |
Matthias Andree (mandree)  |
*/*: Bump PORTREVISION after libuuid/libblkid switch
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489 |
2.7.4_2 30 Jun 2025 14:57:32
    |
Matthias Andree (mandree)  Author: Alexander Shursha |
*/*: Switch to misc/libuuid and misc/libblkid
PR: 221293
PR: 251489
PR: 257070 |
2.7.4_2 14 Mar 2025 09:54:03
    |
Po-Chuan Hsieh (sunpoet)  |
multimedia/libcec: Update to 7.0.0
- Update LICENSE_FILE
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Pulse-Eight/libcec/releases |
2.7.4_1 23 Nov 2024 08:31:00
    |
Gleb Popov (arrowd)  |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
2.7.4 09 Nov 2024 17:23:08
    |
Vladimir Druzenko (vvd)  Author: Armin Zhu |
games/moonlight-embedded-devel: Update 2.7.3 → 2.7.4
Changelog:
https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.4
PR: 282650 |
2.7.3 25 Sep 2024 06:28:07
    |
Robert Clausecker (fuz)  Author: Armin Zhu |
games/moonlight-embedded-devel: update to 2.7.3
Changelog: https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.3
PR: 281627
Event: EuroBSDcon 2024 |
2.7.2 16 Sep 2024 20:14:23
    |
Robert Clausecker (fuz)  Author: Armin Zhu |
games/moonlight-embedded-devel: moonlight-embedded development version
Moonlight allows you to stream your Desktop or games from your Windows
PC(sunshine or NV shield) to your FreeBSD system.
In contrast to moonlight-qt, this port can grab keyboard and mouse
and has full worked vaapi decoder, which helps in case of crashes.
Note: This is a fork of moonlight-embedded aimed for more features
and fixes for FreeBSD on amd64, not only on embedded systems.
WWW: https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.2
PR: 280632 |