Search Criteria
Package Details: vita3k-git r3758.664ae22c4-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: | 12 |
Popularity: | 0.057994 |
First Submitted: | 2018-01-29 14:48 (UTC) |
Last Updated: | 2025-04-07 14:04 (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 (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (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 »
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
EXtremeExploit commented on 2025-02-27 02:29 (UTC)
Pushed a commit that prefixes the zlib source to "vita3k-zlib", thanks patlefort for the suggestion
patlefort commented on 2025-02-27 01:52 (UTC)
Can you please prefix or postfix the source name for zlib since it's a fork?
EXtremeExploit commented on 2023-12-26 13:22 (UTC)
Pushed a commit that makes the commit hash part of the version always be 9 characters long, i decided with 9 as it already was the length used, just for consistency
1 2 3 4 5 6 7 Next › Last »