Package Details: sunshine 0.23.1-5

Git Clone URL: https://aur.archlinux.org/sunshine.git (read-only, click to copy)
Package Base: sunshine
Description: A self-hosted GameStream host for Moonlight
Upstream URL: https://github.com/LizardByte/Sunshine
Keywords: gaming moonlight streaming
Licenses: GPL-3.0-only
Submitter: hadogenes
Maintainer: dr460nf1r3 (xiota)
Last Packager: xiota
Votes: 53
Popularity: 2.08
First Submitted: 2021-04-26 11:33 (UTC)
Last Updated: 2024-09-04 04:09 (UTC)

Required by (0)

Sources (13)

Pinned Comments

xiota commented on 2024-07-17 01:54 (UTC) (edited on 2024-07-17 01:56 (UTC) by xiota)

Switched to default to cuda disabled (no nvenc) because cuda is a heavy package and Nvidia users are minority on Linux.

Nvidia users, install cuda manually before building or run as _build_cuda=t makepkg (method to pass variables to AUR helpers may vary).

xiota commented on 2024-07-09 23:41 (UTC) (edited on 2024-07-27 10:27 (UTC) by xiota)

Comments here are for matters related to this AUR package only. Discussion of upstream issues should take place upstream. The upstream link is in package details.

For those concerned about "losing" upstream support for AUR, such support had already officially been discontinued long ago. The relevant comment from 2023-02-21 is pinned.

Before reporting issues to upstream, confirm them with git checkout or upstream binaries. Properly confirmed bugs do not need to mention AUR.

Package-specific issues should be reported here.

<deleted-account> commented on 2023-02-21 02:33 (UTC)

In order to simplify maintenance of Sunshine, we have decided to drop support of this AUR package, since we are now publishing a pre-compiled pkg.tar.zst package as well as the PKGBUILD file to our GitHub releases. If someone would like to take over the AUR it would be ideal if there is communication with us in our Discord. Please reach out if you're interested. Thanks!

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 Next › Last »

pogojotz commented on 2022-02-27 12:16 (UTC)

Adding -D LIBSWSCALE_INCLUDE_DIR=/usr/include/ffmpeg4.4 -D LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg4.4/libswscale.so to the CMake parameters solves the issue reported by @JPenuchot: https://github.com/SunshineStream/Sunshine/issues/69#issuecomment-1053408434

sitiom commented on 2022-02-27 00:47 (UTC) (edited on 2022-02-27 00:48 (UTC) by sitiom)

avahi should be added as an (optional) dependency as well.

JPenuchot commented on 2022-02-26 21:50 (UTC)

Turns out it's an ffmpeg bug not related to this package or the new fork in any way: https://github.com/SunshineStream/Sunshine/issues/69

emsa commented on 2022-02-26 00:24 (UTC) (edited on 2022-02-26 00:25 (UTC) by emsa)

I am encountering the same problem as @pogojotz and @JPenuchot: Log.

The pre-forked version worked perfectly, so this is a regression.

JPenuchot commented on 2022-02-25 11:24 (UTC)

I don't know what happened with this new fork, I just know that the previous one worked just fine so I guess I'll just pkgbuild a previous version of the package as a temporary fix. If anyone can provide a separate AUR package for that I'll be glad to use it.

hadogenes commented on 2022-02-25 10:24 (UTC)

this you should set in MAKEFLAGS via /etc/makepkg.conf or env

KuleRucket commented on 2022-02-25 10:23 (UTC)

Is there any reason -j ${nproc} is not in the make command for fast compilation?

KuleRucket commented on 2022-02-25 10:15 (UTC) (edited on 2022-03-03 07:53 (UTC) by KuleRucket)

Looks like these are missing from the cmake command:

-DLIBSWSCALE_INCLUDE_DIR=/usr/include/ffmpeg4.4 -DLIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg4.4/libswscale.so

And you error is: [swscaler @ 0x5612f28297c0] bad src image pointers

pogojotz commented on 2022-02-23 20:06 (UTC)

Just installed for the first time and I have the same output as @JPenuchot. I currently use X11, KDE, nvidia-dkms 510.54, linux-zen 5.16.10

JPenuchot commented on 2022-02-23 11:15 (UTC)

Looks broken to me :/

https://pastebin.com/K2TNaDEY

The issue persists after I tried re-building the package with cuda, libdrm, and libcap installed.