Port details on branch 2025Q3 |
- retroarch Cross-platform entertainment system based on libretro API
- 1.21.0 games
=0 1.21.0Version of this port present on the latest quarterly branch. - Maintainer: dmenelkir@gmail.com
 - Port Added: 2025-07-16 12:36:51
- Last Update: 2025-07-16 12:35:40
- Commit Hash: bb0e9fe
- Also Listed In: emulators wayland
- License: GPLv3
- WWW:
- https://github.com/libretro/RetroArch
- Description:
- RetroArch is the reference frontend for the libretro API. Popular examples
of implementations for this API includes videogame system emulators and
game engines, but also more generalized 3D programs. These programs are
instantiated as dynamic libraries. We refer to these as "libretro cores".
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- RetroArch>0:games/retroarch
- To install the port:
- cd /usr/ports/games/retroarch/ && make install clean
- To add the package, run one of these commands:
- pkg install games/retroarch
- pkg install RetroArch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: RetroArch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1751263047
SHA256 (libretro-RetroArch-v1.21.0_GH0.tar.gz) = 9da17918c10d91d4ebfde9ff402dba0b1ad6660fdbce7656d32f0c0182b3a538
SIZE (libretro-RetroArch-v1.21.0_GH0.tar.gz) = 70961877
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:
-
- vulkan.h : graphics/vulkan-headers
- vulkan-loader>0 : graphics/vulkan-loader
- v4l_compat>0 : multimedia/v4l_compat
- input.h : devel/evdev-proto
- kd.h : graphics/svgalib
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- sdl2-config : devel/sdl20
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xcb.pc : x11/libxcb
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xscrnsaver.pc : x11/libXScrnSaver
- xv.pc : x11/libXv
- xxf86vm.pc : x11/libXxf86vm
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- retroarch-assets>0 : games/retroarch-assets
- libretro-core-info>0 : games/libretro-core-info
- python3.11 : lang/python311
- x11.pc : x11/libX11
- xcb.pc : x11/libxcb
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xscrnsaver.pc : x11/libXScrnSaver
- xv.pc : x11/libXv
- xxf86vm.pc : x11/libXxf86vm
- Library dependencies:
-
- libass.so : multimedia/libass
- libdrm.so : graphics/libdrm
- libfontconfig.so : x11-fonts/fontconfig
- libfribidi.so : converters/fribidi
- libxkbcommon.so : x11/libxkbcommon
- libavcodec.so : multimedia/ffmpeg
- libfreetype.so : print/freetype2
- libepoll-shim.so : devel/libepoll-shim
- libudev.so : devel/libudev-devd
- libv4l2.so : multimedia/libv4l
- libwayland-egl.so : graphics/wayland
- libopenal.so.1 : audio/openal-soft
- libEGL.so : graphics/libglvnd
- libgbm.so : graphics/mesa-libs
- libGL.so : graphics/libglvnd
- libSDL2.so : devel/sdl20
- libQt6Core.so : devel/qt6-base
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for RetroArch-1.21.0:
ALSA=off: ALSA audio architecture support
CACA=off: libcaca graphics library support
DOCS=on: Build and/or install documentation
FFMPEG=on: On-the-fly recording of gameplay with libavcodec
FREETYPE=on: TrueType font rendering support
JACK=off: JACK audio server support
OPENAL=on: Audio support via OpenAL
OPENGL=on: 2D/3D rendering support via OpenGL
OSS=on: Open Sound System support
PULSEAUDIO=off: PulseAudio sound server support
QT=on: Qt based desktop-style GUI
SDL=on: Simple Direct Media Layer support
UDEV=on: udev device hotplug support
V4L=on: Video 4 Linux support
WAYLAND=on: Wayland display support
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- games_retroarch
- USES:
- compiler:c++11-lib cpe gmake pkgconfig python shebangfix ssl openal:soft gl qt:6 sdl xorg
- pkg-message:
- For install:
- RetroArch supports multiple backends for input devices like gamepads:
- Kernel driver (iichid): The functionality previously provided
by the sysutils/iichid port is now integrated into the FreeBSD
base system. For more details, consult the iichid(4) man page.
Users may need to adjust access permissions on the appropriate
/dev/input/eventN device for their user account to use gamepads.
- SDL2, which uses userspace raw USB HID access
(you have to grant access permissions on the appropriate
/dev/uhidN device to your user account)
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.21.0 16 Jul 2025 12:35:40
    |
Vladimir Druzenko (vvd)  Author: Tilde Joy |
games/retroarch: Update 1.19.1 => 1.21.0
Changelogs:
https://github.com/libretro/RetroArch/blob/v1.21.0/CHANGES.md
Improve port:
- Fix RUN_DEPENDS.
- Fix X11_USE.
- Switch from qt:5 to qt:6 - default for upstream.
- Install etc/retroarch.cfg as sample.
PR: 287943
Approved by: Daniel Menelkir <dmenelkir@gmail.com> (maintainer, timeout 2 weeks,
fix build)
MFH: 2025Q3
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
(cherry picked from commit d81332eb57279b166aa50f781ed37a03565e2004) |
Number of commits found: 1
|