Package Details: chiaki-ng 1.9.0-2

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)

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).

CMake Error at lib/CMakeLists.txt:165 (target_link_libraries):                                                          
  Target "chiaki-lib" links to:                                                                                         

    CURL::libcurl_shared                                                                                                

  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.

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.