Search Criteria
Package Details: grayjay-git 18.r4-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/grayjay-git.git (read-only, click to copy) |
|---|---|
| Package Base: | grayjay-git |
| Description: | Grayjay Desktop - follow creators, not platforms (privacy- and freedom-respecting client for YouTube, Rumble, Twitch, Spotify etc) |
| Upstream URL: | https://grayjay.app/desktop/ |
| Licenses: | custom:Source-First-License-1.1 |
| Conflicts: | grayjay, grayjay-bin |
| Provides: | grayjay |
| Submitter: | nathanchere |
| Maintainer: | nathanchere |
| Last Packager: | nathanchere |
| Votes: | 4 |
| Popularity: | 0.000053 |
| First Submitted: | 2024-12-25 10:30 (UTC) |
| Last Updated: | 2026-03-13 12:34 (UTC) |
Dependencies (7)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- libappindicator-gtk3 (libappindicator)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-binAUR, dotnet-sdk-10.0, dotnet-sdk-8.0, dotnet-sdk-9.0) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
Latest Comments
1 2 Next › Last »
MagnificentSpam commented on 2026-06-24 10:53 (UTC)
The reason most files are missing in the package is that grayjay reverted from dotnet 9.0 to dotnet 8.0: https://gitlab.futo.org/videostreaming/Grayjay.Desktop/-/commit/1282f29c996bde355b233f24a6b843c063f3a003
I can build the package after replacing the two occurrences of net9.0 with net8.0, perhaps the make dependency should also be adjusted. I still have a couple of issues with the app but I don't know if they're related to how it's built.
Leia commented on 2026-05-22 11:10 (UTC) (edited on 2026-05-25 02:01 (UTC) by Leia)
@nathanchere , The package builds. But running it just gives the error:
The package creates the '/opt/grayjay' directory. But the only object in that directory is a folder named 'wwwroot'.
nathanchere commented on 2026-03-18 21:51 (UTC)
@phoenyxcullen if you want the pre-built binary from their website you should use grayjay-bin, not this one. grayjay-bin is still on version 17. Tagged source for v18 used in this package does exist.
phoenyxcullen commented on 2026-03-18 05:25 (UTC)
404 website. Download for 17 still exists on the website.
rek2 commented on 2026-03-05 18:52 (UTC)
this is broken creates 2 directories on /opt and is unmaintained do not use.
craftingDragon7 commented on 2025-10-21 16:06 (UTC)
Dear @nathanchere
@Bink already pointed out, that building will fail when the upstream doesn't provide the folder/files ffmpeg, Portable and libsodium.so. As upstream doesn't include those files anymore, building this package always fails. So could you please at least add the following change to your PKGBUILD?
Thank you for your understanding
Bink commented on 2025-08-23 10:00 (UTC)
Lines 96-98 of the
PKGBUILDattempt to delete files that don't exist, causing a build failure.Maybe an upstream change has removed the need for those lines, but at the very least, the commands might be updated so as to not cause build failure, even if the directories/files don't exist (with
-rf):SuspiciousDuck commented on 2025-06-24 16:03 (UTC) (edited on 2025-06-24 16:04 (UTC) by SuspiciousDuck)
Running /usr/bin/grayjay results in an error.
Running
$ cat /opt/grayjay/cef/dotcefnativeshows that thedotcefnativeexecutable is actually just a normal text file.nathanchere commented on 2025-05-31 21:40 (UTC)
@SuspiciousDuck there were breaking changes to the build process in the v6 and v7 releases. The PKGBUILD is a now bit more verbose than it probably needs to be but it should at least be building again.
1 2 Next › Last »