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 »
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:patlefort commented on 2023-11-10 00:02 (UTC)
It currently won't compile if AVX is enabled:
Their cmake file doesn't allow setting XXH_X86DISPATCH_ALLOW_AVX but a little sed magic can do the trick:
xiota commented on 2023-10-30 09:29 (UTC)
Instead of deleting folders, may also edit
[folder]/config
to add the missing.git
to the end of theurl
.EXtremeExploit commented on 2023-10-21 16:53 (UTC)
Also kind reminder that now that now that the sources have a .git you have to delete your AUR helper cache so it doesnt yell about it not being a clone bla bla
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »