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.028386 |
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, clang17-binAUR, clang-minimal-gitAUR) (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) (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 »
abouvier commented on 2021-08-02 19:26 (UTC)
Each submodule should be added [1] to the source array.
[1] https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
jdoe commented on 2021-07-28 09:14 (UTC)
With Discord SDK disabled, the package now compiles fine with latest GCC.
DDoSolitary commented on 2020-11-25 09:17 (UTC)
@severin.kaderli The gcc8 package has been removed from [community], making it pretty hard to build this package. I just did some experiments locally and found out that this package can be built using latest clang. Following is the patch for PKGBUILD. It replaces gcc8 with clang and patches discord_game_sdk to fix compilation errors.
severin.kaderli commented on 2020-05-04 16:47 (UTC)
The PKGBUILD should work again. I needed to use gcc8 to make it compile again.
severin.kaderli commented on 2020-05-03 15:38 (UTC)
@dnmodder Gonna take a look at it later today and try to fix the build.
dnmodder commented on 2020-05-01 20:46 (UTC)
This needs an update, the compilation steps have changed.
PedroHLC commented on 2020-01-22 16:10 (UTC)
Confirming it works. Thanks @severin.kaderli!
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.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »