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.061702 |
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
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
EXtremeExploit commented on 2023-10-21 16:31 (UTC)
Committed your changes, thanks!
xiota commented on 2023-10-21 15:32 (UTC)
@ExtremeExploit Here is a PKGBUILD that's modified to make changing the names of the submodule source folders easier. Tested in clean chroot.
patlefort commented on 2023-10-21 11:18 (UTC)
Can you please change the name of the source of dynarmic since it is a fork and also add
.git
at the end of all the git sources? Makes it easier to cache these sources.EXtremeExploit commented on 2023-09-21 00:19 (UTC)
what game does it occur on?, i am unable to replicate, can you check if it happens on other game or on a manual build?, any case should be reported onto upstream (the github), just to track it, start the issue title name with "AUR: blabla", so i can track it myself easily, thanks!
Neros commented on 2023-09-19 21:00 (UTC)
@EXtremeExploit: Thanks for the last patch! Can you test on your side the "Cubeb" audio backend? It looks like it crashes with this version but not with the precompiled build on Github.
EXtremeExploit commented on 2023-09-19 14:44 (UTC)
Fixed last error in upstream, reinstall the pkg using updated source
Neros commented on 2023-09-16 23:30 (UTC)
Crash when launching
vita3k
:EXtremeExploit commented on 2023-02-03 21:39 (UTC)
nvm i pushed your changes, thank you
xiota commented on 2023-02-03 21:15 (UTC) (edited on 2023-02-03 21:17 (UTC) by xiota)
You're referring to
"$srcdir/${submodule##*/}"
? It should be"$srcdir/$submodule"
. It's a copy/paste remnant from the template I was using that had the path along with the submodules. Since I removed the path component, it ends up doing nothing and still builds.« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »