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 »

Neko-san commented on 2022-10-01 22:45 (UTC)

With that said, it would be great if you add this patch to the package so it doesn't have to be done manually every time

Upstream isn't exactly welcoming to pull requests for fixing issues

Neko-san commented on 2022-09-29 07:05 (UTC) (edited on 2022-09-29 08:57 (UTC) by Neko-san)

@eugene That solution's completely unnecessary; the correct solution is simple:

--- a/src/frontend-common/fullscreen_ui.cpp 2022-09-29 00:28:13.283487127 -0500
+++ b/src/frontend-common/fullscreen_ui.cpp 2022-09-29 00:24:25.579484802 -0500
@@ -1154,7 +1154,7 @@
     ImGui::SetCursorPos(ImVec2(ImGui::GetWindowWidth() - rev_size.x - LayoutScale(20.0f),
                                ImGui::GetWindowHeight() - rev_size.y - LayoutScale(20.0f)));
     ImGui::PushFont(g_medium_font);
-    ImGui::Text(g_scm_tag_str);
+    ImGui::Text("%s", g_scm_tag_str);
     ImGui::PopFont();
   }


italoghost commented on 2022-09-18 16:20 (UTC)

Thanks, @eugene! I was clueless on how to debug the error. The output on the terminal is not the most readable, but copying and pasting it on a text editor made me see that it was pointing to the exactly line that you undone with the prepare().

Do you think we should report it to the dev?

italoghost commented on 2022-09-17 19:06 (UTC)

Hi!

The latest commits are related to the Fullscreen UI and it seems to be crashing the compilation. I really do not know if the problem is with Duckstation itself or to the AUR package but I am reporting anyway.

The error that I am receiving is on this step:

[398/466] Building CXX object src/frontend-common/CMakeFiles/frontend-common.dir/fullscreen_ui.cpp.o
FAILED: src/frontend-common/CMakeFiles/frontend-common.dir/fullscreen_ui.cpp.o 

Vaporeon commented on 2022-08-24 14:14 (UTC)

Thank you for maintaining this katt.

FabioLolix commented on 2022-08-17 20:22 (UTC)

Instead of completely remove jack2 from depends you can write 'jack', both jack2 and pipewire-jack provide jack

eugene commented on 2022-08-17 19:45 (UTC)

@ioletsgo I removed jack2 from makedepends.

ioletsgo commented on 2022-08-17 17:27 (UTC)

is jack/jack2 a necessary dependency to build? Can it not be supplemented with Pipewire-jack?

Technetium1 commented on 2022-08-17 06:17 (UTC)

Per the readme on GitHub this is missing at least the libevdev dependency.