Search Criteria
Package Details: chiaki-ng 1.9.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/chiaki-ng.git (read-only, click to copy) |
---|---|
Package Base: | chiaki-ng |
Description: | Unofficial PlayStation 4 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: | 2 |
Popularity: | 0.85 |
First Submitted: | 2024-08-01 11:33 (UTC) |
Last Updated: | 2024-10-24 16:19 (UTC) |
Dependencies (29)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR)
- fftw (fftw-amdAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- 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)
- opus (opus-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-svg
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- speexdsp (speexdsp-gitAUR)
- Show 9 more dependencies...
Latest Comments
manuth commented on 2024-10-24 22:31 (UTC)
Awesome! Thx for the explanation and also thanks for fixing - that was quick!
WorMzy commented on 2024-10-24 16:20 (UTC)
Please don't exaggerate. The package built fine (in a clean chroot at least) up until curl 8.10.1-2 was pushed to [core] four days ago. This new build of curl enables websocket support, which chiaki-ng is looking for, but it fails when trying to generate the build files using the system curl as the name defined in the lib/CMakeLists.txt file is incorrect (at least on Arch, where it is simply
libcurl
).I've updated the PKGBUILD to explicitly enable use of the system curl, fix the library name, and drop the curl git submodule.
manuth commented on 2024-10-24 12:04 (UTC)
This package is broken for quite a few months now. I found myself able to fix it by adding
-DCHIAKI_USE_SYSTEM_CURL=0
to the cmake command.