Search Criteria
Package Details: moonlight-embedded 2.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/moonlight-embedded.git (read-only, click to copy) |
---|---|
Package Base: | moonlight-embedded |
Description: | Gamestream client for embedded devices |
Upstream URL: | https://github.com/moonlight-stream/moonlight-embedded |
Licenses: | GPL |
Submitter: | irtimmer |
Maintainer: | cgutman |
Last Packager: | cgutman |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-12 18:13 (UTC) |
Last Updated: | 2024-04-09 00:28 (UTC) |
Dependencies (22)
- avahi
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- opus (opus-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- aml-libs-c1 (make, armv7h)
- aml-libs-c2 (make, aarch64)
- cmake (cmake-gitAUR) (make)
- imx-vpu (make, armv7h)
- libcec (libcec-gitAUR) (make)
- linux-imx6-headers (make, armv7h)
- raspberrypi-firmware-tools (make, armv6h)
- v4l-utils (v4l-utils-gitAUR) (make, armv7h)
- aml-libs-c1 (optional) – ODROID-C1 support
- aml-libs-c2 (optional) – ODROID-C2 support
- imx-vpu (optional) – i.MX6 support
- Show 4 more dependencies...
Latest Comments
vogd commented on 2020-09-08 14:23 (UTC) (edited on 2020-09-08 14:25 (UTC) by vogd)
Fails to build at the linking stage:
[ 58%] Linking C executable moonlight
/usr/bin/ld: CMakeFiles/moonlight.dir/src/main.c.o:(.bss+0x10): multiple definition of `inputAdded'; CMakeFiles/moonlight.dir/src/config.c.o:(.bss+0x0): first defined here
/usr/bin/ld: CMakeFiles/moonlight.dir/src/sdl.c.o:(.bss+0x0): multiple definition of `sdlNextFrame'; CMakeFiles/moonlight.dir/src/main.c.o:(.bss+0x0): first defined here
... collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/moonlight.dir/build.make:413: moonlight] Error 1 make[1]: [CMakeFiles/Makefile2:139: CMakeFiles/moonlight.dir/all] Error 2 make: *** [Makefile:149: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
Saren commented on 2018-04-21 12:19 (UTC) (edited on 2018-04-21 13:55 (UTC) by Saren)
If you are experiencing segfault with h265 codec, build
ffmpeg-compat-57
from AUR (requiresbase-devel
andgit
)OR
Don't attempt to install that package (it will conflict existing ffmpeg anyways), instead, copy the libs
$ cp -r pkg/ffmpeg-compat-57/usr/lib/ ~/.config/moonlight
then run moonlight each time by
$ LD_LIBRARY_PATH=~/.config/moonlight/lib moonlight stream
Please let me know if there is a better way.
DocMAX commented on 2017-11-04 13:54 (UTC)
DocMAX commented on 2017-11-04 09:22 (UTC)
blimpy commented on 2017-04-08 23:52 (UTC)
roobre commented on 2016-04-04 15:28 (UTC)
kfiad commented on 2016-03-12 21:12 (UTC)
moonman commented on 2015-11-06 22:02 (UTC)
winlu commented on 2015-10-26 18:21 (UTC)