Search Criteria
Package Details: vita3k-git r3738.3d53d7cb9-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.072644 |
First Submitted: | 2018-01-29 14:48 (UTC) |
Last Updated: | 2025-02-27 02:28 (UTC) |
Dependencies (13)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcurl-gnutls (libcurl3-gnutlsAUR, libcurl-gnutls-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-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
severin.kaderli commented on 2020-01-21 16:19 (UTC)
I updated the PKGBUILD. It now builds for me in a clean chroot. I also went ahead and enabled Vulkan support.
PedroHLC commented on 2020-01-06 10:33 (UTC) (edited on 2020-01-06 10:35 (UTC) by PedroHLC)
I was wrong, it will ignore our packages and rebuild them all (it wouldn't work anyway as it's using them statically). You can remove the discord rpc hack thought, or reuse it to enable Vulkan support.
From the deps I've mentioned, you should instead add theirs depends and makedepends (as they will be build and redistributed). Except
gtk3
,vulkan-headers
, andvulkan-icd-loader
.And even then, it's still not building in my clean chroot. This one will be fun to get working...
severin.kaderli commented on 2020-01-04 13:37 (UTC)
@PedroHLC Thank you. I adjusted the dependencies accordingly.
PedroHLC commented on 2020-01-03 19:59 (UTC) (edited on 2020-01-03 22:05 (UTC) by PedroHLC)
So, consider adding these depends: from official repo:
capstone spdlog unicorn yaml-cpp pugixml ffmpeg vulkan-icd-loader
from AUR:elfio stb discord-rpc-api spirv-cross
And as makdepends:
vulkan-headers glslang gtest
PedroHLC commented on 2020-01-03 19:40 (UTC)
Also, please add
glslang
andgtest
as makedepends, this way they aren't rebuilt unnecessarily, speeding builds and not carrying on their dependencies. This probably can be done for other tools inexternal
dir, but these two were not building because of missing or not configured dependencies.PedroHLC commented on 2020-01-03 18:32 (UTC)
Missing
boost
in makedepends andgtk3
in depends, they are necessary when building from a clean chroot.matthias.lisin commented on 2019-09-01 12:25 (UTC)
Next time you need to update the package change the upstream URL to https://vita3k.org/
« First ‹ Previous 1 2 3 4 5 6