Package Details: vita3k-git r3806.cf3d62732-1

Git Clone URL: https://aur.archlinux.org/vita3k-git.git (read-only, click to copy)
Package Base: vita3k-git
Description: Experimental PlayStation Vita emulator
Upstream URL: https://github.com/Vita3K/Vita3K
Keywords: emulation gaming
Licenses: GPL2
Conflicts: vita3k
Provides: vita3k
Submitter: aimileus
Maintainer: EXtremeExploit
Last Packager: EXtremeExploit
Votes: 14
Popularity: 1.08
First Submitted: 2018-01-29 14:48 (UTC)
Last Updated: 2025-07-14 17:39 (UTC)

Latest Comments

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

EXtremeExploit commented on 2022-06-13 05:15 (UTC)

I added python to the list of makedepends, so it should be good now even if you don't have python installed

atticf commented on 2022-06-13 03:44 (UTC)

Please add python to the depends array.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at
  least version "3")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  external/glslang/CMakeLists.txt:233 (find_package)
  external/glslang/CMakeLists.txt:239 (find_host_package)

EXtremeExploit commented on 2022-06-07 22:20 (UTC)

Pushed a new PKGBUILD that disables Vulkan temporarily because of an error in the source code.

Deresiant commented on 2022-02-22 08:54 (UTC)

Hey, it looks like it stopped building properly again.

https://bin.disroot.org/?647a5abf8bf25145#G2V5xxndXWHbzC5hStZkxRYXhoCcWLJAT1LiW43uVUP3

severin.kaderli commented on 2021-12-29 20:51 (UTC)

I pushed a new version of the PKGBUILD. I removed the verbose logging, added a .desktop file and simplified the handling of submodules.

Deresiant commented on 2021-12-29 04:20 (UTC)

PKGBUILD compiles properly on my system now.

EXtremeExploit commented on 2021-12-28 21:01 (UTC)

Vita3K contributor here, i made some PRs that fix this problem and some more on linux systems:

https://github.com/Vita3K/Vita3K/pull/1567

https://github.com/Vita3K/Vita3K/pull/1569 https://github.com/Vita3K/Vita3K/pull/1572 https://github.com/Vita3K/Vita3K/pull/1573

i confirm that this works and IT IS FIXED

Zebellah commented on 2021-09-15 14:08 (UTC) (edited on 2021-09-15 14:12 (UTC) by Zebellah)

This seems to be the only error:

/home/firecatmon/.cache/yay/vita3k-git/src/vita3k-git/vita3k/gui/src/common_dialog.cpp:332:29: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
                ImGui::Text(no_save_data);
                            ^~~~~~~~~~~~
/home/firecatmon/.cache/yay/vita3k-git/src/vita3k-git/vita3k/gui/src/common_dialog.cpp:332:29: note: treat the string as an argument to avoid this
                ImGui::Text(no_save_data);
                            ^
                            "%s", 
1 error generated.

Deresiant commented on 2021-08-27 03:33 (UTC) (edited on 2021-08-27 03:34 (UTC) by Deresiant)

It's just "subcommand failed" and a bunch of warnings from the compiler

https://bin.disroot.org/?7572a02081b1093f#Gefc36MjForB9ZvHV4u6yDhiXPRsUDQ5JFr5gsCjbLR1

severin.kaderli commented on 2021-08-25 18:49 (UTC)

@TheDrifter363 & @Deresiant I pushed a change to the PKGBUILD to enable verbose build output. Maybe the error message will now be more useful.