| Port details |
- sdl3 Cross-platform multimedia development API (version 3 preview)
- 3.4.2_2 devel
=1 3.2.30Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2024-06-10 13:39:05
- Last Update: 2026-04-03 18:33:56
- Commit Hash: 6b9beb8
- People watching this port, also watch:: p5-OrePAN2, python311, py311-pycparser, ladspa, python
- License: ZLIB
- WWW:
- https://www.libsdl.org/
- https://github.com/libsdl-org/SDL
- Description:
- This library is designed to make it easy to write games that run on UNIX,
Win32, MacOS X and other platforms using the various native high-performance
media interfaces (for video, audio, etc) and presenting a single source-code
level API to your application. This is a fairly low level API, but using this,
completely portable applications can be written with a great deal of
flexibility.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/sdl3/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/sdl3
- pkg install sdl3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sdl3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1775234705
SHA256 (libsdl-org-SDL-release-3.4.2_GH0.tar.gz) = 515ee4ad6e910e0ad8d8bbccb24ac52dd16c419e23eea3fb83541d20130c7aaa
SIZE (libsdl-org-SDL-release-3.4.2_GH0.tar.gz) = 15785645
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:
-
- input.h : devel/evdev-proto
- input.h : devel/evdev-proto
- wayland-protocols>0 : graphics/wayland-protocols
- input.h : devel/evdev-proto
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xfixes.pc : x11/libXfixes
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- xscrnsaver.pc : x11/libXScrnSaver
- xtst.pc : x11/libXtst
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xfixes.pc : x11/libXfixes
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- xscrnsaver.pc : x11/libXScrnSaver
- xtst.pc : x11/libXtst
- Library dependencies:
-
- libfribidi.so : converters/fribidi
- libinotify.so : devel/libinotify
- libdrm.so : graphics/libdrm
- libthai.so : devel/libthai
- libudev.so : devel/libudev-devd
- libvulkan.so : graphics/vulkan-loader
- libwayland-egl.so : graphics/wayland
- libxkbcommon.so : x11/libxkbcommon
- libgbm.so : graphics/mesa-libs
- libOpenGL.so : graphics/libglvnd
- libEGL.so : graphics/libglvnd
- libGLESv1_CM.so : graphics/libglvnd
- libGLESv2.so : graphics/libglvnd
- This port is required by:
- for Libraries
-
- audio/faudio
- comms/scrcpy
- devel/godot
- devel/godot-tools
- devel/raylib
- emulators/Ymir
- emulators/amiberry
Configuration Options:
- ===> The following configuration options are available for sdl3-3.4.2_2:
CSD=off: Client-side decorations for Wayland via libdecor
DBUS=off: D-Bus IPC system support
FCITX=off: fcitx support
FRIBIDI=on: Bidirectional text support via GNU FriBidi
HIDAPI=on: Use HIDAPI for low level joystick drivers
IBUS=off: IBus support
JOYSTICK=on: Joystick and haptic support
SAMPLERATE=off: Sample rate conversion support
THAI=on: Enable Thai support
UDEV=on: Use udev for input device detection
====> Audio drivers
ALSA=off: ALSA audio architecture support
JACK=off: JACK audio server support
OSS=on: Open Sound System support
PIPEWIRE=off: PipeWire multimedia server support
PULSEAUDIO=off: PulseAudio sound server support
SNDIO=off: Sndio audio support
====> Video drivers
KMSDRM=on: KMSDRM display support
OPENGL=on: 2D/3D rendering support via OpenGL
OPENGLES=on: OpenGL ES rendering support
VULKAN=on: Vulkan rendering support
WAYLAND=on: Wayland (graphics) support
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- devel_sdl3
- USES:
- cmake iconv localbase pkgconfig gl gl gl xorg
- 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 |
3.4.2_2 03 Apr 2026 18:33:56
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: enable UDEV for KMSDRM and by default
As reported in 294156, UDEV must be enabled along with KMSDRM.
Enable it by default as well in consistence with upstream setting.
PR: 294156
Reported by: quentin.thebault@defenso.fr |
3.4.2_1 03 Apr 2026 18:33:55
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl{20,3}: fix fcitx dependency
- Switch from lib to run-dependency, as only dbus service from fcitx is in fact
used by sdl
- Update from deprecated chinese/fcitx to textproc/fcitx5
PR: 293861
Reported by: jcfyecrayz@liamekaens.com |
3.4.2 03 Apr 2026 18:33:55
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.30 → 3.4.2
PR: 294157 |
3.2.30 25 Jan 2026 17:58:27
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.28 → 3.2.30 |
3.2.28 03 Dec 2025 18:51:42
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.26 → 3.2.28 |
3.2.26 05 Nov 2025 17:23:16
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.24 → 3.2.26 |
3.2.24 02 Oct 2025 20:25:25
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.22 → 3.2.24 |
3.2.22 09 Sep 2025 19:58:36
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.20 → 3.2.22 |
3.2.20 05 Aug 2025 12:16:09
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.18 → 3.2.20 |
3.2.18 16 Jul 2025 22:54:26
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.16 → 3.2.18 |
3.2.16 11 Jun 2025 20:08:51
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.14 → 3.2.16 |
3.2.14 17 May 2025 20:09:41
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.12 → 3.2.14 |
3.2.12 04 May 2025 22:30:24
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.10 → 3.2.12 |
3.2.10 16 Apr 2025 22:42:07
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: remove PIPEWIRE_BROKEN, it builds fine
Reported by: arrowd |
3.2.10 06 Apr 2025 21:25:11
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.8 → 3.2.10 |
3.2.8_2 15 Mar 2025 01:34:40
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: Fix joystick support
PR: 284919
Submitted by: bsdcode@disroot.org |
3.2.8_1 08 Mar 2025 14:05:10
    |
Gleb Popov (arrowd)  |
*: Bump revisions after dbus update
PR: 285253
Reported by: Martin Birgmeier <d8zNeCFG@aon.at> |
3.2.8 08 Mar 2025 00:28:06
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.4 → 3.2.8 |
3.2.4 07 Feb 2025 14:21:10
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.2 → 3.2.4 |
3.2.2 04 Feb 2025 16:52:32
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.2.0 → 3.2.2 |
3.2.0 25 Jan 2025 20:48:11
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.1.8 → 3.2.0 |
3.1.8 09 Jan 2025 13:38:52
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.1.6 → 3.1.8
- Sync default options with sdl20 (enable HIDAPI) |
3.1.6_1 23 Nov 2024 08:31:00
    |
Gleb Popov (arrowd)  |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
3.1.6 02 Nov 2024 16:15:39
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: update 3.1.2 → 3.1.6 |
3.1.2 10 Jun 2024 13:36:24
    |
Dmitry Marakasov (amdmi3)  |
devel/sdl3: add port: Cross-platform multimedia development API, version 3
preview |