Search Criteria
Package Details: duckstation-git 0.1.r8555.gf7d7eec-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/duckstation-git.git (read-only, click to copy) |
---|---|
Package Base: | duckstation-git |
Description: | A Sony PlayStation (PSX) emulator, focusing on playability, speed, and long-term maintainability (git version) |
Upstream URL: | https://github.com/stenzek/duckstation |
Keywords: | emulator game gaming psone psx |
Licenses: | cc-by-nc-nd-4.0 |
Conflicts: | duckstation |
Provides: | duckstation |
Submitter: | jackdroido |
Maintainer: | eugene |
Last Packager: | eugene |
Votes: | 27 |
Popularity: | 0.71 |
First Submitted: | 2020-04-25 18:24 (UTC) |
Last Updated: | 2025-01-30 23:54 (UTC) |
Dependencies (45)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libbacktrace.so (libbacktrace-gitAUR, libbacktrace)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libdbus-1.so (dbus-gitAUR, libdbus-minimalAUR, dbus-selinuxAUR, dbus, lib32-dbus)
- libfreetype.so (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libpng16.so (libpng-gitAUR, libpng-apngAUR, lib32-libpng, libpng)
- libudev.so (systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-fmlAUR, lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
- libwebp.so (libwebp0.5AUR, lib32-libwebp, libwebp)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libz.so (zlib-gitAUR, lib32-zlib, zlib, zlib-ng-compat)
- libzip.so (libzip)
- libzstd.so (zstd-gitAUR, zstd-staticAUR, lib32-zstd, zstd)
- qt6-base (qt6-base-gitAUR, qt6-base-noguiAUR, qt6-base-headlessAUR)
- sdl3 (sdl3-gitAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- Show 25 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
exploder-jimmy commented on 2023-08-18 03:48 (UTC) (edited on 2023-08-18 03:58 (UTC) by exploder-jimmy)
@eugene Maybe add an
.install
file?Something like this:
And remove it from both
optdepends
anddepends
, since it's already optional forqt6-base
:qt6-wayland: to run Qt6 applications in a Wayland session
.exploder-jimmy commented on 2023-08-18 03:22 (UTC)
I think so as well.
@eugene Please see https://wiki.archlinux.org/title/Arch_package_guidelines#Package_etiquette
loathingkernel commented on 2023-08-17 17:06 (UTC) (edited on 2023-08-17 17:06 (UTC) by loathingkernel)
I think it is wrong to force a wayland dependency to all users when the issue is clearly an oversight by the user in this specific case. The optional dependency is there and pacman will alert for it. I assume there is a reason that most software in Arch is only optionally depending on
qt6-wayland
unless absolutely necessary.eugene commented on 2023-08-17 10:15 (UTC)
@ShalokShalom: qt6-wayland was optional dependency, but I think it will be fine to make it mandatory. So be it.
ShalokShalom commented on 2023-08-17 08:35 (UTC) (edited on 2023-08-17 08:36 (UTC) by ShalokShalom)
This is missing a dependency, I think.
FabioLolix commented on 2023-08-12 21:01 (UTC)
Yes it is forced by makepkg.conf, however format-security isn't a new addition, this is likely a regression upstream because it worked before but issues are disabled on github
noabody commented on 2023-08-12 20:23 (UTC) (edited on 2023-08-12 20:24 (UTC) by noabody)
As FabioLolix pointed out, it's due to format-security which is most likely being forced by makepkg/PKGBUILD settings. You can check with:
With that in mind, another option would be to do this in the build section:
Which strips format-security out of the global flags being forced by makepkg/PKGBUILD. It should also be possible to do this
options=!buildflags
but I've never seen it work.FabioLolix commented on 2023-08-12 19:58 (UTC)
I can confirm the build problem which more precisely is:
and can be bypassed by adding right after build():
xAsh commented on 2023-08-12 19:38 (UTC)
can't build since latest commit (FAILED: src/util/CMakeFiles/util.dir/cd_image_chd.cpp.o)
exploder-jimmy commented on 2023-07-25 22:18 (UTC)
@loathingkernel, Wouldn't it make sense to add
jack
instead ofjack2
there?Since both
jack2
andpipewire-jack
providesjack
, and theirprovides=()
arrays are exactly the same.Or does duckstation ignore
pipewire-jack
during build time for some reason?« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »