Port details |
- flycast Multi-platform Sega Dreamcast emulator
- 2.4_2 emulators =0 2.4_1Version of this port present on the latest quarterly branch.
- Maintainer: bsdcode@disroot.org
- Port Added: 2024-11-14 08:47:59
- Last Update: 2025-01-13 18:32:10
- Commit Hash: d025a15
- License: GPLv2
- WWW:
- https://github.com/flyinghead/flycast
- Description:
- Flycast is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave
emulator derived from the inactive reicast project.
Flycast provides high performance and high compatibility. It supports an HLE
BIOS, so dumping a real BIOS from a console isn't required (but it is still
recommended for increased compatibility). Furthermore it supports widescreen,
either with a generic hack to render outside of the screen, or by auto-applying
codes/patches to certain games which provides better results. Resolution and
texture upscaling is supported alongside dumping and loading of custom textures.
Flycast emulates standard Dreamcast controllers, keyboard, mouse, light-gun
(with your mouse), Twin Sticks, and even the ASCII Mission Stick. It can emulate
two expansion sockets per controller (VMU, Purupuru/Rumble Pack, or Microphone).
Most if not all games compatible with Dreamcast Live servers are supported by
Flycast.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- flycast>0:emulators/flycast
- To install the port:
- cd /usr/ports/emulators/flycast/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/flycast
- pkg install flycast
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flycast
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731443633
SHA256 (flyinghead-flycast-v2.4_GH0.tar.gz) = 44b2ff5d172f7be2be9db613ebd22635760cfc846ddb4c25e1da0d8fa79b1a1b
SIZE (flyinghead-flycast-v2.4_GH0.tar.gz) = 30398953
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glslang : graphics/glslang
- vulkan-headers>0 : graphics/vulkan-headers
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- Library dependencies:
-
- libchdr.so : devel/libchdr
- libcurl.so : ftp/curl
- libminiupnpc.so : net/miniupnpc
- libzip.so : archivers/libzip
- libzstd.so : archivers/zstd
- libasound.so : audio/alsa-lib
- libao.so : audio/libao
- libSDL2.so : devel/sdl20
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for flycast-2.4_2:
DOCS=on: Build and/or install documentation
LUA=on: Lua scripting language support
OPENMP=on: Parallel processing support via OpenMP
VULKAN=on: Build with Vulkan support
====> Options available for the group AUDIO
ALSA=on: ALSA audio architecture support
AO=on: libao audio library support
OSS=on: Open Sound System support
PULSEAUDIO=off: PulseAudio sound server support
===> Use 'make config' to modify these settings
- Options name:
- emulators_flycast
- USES:
- cmake compiler:c++17-lang pkgconfig sdl lua:52+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4_2 13 Jan 2025 18:32:10 |
Dirk Meyer (dinoex) |
net/miniupnpc: Update to 2.3.0
bump API change |
2.4_1 25 Nov 2024 10:22:08 |
Robert Clausecker (fuz) Author: Stefan Schlosser |
emulators/flycast: unbreak i386 build
Building with lua support fails on i386. Make lua support
configurable with port option LUA and exclude this option on i386.
See also: https://github.com/vinniefalco/LuaBridge/issues/302
PR: 282809 |
2.4_1 23 Nov 2024 08:31:00 |
Gleb Popov (arrowd) |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
2.4 14 Nov 2024 08:43:27 |
Robert Clausecker (fuz) Author: Stefan Schlosser |
emulators/flycast: New Port: Multi-platform Sega Dreamcast emulator
Flycast is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave
emulator derived from reicast.
WWW: https://github.com/flyinghead/flycast
PR: 282691 |