Package Details: vita3k-git r3758.664ae22c4-1

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.057994
First Submitted: 2018-01-29 14:48 (UTC)
Last Updated: 2025-04-07 14:04 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

Billli11 commented on 2025-04-07 16:33 (UTC) (edited on 2025-04-07 17:37 (UTC) by Billli11)

Thank for the fix and accepting my suggestion.

Setting function outside of subshell will leak the function outside.
It may be a problem if it overrides other makepkg function.

It most likely work fine though. I just don't like leaking thing outside.

demo

patlefort commented on 2025-04-07 14:42 (UTC)

Looks like upstream is sneaking in pre-built binaries of ffmpeg from that external/ffmpeg sub-module. Tsk Tsk.

EXtremeExploit commented on 2025-04-07 14:05 (UTC)

Thanks Billli11 for the suggestions, its something i wanted to do for some time, the dynarmic problem got fixed in upstream and there was a small error in your suggestion but it still is good, thanks, everything works as it should now :D

Billli11 commented on 2025-04-07 10:00 (UTC) (edited on 2025-04-07 10:00 (UTC) by Billli11)

Suggestion. Putting the repeating git submodule command in to single function.

Diff

Billli11 commented on 2025-04-06 17:03 (UTC) (edited on 2025-04-07 09:44 (UTC) by Billli11)

Getting submodule error and cannot build

  1. Vulkan-Headers move in to VulkanMemoryAllocator-Hpp
  2. VulkanMemoryAllocator-Hpp changed repo
  3. vita3k-dynarmic the checkout commit is not in repo.(github slow this errorThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.)

The diff below should fix first 2 problem but not the third.

Edit 1:
Fixed the 3rd problem. seem like git bare clone do not copy dangling commit.
So any newly cloned repo do not have that commit. Need to manually fetch the commit first.
git -C vita3k-dynarmic fetch origin d8b33e4311fbb41aac376cc8b644c47df03c1549

EXtremeExploit commented on 2025-04-01 15:04 (UTC)

The CMake problem is getting solved upstream, it will be merged shortly as it also affects the CI

kamuridesu commented on 2025-04-01 14:59 (UTC)

After cmake update to 4.0 cmake_minimum_required was removed. This causes an error while building libfat16. You can build it by setting the environment variable CMAKE_POLICY_VERSION_MINIMUM to 3.5

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