Search Criteria
Package Details: grayjay-git 11.r8.g0dc9daa-3
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-bin |
| Provides: | grayjay |
| Submitter: | nathanchere |
| Maintainer: | nathanchere |
| Last Packager: | nathanchere |
| Votes: | 4 |
| Popularity: | 0.003957 |
| First Submitted: | 2024-12-25 10:30 (UTC) |
| Last Updated: | 2025-10-21 22:13 (UTC) |
Dependencies (7)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-obsAUR, ffmpeg-full-gitAUR)
- 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-6.0.110-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- libappindicator-gtk3 (libappindicator) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
Latest Comments
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.
SuspiciousDuck commented on 2025-05-01 01:45 (UTC) (edited on 2025-05-01 01:46 (UTC) by SuspiciousDuck)
Fails to install on my system and through makechrootpkg. I get these errors during the prepare phase.
mshaze commented on 2025-02-01 17:58 (UTC)
Failing to install on my system.
Looks like there is a
grayjay-git-5.r72.g4bb4e6d.r78.g08d8f13.r78.g08d8f13.r78.g08d8f13-1-x86_64.pkg.tar.zstin that dir, so I think it's literally just looking for the wrong artifact?I'm also getting these errors at the start:
nathanchere commented on 2024-12-25 17:00 (UTC)
Thanks for the feedback, I accidentally pushed the wrong one which wasn't ready, I was working on both this and the binary package but had to work around a few teething issues with their early Linux releases.
I pushed a proper PKGBUILD now which at least 'works on my machine', but I found no documentation for the source build and there's still a fair bit of workaround happening so caveat emptor.
skysphr commented on 2024-12-25 13:36 (UTC) (edited on 2024-12-25 13:38 (UTC) by skysphr)
After moving the contents of
/usr/lib/grayjay-git/arch-x64/to/usr/lib/grayjay-git/, I'm still getting the following:DarthChungo commented on 2024-12-25 11:58 (UTC)
The package installs and builds correctly, but the included launch script does not work:
The problem is that the package was installed into
/usr/lib/grayjay-git/arch-x64/, not/usr/lib/grayjay-git/as the script expects.