Search Criteria
Package Details: ymir-emu 0.1.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ymir-emu.git (read-only, click to copy) |
---|---|
Package Base: | ymir-emu |
Description: | Sega Saturn Emulator |
Upstream URL: | https://github.com/StrikerX3/Ymir |
Keywords: | emu emulator saturn sega ymir |
Licenses: | GPL3 |
Submitter: | aquova |
Maintainer: | aquova |
Last Packager: | aquova |
Votes: | 2 |
Popularity: | 1.59 |
First Submitted: | 2025-05-03 17:35 (UTC) |
Last Updated: | 2025-07-21 13:00 (UTC) |
Dependencies (5)
- sdl3 (sdl3-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
Latest Comments
floreal commented on 2025-05-19 14:50 (UTC)
@aquova I make u pull request that have been merged to the main project, good news :3
aquova commented on 2025-05-12 20:40 (UTC)
@floreal I would appreciate that. I struggled to find an "efficient" way to bring in the submodules, and didn't realize this method had that limitation. I'm curious of the ideal method, I'm not quite certain how to fix it myself.
floreal commented on 2025-05-12 20:27 (UTC) (edited on 2025-05-12 20:28 (UTC) by floreal)
It seems that project won't build if you don't have private ssh key matching a public key in your github account because git submodules require a ssh connection instead of HTTPS.
I'll propose a PR to fix that if there is none yet.