Search Criteria
Package Details: chiaki-ng 1.9.9-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/chiaki-ng.git (read-only, click to copy) |
|---|---|
| Package Base: | chiaki-ng |
| Description: | Free and Open Source PlayStation Remote Play Client |
| Upstream URL: | https://streetpea.github.io/chiaki-ng/ |
| Licenses: | LicenseRef-AGPL-3.0-only-OpenSSL |
| Conflicts: | chiaki |
| Provides: | chiaki |
| Submitter: | WorMzy |
| Maintainer: | WorMzy |
| Last Packager: | WorMzy |
| Votes: | 4 |
| Popularity: | 0.004881 |
| First Submitted: | 2024-08-01 11:33 (UTC) |
| Last Updated: | 2026-03-16 18:28 (UTC) |
Dependencies (31)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR)
- fftw (fftw-amdAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hidapi (hidapi-gitAUR)
- json-c (json-c-gitAUR)
- libidn2 (libidn2-gitAUR)
- libplacebo (libplacebo-gitAUR)
- libpsl (libpsl-gitAUR)
- libssh2 (libssh2-gitAUR)
- miniupnpc (miniupnpc-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- opus (opus-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-svg
- qt6-webengine
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- Show 11 more dependencies...
Latest Comments
1 2 3 Next › Last »
WorMzy commented on 2026-03-16 18:19 (UTC)
Nice find! Updated the PKGBUILD.
RealOrRandom commented on 2026-03-16 09:14 (UTC)
I think the missing public GPG key can simply be obtained from GitHub: https://github.com/streetpea.gpg
WorMzy commented on 2025-10-11 20:22 (UTC)
Hey pitan, thanks for the heads up! Fixed both this package and chiaki-ng-git. Please report upstream if you are able to, this seems to be a new change with Qt 6.10: https://doc-snapshots.qt.io/qt6-6.10/whatsnew610.html#build-system-changes
pitan commented on 2025-10-11 05:38 (UTC) (edited on 2025-10-11 05:39 (UTC) by pitan)
Build fails due to missing Qt6::GuiPrivate target:
CMake Error at gui/CMakeLists.txt:103 (target_link_libraries): Target "chiaki" links to: Qt6::GuiPrivate but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing.To fix this, I added the following line to gui/CMakeLists.txt, and the build completed successfully:
WorMzy commented on 2025-07-22 09:42 (UTC)
@RealOrRandom you will need to rebuild it locally, no binaries are pushed to the AUR.
RealOrRandom commented on 2025-07-22 09:04 (UTC)
@WorMzy: Friendly ping, this needs a rebuild. :)
RealOrRandom commented on 2025-07-10 14:58 (UTC)
This needs a rebuild against the new libplacebo: /usr/bin/chiaki: error while loading shared libraries: libplacebo.so.349: cannot open shared object file: No such file or directory
WorMzy commented on 2025-05-05 22:28 (UTC)
Oof. Well, that shouldn't happen. Looks like I goofed when I wrote the PKGBUILD and used
?instead of#to specify the git fragment, so this package has effectively been a -git package all this time. My bad! Fixed now.There was also some build bustage relating to gcc 15 changing the default C standard to gnu23, so I've overridden that back to gnu17 for the time being.
mattkavs commented on 2025-05-05 20:15 (UTC)
Looks like we have a build error at the patching stage of the build:
WorMzy commented on 2025-04-09 18:19 (UTC)
Hey pickled-dev, thanks for the heads up. You did exactly what I would do, and that last
pkgctl buildactually completed successfully -- you should have a package you can install withpacman -Uafter that. I'll update the package shortly with the fixes.1 2 3 Next › Last »