Search Criteria
Package Details: ymir-emu-git 0.3.0.r58.gff08641-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ymir-emu-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ymir-emu-git |
| Description: | Sega Saturn emulator |
| Upstream URL: | https://github.com/StrikerX3/Ymir |
| Licenses: | GPL-3.0-only |
| Conflicts: | ymir-emu |
| Provides: | ymir-emu |
| Submitter: | xiota |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 1 |
| Popularity: | 0.29 |
| First Submitted: | 2025-10-31 07:14 (UTC) |
| Last Updated: | 2026-04-29 21:58 (UTC) |
Dependencies (14)
- libfmt.so (fmt10AUR, fmt9AUR, fmt11AUR, fmt-gitAUR, fmt)
- librtmidi.so (rtmidi)
- miniz
- sdl3 (sdl3-noibus-gitAUR, sdl3-gitAUR)
- cereal (make)
- chrono-date (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cxxopts (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libngtcp2 (libngtcp2-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- stb (stb-gitAUR) (make)
- tomlplusplus (make)
Latest Comments
Kigurumi commented on 2026-04-29 19:23 (UTC)
After updating the following error:
-- ==> libchdr CMake Error at vendor/libchdr/CMakeLists.txt:1 (find_package): Could not find a package configuration file provided by "miniz" with any of the following names:
Add the installation prefix of "miniz" to CMAKE_PREFIX_PATH or set "miniz_DIR" to a directory containing one of the above files. If "miniz" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'ymir-emu-git-0.2.1.r201.gc38e906-2': error: packages failed to build: ymir-emu-git-0.2.1.r201.gc38e906-2
can be fixed by installing miniz:
sudo pacman -S minizkinker31 commented on 2026-04-29 10:06 (UTC)
The git repo added the miniz library to the make requirements, and probably a runtime requirement too? Definitely know it's the former though.
v1993 commented on 2026-03-19 11:37 (UTC) (edited on 2026-03-19 15:53 (UTC) by v1993)
Please use
SDL_SetHint("SDL_VIDEO_DRIVER", "x11");instead ofsetenvfor forcing XWayland; that way, users still could override the decision using an envvar if they chose to. Or you could set it in the desktop file, also making it possible to override without messing with the binary itself.Neros commented on 2025-11-03 13:15 (UTC)
I just tried again and now it's good. Thanks for the
gitversion!Neros commented on 2025-11-01 14:24 (UTC)
I can't build it: