Search Criteria
Package Details: vita3k-git r3799.40d10b58f-1
Package Actions
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: | 13 |
Popularity: | 0.35 |
First Submitted: | 2018-01-29 14:48 (UTC) |
Last Updated: | 2025-06-16 15:49 (UTC) |
Dependencies (13)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcurl-gnutls (libcurl3-gnutlsAUR, libcurl-gnutls-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR)
- boost (boost-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- python (python37AUR) (make)
- vulkan-validation-layers (vulkan-validation-layers-gitAUR) (optional) – Descriptive vulkan errors
Required by (0)
Sources (41)
- better-enums
- capstone
- concurrentqueue
- cubeb
- dirent
- fmt
- glslang
- googletest
- imgui
- imgui_club
- libb64
- libzrif
- nativefiledialog-extended
- psp2rela
- psvpfsparser
- pugixml
- sanitizers-cmake
- sdl2-cmake-scripts
- spdlog
- SPIRV-Cross
- stb
- tracy
- vita-toolchain
- vita3k-boost
- vita3k-dlmalloc
- vita3k-dynarmic
- vita3k-ffmpeg
- vita3k-LibAtrac9
- vita3k-libfat16
- vita3k-printf
- vita3k-psvpfstools
- vita3k-sdl
- vita3k-unicorn
- vita3k-zlib
- vita3k.desktop
- vita3k
- Vulkan-Headers
- VulkanMemoryAllocator-Hpp
- VulkanMemoryAllocator
- xxHash
- yaml-cpp
Latest Comments
1 2 3 4 5 6 7 Next › Last »
EXtremeExploit commented on 2025-05-18 16:31 (UTC)
Fixed with the latest PR, thanks for bringing it to my attention
EXtremeExploit commented on 2025-05-17 15:53 (UTC)
Problem is getting fixed upstream, unfortunately there isnt an easy fix to do PKGBUILD side of things, so all that you can do is wait for it to be fixed :C
Neros commented on 2025-05-17 11:46 (UTC) (edited on 2025-05-17 11:57 (UTC) by Neros)
I can't build it anymore:
Billli11 commented on 2025-04-07 16:33 (UTC) (edited on 2025-04-07 17:37 (UTC) by Billli11)
Thank for the fix and accepting my suggestion.
Setting function outside of subshell will leak the function outside.
It may be a problem if it overrides other makepkg function.
It most likely work fine though. I just don't like leaking thing outside.
demo
patlefort commented on 2025-04-07 14:42 (UTC)
Looks like upstream is sneaking in pre-built binaries of ffmpeg from that
external/ffmpeg
sub-module. Tsk Tsk.EXtremeExploit commented on 2025-04-07 14:05 (UTC)
Thanks Billli11 for the suggestions, its something i wanted to do for some time, the dynarmic problem got fixed in upstream and there was a small error in your suggestion but it still is good, thanks, everything works as it should now :D
Billli11 commented on 2025-04-07 10:00 (UTC) (edited on 2025-04-07 10:00 (UTC) by Billli11)
Suggestion. Putting the repeating git submodule command in to single function.
Diff
Billli11 commented on 2025-04-06 17:03 (UTC) (edited on 2025-04-07 09:44 (UTC) by Billli11)
Getting submodule error and cannot build
Vulkan-Headers move in to VulkanMemoryAllocator-HppVulkanMemoryAllocator-Hpp changed repoThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
)The diff below should fix first 2 problem but not the third.Edit 1:
Fixed the 3rd problem. seem like git bare clone do not copy dangling commit.
So any newly cloned repo do not have that commit. Need to manually fetch the commit first.
git -C vita3k-dynarmic fetch origin d8b33e4311fbb41aac376cc8b644c47df03c1549
EXtremeExploit commented on 2025-04-01 15:04 (UTC)
The CMake problem is getting solved upstream, it will be merged shortly as it also affects the CI
kamuridesu commented on 2025-04-01 14:59 (UTC)
After cmake update to 4.0 cmake_minimum_required was removed. This causes an error while building libfat16. You can build it by setting the environment variable CMAKE_POLICY_VERSION_MINIMUM to 3.5
1 2 3 4 5 6 7 Next › Last »