Port details |
- moonlight-embedded Gamestream client
- 2.7.0_1 games =2 2.7.0Version of this port present on the latest quarterly branch.
- Maintainer: lisp_25689@163.com
- Port Added: 2017-08-03 21:45:04
- Last Update: 2024-11-23 08:31:00
- Commit Hash: 5505c50
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://github.com/moonlight-stream/moonlight-embedded
- Description:
- 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.
First, pair: # moonlight pair 192.168.0.1
Then, connect: # moonlight stream -app Desktop -1080 192.168.0.1
ENJOY!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- moonlight-embedded>0:games/moonlight-embedded
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/games/moonlight-embedded/ && make install clean
- To add the package, run one of these commands:
- pkg install games/moonlight-embedded
- pkg install moonlight-embedded
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: moonlight-embedded
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708491885
SHA256 (moonlight-embedded-2.7.0.tar.xz) = 6527718e678dafd6e1e1876bbc6949538b38986d54ebda0b7fdc3b3f4af4f2dd
SIZE (moonlight-embedded-2.7.0.tar.xz) = 335984
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
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- perl5>=5.36<5.37 : lang/perl5.36
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libavahi-client.so : net/avahi-app
- libavcodec.so : multimedia/ffmpeg
- libcurl.so : ftp/curl
- 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/e2fsprogs-libuuid
- libvdpau.so : multimedia/libvdpau
- libva.so : multimedia/libva
- libSDL2.so : devel/sdl20
- libEGL.so : graphics/libglvnd
- libGLESv2.so : graphics/libglvnd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for moonlight-embedded-2.7.0_1:
====> Options available for the group DISPLAY
X11=on: Enable x11 and x11_vaapi platform using xorg
====> Options available for the group OTHERS
CEC=off: Enable HDMI-CEC(TV controller) feature by using libcec.so
====> 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
- USES:
- cmake localbase:ldflags perl5 pkgconfig sdl ssl tar:xz xorg gl
- 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.0_1 23 Nov 2024 08:31:00 |
Gleb Popov (arrowd) |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
2.7.0 20 Jul 2024 17:38:21 |
Gleb Popov (arrowd) Author: Armin Zhu |
games/moonlight-embedded: Update to 2.7.0
PR: 280114 |
2.6.2 14 Jan 2024 20:35:24 |
Daniel Engberg (diizzy) 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 |
2.6.1 19 Oct 2023 07:07:28 |
Robert Clausecker (fuz) 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:
(Only the first 15 lines of the commit message are shown above ) |
2.6.0 30 Sep 2023 20:00:01 |
Robert Clausecker (fuz) 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 |
2.5.3_2 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
2.5.3_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2.5.3 19 Oct 2022 20:40:49 |
Gleb Popov (arrowd) |
games/moonlight-embedded: Update to 2.5.3
Enable compiling a discover feature. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.5.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.5.2 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
2.5.2 21 Apr 2022 11:57:11 |
Gleb Popov (arrowd) |
games/moonlight-embedded: Update to 2.5.2
Enable udev, evdev and platform selection features. |
2.4.11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.11 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
2.4.11 20 Aug 2020 07:55:25 |
tobik |
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 (Only the first 15 lines of the commit message are shown above ) |
2.4.11 17 Mar 2020 23:26:10 |
tobik |
games/moonlight-embedded: Update to 2.4.11
Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.11 |
2.4.10_1 05 Aug 2019 23:06:50 |
jbeich |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
2.4.10 28 May 2019 03:41:53 |
tobik |
games/moonlight-embedded: Update to 2.4.10
Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.10 |
2.4.9 02 May 2019 04:26:28 |
tobik |
games/moonlight-embedded: Update to 2.4.9
Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.9 |
2.4.8 29 Apr 2019 19:41:50 |
tobik |
games/moonlight-embedded: Update to 2.4.8
Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.8 |
2.4.7_2 29 Jan 2019 15:53:32 |
tobik |
games/moonlight-embedded: Add patch to fix runtime with GFE 3.16
Submitted by: Brian Bostwick |
2.4.7_1 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
2.4.7 12 Aug 2018 12:20:35 |
tobik |
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 |
2.4.6_1 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
2.4.6 24 Apr 2018 16:39:11 |
jbeich |
games/moonlight-embedded: unbreak with ffmpeg 4.0
src/video/ffmpeg.c:99:27: error: use of undeclared identifier
'CODEC_FLAG_LOW_DELAY'
decoder_ctx->flags |= CODEC_FLAG_LOW_DELAY;
^
src/video/sdl.c:43:48: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
ffmpeg_buffer = malloc(DECODER_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE);
^
PR: 227726 |
2.4.6 17 Feb 2018 14:14:12 |
tobik |
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 |
2.4.4 04 Nov 2017 17:49:37 |
tobik |
games/moonlight-embedded: Update to 2.4.4
Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.4 |
2.4.3_1 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
2.4.3 17 Aug 2017 21:49:12 |
tobik |
games/moonlight-embedded: Update to 2.4.3
Changes: https://github.com/irtimmer/moonlight-embedded/releases/tag/v2.4.3 |
2.4.2 03 Aug 2017 21:44:51 |
tobik |
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 |