Package Details: sunshine-git 2024.1102.190004.r0.g39bab45-1

Git Clone URL: https://aur.archlinux.org/sunshine-git.git (read-only, click to copy)
Package Base: sunshine-git
Description: Game Stream server for Moonlight, latest git
Upstream URL: https://github.com/LizardByte/Sunshine
Licenses: GPL3
Conflicts: sunshine, sunshine-nox
Provides: sunshine
Submitter: greyltc
Maintainer: kelvie
Last Packager: kelvie
Votes: 3
Popularity: 0.36
First Submitted: 2023-02-14 08:55 (UTC)
Last Updated: 2024-11-02 21:37 (UTC)

Required by (0)

Sources (10)

Latest Comments

1 2 3 Next › Last »

kelvie commented on 2024-11-02 21:37 (UTC)

Aha yes. That time I committed it before trying a build cause I tried to use yay -Bi . to build it (which, for some reason, cleans the git tree of dirty changes before building).

I've bumped it, thanks!

parkerlreed commented on 2024-11-02 21:20 (UTC)

Oh I see what it was. Your latest commit added the fail on missing off but didn't bump the pkgver. So anyone with an older copy of the PKGBUILD won't get the new copy if using an AUR helper.

parkerlreed commented on 2024-11-02 15:31 (UTC) (edited on 2024-11-02 15:34 (UTC) by parkerlreed)

Okay, somehow I had an older version in my cache that was missing the fail on missing.

Thanks

kelvie commented on 2024-11-02 15:29 (UTC)

Hello, I did set it to OFF already in the PKGBUILD. Is it really still not working, or do I have to set it to "0" and not "OFF"?

The upstream package script (sunshine.rb) sets it to OFF.

parkerlreed commented on 2024-11-02 15:16 (UTC)

Yeah you can have both. CUDA = 1 and fail on missing 0.

Covers everybody with one PKGBUILD.

Calivi commented on 2024-10-29 14:12 (UTC) (edited on 2024-10-29 14:15 (UTC) by Calivi)

I still get the error that CUDA is not found. This is how I install sunshine: SUNSHINE_ENABLE_CUDA=0 paru -S sunshine-git

You should set the CUDA_FAIL_ON_MISSING to 0 in the PKGBUILD if you want all users to be able to build sunshine.

parkerlreed commented on 2024-10-16 04:06 (UTC)

I built with that earlier and it worked fine. Yeah, I didn't even really think about that. It's just a new flag that works for both camps.

kelvie commented on 2024-10-16 04:01 (UTC)

Ah, I just added the parameter that upstream provided, thanks for the link, parkerlreed. I'll test it on my AMD laptop if I have time, or someone else can.

parkerlreed commented on 2024-10-16 03:49 (UTC)

I asked about it here. There is a flag for don't fail if missing.

Kinda crappy, we have to have a separate package now.

https://github.com/LizardByte/Sunshine/commit/7352e7277a65d8f18cfe2b1669873ae9af933605

kelvie commented on 2024-10-16 02:08 (UTC)

Hmm, what do you all think about adding cuda as a builddepends then? It effectively is thanks to this.

Or someone can fork this into a sunshine-git-nocuda or something.