@xiota, I switched to the stable KDock widgets. Tellow mentioned that it's been fixed on pcsx2's end.
Search Criteria
Package Details: pcsx2-git 2.3.240.r2.g23c495b939-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy) |
---|---|
Package Base: | pcsx2-git |
Description: | PlayStation 2 emulator |
Upstream URL: | https://github.com/PCSX2/pcsx2 |
Licenses: | GPL-3.0-or-later |
Conflicts: | pcsx2 |
Provides: | pcsx2 |
Submitter: | alucryd |
Maintainer: | weirdbeard (xiota) |
Last Packager: | weirdbeard |
Votes: | 131 |
Popularity: | 0.46 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2025-03-25 20:47 (UTC) |
Dependencies (35)
- alsa-lib
- 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)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kddockwidgets-qt6AUR (kddockwidgets-qt6-gitAUR)
- libaio (libaio-gitAUR)
- libbacktrace (libbacktrace-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- sdl3 (sdl3-gitAUR)
- shaderc (shaderc-gitAUR)
- soundtouch (soundtouch-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-cursor (xcb-util-cursor-gitAUR)
- 7zip (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- Show 15 more dependencies...
Required by (4)
- better-libretro-pcsx2-launcher-git (requires pcsx2)
- libretro-pcsx2-launcher (requires pcsx2)
- libretro-pcsx2-launcher-git (requires pcsx2)
- pcsx2-plugin-usbqemu-wheel (requires pcsx2)
Sources (2)
weirdbeard commented on 2025-03-25 20:42 (UTC) (edited on 2025-03-25 20:43 (UTC) by weirdbeard)
xiota commented on 2025-03-19 12:38 (UTC) (edited on 2025-03-19 12:38 (UTC) by xiota)
@weirdbeard I think it's okay to leave alone for now. But when stable package is fixed, kddockwidgets-qt6 should be moved to depends array because it contains a linked library that's needed at runtime.
weirdbeard commented on 2025-03-19 11:38 (UTC)
... Why wouldn't we depend on the package that Xiota made / I co-maintain for this over a package that originally didn't work?
And, it's running fine on this end even with the latest update. Do you have the -git package installed?
rubin55 commented on 2025-03-19 07:48 (UTC)
$ pcsx2-qt
pcsx2-qt: error while loading shared libraries: libkddockwidgets-qt6.so.2.2: cannot open shared object file: No such file or directory
kddockwidgets-qt6
should be a regular depends not a makedepends it seems. Furthermore, you should not depend on kddockwidgets-qt6-git
, but on kddockwidgets-qt6
, which kddockwidgets-qt6-git
provides.
weirdbeard commented on 2025-03-17 20:44 (UTC)
I'll switch this package in just a bit. Just moved to a new area and trying to find my "Chinese food place" :D
weirdbeard commented on 2025-03-17 20:43 (UTC)
Right on
xiota commented on 2025-03-17 20:33 (UTC)
@weirdbeard I created aur/kddockwidgets-qt6-git
and added you as comaintainer.
xiota commented on 2025-03-15 19:49 (UTC) (edited on 2025-03-15 19:55 (UTC) by xiota)
@weirdbeard I understand wanting packages to build, but this type of problem with -git packages needs to be allowed to work itself out. If you want to fix it in this package, you could add a prepare()
function to...
- check installed headers for defect with grep
- copy affected headers into srcdir
- patch copied headers with sed
- redirect
build()
to use patched headers
Other options for users:
- Use
aur/pcsx2-latest-bin
. - Use
aur/pcsx2
(currently at last version before kddockwidgets-qt6 is needed) - Add contents of PKGBUILD.append to the end of
aur/kddockwidgets-qt6
PKGBUILD before rebuilding.
weirdbeard commented on 2025-03-15 18:51 (UTC)
@xiota yeah I was afraid of that. And sorry, I just have an OCD with making sure maintained packages are building xD
Pinned Comments
weirdbeard commented on 2024-08-17 03:40 (UTC)
https://github.com/PCSX2/pcsx2/pull/11632
This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2
In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.