Search Criteria
Package Details: flycast 2.5-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/flycast.git (read-only, click to copy) |
|---|---|
| Package Base: | flycast |
| Description: | Sega Dreamcast, Naomi, and Atomiswave emulator |
| Upstream URL: | https://github.com/flyinghead/flycast |
| Licenses: | GPL-2.0-only |
| Submitter: | xiota |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 9 |
| Popularity: | 0.39 |
| First Submitted: | 2022-12-22 17:36 (UTC) |
| Last Updated: | 2025-11-21 18:01 (UTC) |
Dependencies (14)
- alsa-lib
- glslang (glslang-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libao (libao-gitAUR)
- libcdio (libcdio-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libzip (libzip-gitAUR)
- miniupnpc (miniupnpc-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- python (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
jperry commented on 2024-03-18 12:18 (UTC)
@xiota That worked, thank you very much!
Do you know if this is a usual need for this package, or what causes it to be necessary? A guess is that maybe my system Pipewire packages were interfering.
xiota commented on 2024-03-18 02:40 (UTC) (edited on 2024-03-18 02:40 (UTC) by xiota)
@jperry Please try building in a clean chroot (
extra-x86_64-build). If it still fails, please copy the build log to a pastebin.jperry commented on 2024-03-18 01:45 (UTC)
Build is failing for me with multiple undeclared identifier errors in core/deps/SDL/src/audio/pipewire/SDL_pipewire.c
dankuser556 commented on 2023-07-03 12:53 (UTC) (edited on 2023-07-03 12:54 (UTC) by dankuser556)
I had to add
39 #include "common/using_std_string.h"
40 ++ #include <cstdint>
to
flycast/src/flycast/core/deps/breakpad/src/client/linux/handler/minidump_descriptor.h
to get a successful compile on my system.