Package Details: duckstation-git 0.1.r6679.g17b9736-1

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
Licenses: GPL-3.0-only
Conflicts: duckstation
Provides: duckstation
Submitter: jackdroido
Maintainer: eugene
Last Packager: eugene
Votes: 22
Popularity: 2.01
First Submitted: 2020-04-25 18:24 (UTC)
Last Updated: 2024-04-26 20:40 (UTC)

Required by (1)

Sources (7)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

PowerdollKirby commented on 2024-03-09 00:13 (UTC)

there's a dock and there's a station, 10/10

scatherinch commented on 2024-02-09 18:44 (UTC)

thank you so much!

@eugene

eugene commented on 2024-02-09 17:27 (UTC)

@scatherinch issue with deps resolved by addition of libwebp to build deps

scatherinch commented on 2024-02-09 17:02 (UTC) (edited on 2024-02-09 17:03 (UTC) by scatherinch)

CMaKe Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): count NOT find WebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY _WebP_REQUIRED_LIBS_FOUND) Call stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) CMakeModules/FindWebP.cmake:133 (find_package_handle_standard_args) CmakeModules/DuckstationDependencies.cmake:7 (find_package) CMakeLists.txt:223 (include) - copied from my computer screen, since i'm on a laptop, so i may have made some typos

failed to build. anyone else? can someone help?

eugene commented on 2023-12-16 08:50 (UTC) (edited on 2023-12-16 08:50 (UTC) by eugene)

builds fine on my side.

@INGRID if you still have an issue, try to report it to upstream project

lNGRID commented on 2023-12-16 03:55 (UTC) (edited on 2023-12-23 17:43 (UTC) by lNGRID)

I haven't been able to install duckstation thanks to this error:

[356/419] Building CXX object src/core/CMakeFiles/core.dir/cpu_recompiler_code_generator.cpp.o

FAILED: src/core/CMakeFiles/core.dir/cpu_recompiler_code_generator.cpp.o

/usr/bin/c++ -DENABLE_CUBEB=1 -DENABLE_DISCORD_PRESENCE=1 -DENABLE_MMAP_FASTMEM=1 -DENABLE_NEWREC=1 -DENABLE_OPENGL=1 -DENABLE_RECOMPILER=1 -DENABLE_SDL2=1 -DENABLE_VULKAN=1 -DXBYAK_NO_EXCEPTION=1 -DXXH_STATIC_LINKING_ONLY -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/src/core/.. -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/src/common/.. -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/fmt/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/fast_float/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/src/util/.. -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/simpleini/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/imgui/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/vulkan/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/zlib/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/stb/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/xxhash/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/rapidjson/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/rcheevos/include -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/xbyak/xbyak -I/home/Royce/.cache/yay/duckstation-git/src/duckstation/dep/discord-rpc/include -isystem /usr/include/SDL2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wno-error=format-security -Wall -Wno-switch -Wno-class-memaccess -Wno-invalid-offsetof -fno-exceptions -fno-rtti -DFMT_EXCEPTIONS=0 -O3 -DNDEBUG -std=gnu++20 -flto=auto -fno-fat-lto-objects -Winvalid-pch -include /home/Royce/.cache/yay/duckstation-git/src/build/src/core/CMakeFiles/core.dir/cmake_pch.hxx -MD -MT src/core/CMakeFiles/core.dir/cpu_recompiler_code_generator.cpp.o -MF src/core/CMakeFiles/core.dir/cpu_recompiler_code_generator.cpp.o.d -o src/core/CMakeFiles/core.dir/cpu_recompiler_code_generator.cpp.o -c /home/Royce/.cache/yay/duckstation-git/src/duckstation/src/core/cpu_recompiler_code_generator.cpp /home/Royce/.cache/yay/duckstation-git/src/duckstation/src/core/cpu_recompiler_code_generator.cpp: In member function ‘bool CPU::Recompiler::CodeGenerator::Compile_Bitwise(CPU::Instruction, const CPU::CodeCache::InstructionInfo&)’:

/home/Royce/.cache/yay/duckstation-git/src/duckstation/src/core/cpu_recompiler_code_generator.cpp:1330:81: error: operands to ‘?:’ have different types ‘BitField<unsigned int, CPU::Reg, 16, 5>’ and ‘BitField<unsigned int, CPU::Reg, 21, 5>’ 1330 | PGXP::PackMoveArgs(dest, lhs.HasConstantValue(0) ? instruction.r.rt : instruction.r.rs)), | ^ /home/Royce/.cache/yay/duckstation-git/src/duckstation/src/core/cpu_recompiler_code_generator.cpp:1362:81: error: operands to ‘?:’ have different types ‘BitField<unsigned int, CPU::Reg, 16, 5>’ and ‘BitField<unsigned int, CPU::Reg, 21, 5>’ 1362 | PGXP::PackMoveArgs(dest, lhs.HasConstantValue(0) ? instruction.r.rt : instruction.r.rs)), | ^

EDIT: I had to manually delete the cache files since there was an error trying to cleanbuild. I successfully was able to download it.

loathingkernel commented on 2023-09-17 10:30 (UTC) (edited on 2023-09-17 10:36 (UTC) by loathingkernel)

@ShalokShalom That's a preference, and Arch is a tool that is built on the principle of fiddling around with the system. If it is so much trouble to you to install an optional dependency or fiddling with the system, quite possibly Arch is not the correct tool for you.

Once Arch moves the wayland supporting packages into hard dependencies this is going to be an non-issue as this is going to be an already satisfied dependency. Until then, since qt6-wayland is optional in Arch's qt6-base, the correct approach is to remain an optional dependency here too, as to not force it on users that don't want to have it installed.

ShalokShalom commented on 2023-09-17 10:16 (UTC)

I quote:

Any optional dependencies that are not needed to run the package or have it generally function should not be included in the depends array;

Exactly. And it is absolutely essential to run on most modern systems. Besides this: I can quote you thousands of packages, who all have depends, who are arguably "optionally". Look at Debian: They show you, what 'optional' really means.

I usually can install any package from Arch, both the official repositories and the AUR, and it just works. I don't need to fiddle around, and I don't expect critical libraries like support for the very display protocol our entire ecosystem is strongly moving towards, as an optional dependency.

Neros commented on 2023-09-16 22:48 (UTC) (edited on 2023-09-17 04:02 (UTC) by Neros)

It looks like sound is broken and fall back to "Null".

edit: fixed with the last commit

xAsh commented on 2023-08-29 14:32 (UTC)

build will now fail since commit e89789d (FAILED: dep/reshadefx/CMakeFiles/reshadefx.dir/src/effect_preprocessor.cpp.o)