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: 54
Popularity: 2.14
First Submitted: 2021-04-26 11:33 (UTC)
Last Updated: 2024-09-04 04:09 (UTC)

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 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »

<deleted-account> commented on 2023-01-25 03:41 (UTC)

@patlefort This was unintentional and has been fixed. https://github.com/LizardByte/Sunshine/issues/678 ... You will now only see an update on release events.

patlefort commented on 2023-01-24 01:49 (UTC)

I just noticed that this package's source is being updated automatically while the version isn't changing. That shouldn't be the case, it's expected that a package named sunshine would provide only stable releases from upstream and maybe incorporate patches if they are important. If people want the absolute latest from git, you can create a sunshine-git package (https://wiki.archlinux.org/title/VCS_package_guidelines).

patlefort commented on 2023-01-24 00:33 (UTC)

The required capability could be added automatically with an install script (https://wiki.archlinux.org/title/PKGBUILD#install).

Alternatively, one can use a pacman hook:

Create a /usr/local/bin/setcap-sunshine.sh file:

#!/usr/bin/env sh
sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine))

Create /etc/pacman.d/hooks/sunshine.hook:

[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = sunshine

[Action]
Description = Add cap_sys_admin capability to sunshine.
When = PostTransaction
Depends = libcap
Exec = /usr/local/bin/setcap-sunshine.sh

shizzle commented on 2022-12-14 19:23 (UTC)

Upgrading from 0.15 to 0.16 needed a sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine)) to make it working again. Got Mismatch on expected Resolution compared to actual resolution: 0x0 vs 1920x1200 followed by sunshine.service: Main process exited, code=exited, status=4/NOPERMISSION in the logs before executing setcap.

nisegami commented on 2022-12-13 12:45 (UTC)

@alosarjos same here. I see a PR regarding preparing for 0.16 that got merged into the nightly branch, but nothing on master.

alosarjos commented on 2022-12-13 06:07 (UTC)

Am I missing something? I don't see any release/tag for 0.16

<deleted-account> commented on 2022-08-19 23:20 (UTC)

@facet try sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine)) ... this is in our docs, here: https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/usage.html#linux

facet commented on 2022-08-17 16:47 (UTC)

The comment and log suggest me run sudo setcap cap_sys_admin+p /usr/bin/sunshine, but I got Invalid file '/usr/bin/sunshine' for capability operation

katt commented on 2022-08-10 21:13 (UTC)

Small nitpick: pkgdesc shouldn't include the applications name: https://wiki.archlinux.org/title/PKGBUILD#pkgdesc

<deleted-account> commented on 2022-08-10 17:57 (UTC)

Thank you all for your patience. This package is now in sync with the upstream repo on GitHub. Please submit PKGBUILD patches and fixes as PR's on GitHub. https://github.com/LizardByte/Sunshine/blob/nightly/packaging/linux/aur/PKGBUILD