Search Criteria
Package Details: pcsx2 2.6.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pcsx2.git (read-only, click to copy) |
|---|---|
| Package Base: | pcsx2 |
| Description: | PlayStation 2 emulator |
| Upstream URL: | https://github.com/PCSX2/pcsx2 |
| Licenses: | GPL-3.0-or-later |
| Submitter: | freswa |
| Maintainer: | xiota (weirdbeard) |
| Last Packager: | xiota |
| Votes: | 36 |
| Popularity: | 2.20 |
| First Submitted: | 2023-01-03 23:17 (UTC) |
| Last Updated: | 2026-01-06 06:24 (UTC) |
Dependencies (29)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR)
- kddockwidgets (kddockwidgets-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwebp (libwebp-gitAUR)
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- sdl3 (sdl3-noibus-gitAUR, sdl3-gitAUR)
- 7zip (p7zip-natspecAUR, 7zip-natspecAUR, 7zip-zstd-binAUR, 7zip-zstdAUR) (make)
- alsa-lib (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- Show 9 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
Erwin_Iosef commented on 2026-01-05 19:09 (UTC) (edited on 2026-01-05 19:15 (UTC) by Erwin_Iosef)
Cmake outputs for pcsx2 2.6.0:
And looks like ENABLE_TESTS isn't recognized by pluto{vg,svg}, should it be moved to pcsx2 only?
EDIT: Please add
vulkan-headerstomakedependsfor cmake to detectWrapVulkanHeadersxiota commented on 2025-12-07 00:38 (UTC)
maxlefou commented on 2025-12-06 22:29 (UTC)
Please change
kddockwidgetsdependency tokddockwidgets-qt6as it's now the new name for it.ParadiseofMagic commented on 2025-10-14 17:53 (UTC) (edited on 2025-10-14 17:58 (UTC) by ParadiseofMagic)
Build fails after https://aur.archlinux.org/packages/kddockwidgets-qt6 was updated. After reading the PKGBUILD, I can't figure what exactly what's causing it but, compilation mentions something deprecated about QT.
deprecated thing I mentioned: warning: 'invalidateRowsFilter' is deprecated: Use begin/endFilterChange(QSortFilterProxyModel::Direction::Rows) instead [-Wdeprecated-declarations] 53 | invalidateRowsFilter(); | ^ /usr/include/qt6/QtCore/qsortfilterproxymodel.h:129:5: note: 'invalidateRowsFilter' has been explicitly marked deprecated here 129 | QT_DEPRECATED_VERSION_X_6_13("Use begin/endFilterChange(QSortFilterProxyModel::Direction::Rows) instead") | ^ /usr/include/qt6/QtCore/qtdeprecationmarkers.h:245:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_6_13' 245 | # define QT_DEPRECATED_VERSION_X_6_13(text) QT_DEPRECATED_X(text) | ^ /usr/include/qt6/QtCore/qtdeprecationmarkers.h:29:33: note: expanded from macro 'QT_DEPRECATED_X' 29 | # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) | ^ /usr/include/qt6/QtCore/qcompilerdetection.h:1011:36: note: expanded from macro 'Q_DECL_DEPRECATED_X' 1011 | # define Q_DECL_DEPRECATED_X(x) [[deprecated(x)]] | ^ /home/paradise/.cache/yay/pcsx2/src/pcsx2/pcsx2-qt/GameList/GameListWidget.cpp:58:3: warning: 'invalidateRowsFilter' is deprecated: Use begin/endFilterChange(QSortFilterProxyModel::Direction::Rows) instead [-Wdeprecated-declarations] 58 | invalidateRowsFilter(); | ^ /usr/include/qt6/QtCore/qsortfilterproxymodel.h:129:5: note: 'invalidateRowsFilter' has been explicitly marked deprecated here 129 | QT_DEPRECATED_VERSION_X_6_13("Use begin/endFilterChange(QSortFilterProxyModel::Direction::Rows) instead") | ^ /usr/include/qt6/QtCore/qtdeprecationmarkers.h:245:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_6_13' 245 | # define QT_DEPRECATED_VERSION_X_6_13(text) QT_DEPRECATED_X(text) | ^ /usr/include/qt6/QtCore/qtdeprecationmarkers.h:29:33: note: expanded from macro 'QT_DEPRECATED_X' 29 | # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) | ^ /usr/include/qt6/QtCore/qcompilerdetection.h:1011:36: note: expanded from macro 'Q_DECL_DEPRECATED_X' 1011 | # define Q_DECL_DEPRECATED_X(x) [[deprecated(x)]] | ^ /home/paradise/.cache/yay/pcsx2/src/pcsx2/pcsx2-qt/GameList/GameListWidget.cpp:63:3: warning: 'invalidateRowsFilter' is deprecated: Use begin/endFilterChange(QSortFilterProxyModel::Direction::Rows) instead [-Wdeprecated-declarations] 63 | invalidateRowsFilter(); | ^ /usr/include/qt6/QtCore/qsortfilterproxymodel.h:129:5: note: 'invalidateRowsFilter' has been explicitly marked deprecated here 129 | QT_DEPRECATED_VERSION_X_6_13("Use begin/endFilterChange(QSortFilterProxyModel::Direction::Rows) instead") | ^ /usr/include/qt6/QtCore/qtdeprecationmarkers.h:245:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_6_13' 245 | # define QT_DEPRECATED_VERSION_X_6_13(text) QT_DEPRECATED_X(text) | ^ /usr/include/qt6/QtCore/qtdeprecationmarkers.h:29:33: note: expanded from macro 'QT_DEPRECATED_X' 29 | # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) | ^ /usr/include/qt6/QtCore/qcompilerdetection.h:1011:36: note: expanded from macro 'Q_DECL_DEPRECATED_X' 1011 | # define Q_DECL_DEPRECATED_X(x) [[deprecated(x)]] | ^ 3 warnings generated.
DodoGTA commented on 2025-07-16 16:35 (UTC)
Can the package not rely on AUR dependencies and actually use a stable tag in nvchecker? Here's an example on how to do that: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pcsx2-stable
1 2 3 4 5 6 .. 8 Next › Last »