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.128430 |
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-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) (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 Next › Last »
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
patlefort commented on 2023-12-26 09:08 (UTC)
It's not specific to an AUR helper, but how the user configured their git. It just make sure that the version generated is consistent for all users regardless of their configuration.
In this case, on my system, the version generated is
r3529.bef1567a-1
while this package isr3529.bef1567a6-1
in the AUR. For aur helpers, it think thatr3529.bef1567a6-1
is more recent.xiota commented on 2023-12-26 08:58 (UTC)
@patlefort What specific aur helper has problems with this package?
patlefort commented on 2023-12-26 06:56 (UTC)
Can you please change
git rev-parse --short
togit rev-parse --short=7
as prescribed in the wiki? The version generated in this pkgbuild has more chars than the default and will lead to aur helpers thinking that there is always or never an update.EXtremeExploit commented on 2023-11-13 01:29 (UTC)
the "avx2 optimization no" is an echo from qemu's configure script, a dependency of unicorn
xiota commented on 2023-11-12 18:19 (UTC) (edited on 2023-11-12 18:20 (UTC) by xiota)
With
-march=x86-64-v3 -O3
, the following is displayed during initial config. What is the criteria for displaying yes/no?Build completes successfully without the SSE2 warning / "error".
EXtremeExploit commented on 2023-11-12 18:08 (UTC) (edited on 2023-11-12 18:09 (UTC) by EXtremeExploit)
XXH3 Fixed in the last push, now XXH_X86DISPATCH_ALLOW_AVX gets enabled with a cmake option
xiota commented on 2023-11-10 01:08 (UTC)
Stating the obvious.
I added
-march=x86-64-v3 -O3 -mavx -mavx2 -mfma -DXXH_X86DISPATCH_ALLOW_AVX=ON
toCFLAGS
andCXXFLAGS
. No complaints during build, but config still says:1 2 3 4 5 6 Next › Last »