The install file assumes that the which
package is present. It is not part of the base
so this assumption is false. That line can be replaced with this:
setcap cap_sys_admin+p /usr/bin/sunshine
because the PKGBUILD already defines where the executable is placed.
Pinned Comments
xiota commented on 2025-02-19 18:03 (UTC) (edited on 2025-06-23 21:34 (UTC) by xiota)
Rebuilding AUR packages for library updates and mismatches is inevitable. This package uses sodeps to reduce breaks caused by library updates. When ready to rebuild, use a clean chroot or force upgrades with
pacman -Syudd
.Those who prefer may disable sodeps with
_use_sodeps=false
. (Rebuilds will still be needed, but sodeps will not be used to prevent library updates.)xiota commented on 2024-07-17 01:54 (UTC) (edited on 2025-06-23 06:06 (UTC) by xiota)
Switched default to disable cuda (no nvenc) because
cuda
is a very heavy package. Nvidia users, installcuda
manually before building or set_use_cuda=true
. Method to pass variables to AUR helpers may vary.xiota commented on 2024-07-09 23:41 (UTC) (edited on 2025-02-19 18:07 (UTC) by xiota)
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.
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!