Search Criteria
Package Details: chiaki-ng 1.9.6-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: | 2 |
Popularity: | 0.034919 |
First Submitted: | 2024-08-01 11:33 (UTC) |
Last Updated: | 2025-04-09 18:23 (UTC) |
Dependencies (30)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- fftw
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- 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-gitAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-svg
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- speexdsp (speexdsp-gitAUR)
- Show 10 more dependencies...
Latest Comments
1 2 Next › Last »
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 build
actually completed successfully -- you should have a package you can install withpacman -U
after that. I'll update the package shortly with the fixes.pickled-dev commented on 2025-04-09 17:42 (UTC) (edited on 2025-04-09 17:44 (UTC) by pickled-dev)
I think the most recent update to CMake on 3/29/25 might be causing issues, or maybe this is just me. I used
yay -G chiaki-ng
then usedpkgctl build
inside the directoryyay
created.Looks like they removed 3.5 compatability with the 4.0 release: https://cmake.org/cmake/help/latest/release/4.0.html#id12.
Adding
-DCMAKE_POLICY_VERSION_MINIMUM="3.5"
to the cmake command in the PKGBUILD gets me past the error, but then I get this:So I added
vulkan-headers
to themake-depends
section in the PKGBUILD.But then I get this:
Full output of
pkgctl build
here: https://pastebin.com/Thpf6CJzThen I couldn't think of what to do so I ended up going with the FlatPak version for the time being. I'm inept when it comes to this kind of stuff, so this is probably simply an issue on my end, but I figured I'd post here just in case.
WorMzy commented on 2025-03-23 11:46 (UTC)
Sorry, programistazacny, I somehow missed your comment (busy week).
Great sleuthing, byzxor. Unfortunately chiaki is already using the latest nanopb code, so this needs to be fixed there.
Please could one of you report the problem to the nanopb upstream, and possibly to the chiaki-ng devs here.
In the meantime, I've written a patch to replace the now removed function with the recommended replacement, and confirmed that chiaki-ng builds and launches with that.
byzxor commented on 2025-03-23 10:14 (UTC)
Looks like that function was removed from protobuf here
programistazacny commented on 2025-03-19 22:18 (UTC)
I have a problem with installing/building:
WorMzy commented on 2025-02-26 18:36 (UTC)
I recommend building with
pkgctl build
, but if you want to use makepkg, usemakepkg -C
to do a clean build rather than adding extra logic to prepare() to achieve the same.throstur commented on 2025-02-26 15:36 (UTC)
I recommend changing the PKGBUILD for this package, or it may fail when you update. There's a line where it
mkdir build
without checking if the directory exists, an easy workaround is to replace it withmkdir build || rm -r build && mkdir build
(ormkdir -p build
if we are sure that old files can be kept around).tessaracht commented on 2025-02-02 00:03 (UTC)
@wormzy ahh yes you're completely right, unclear build dir from yay was the culprit. thanks for the reminder, gotta clear out those cache dirs more frequently!
WorMzy commented on 2025-02-01 22:33 (UTC)
How are you building the package? Chiaki will build against the current version of miniupnpc installed on your system (or clean chroot). It sounds like your system is up-to-date, but if you use a clean chroot perhaps that is outdated?
If you use an AUR helper then you may need to "force" it to rebuild the package (or increment the pkgrel variable in the PKGBUILD).
tessaracht commented on 2025-02-01 21:04 (UTC)
running into a problem with the current chiaki-ng release. it builds ok, but when I run it I get:
chiaki: error while loading shared libraries: libminiupnpc.so.18: cannot open shared object file: No such file or directory
looking at my system, the version of miniupnpc is 2.3.0-1, and the library version is /usr/lib/libminiupnpc.so.19, so that probably explains it. can we get the build to either build against this version of the lib, or statically build the binary so the version of the lib doesn't matter?
1 2 Next › Last »