| Port details |
- sdl2_gpu Hardware-accelerated 2D graphics library
- 0.12.0_2 graphics
=2 0.12.0_2Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2023-05-18 08:21:48
- Last Update: 2026-01-21 23:51:55
- Commit Hash: f53b9f4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/grimfang4/sdl-gpu
- Description:
- SDL_gpu, a library for making hardware-accelerated 2D graphics easy.
- High performance (it automatically collects and submits batches
instead of separate draw commands for each sprite and redundant
state changes)
- Shader API
- Arbitrary geometry rendering (triangles)
- Can be integrated with explicit OpenGL calls (mixed 2D and 3D)
- Full blend state control
- Built-in primitive shapes (points, lines, tris, rects, ellipses,
polygons, even arcs)
- Uses a style familiar to SDL 1.2 users
- Compatible with either SDL 1.2 or 2.0
- Loads BMP, TGA, and PNG files via stb-image
- Rotates and scales about the center of images, making reasoning
about the resulting corner coordinates more obvious (adjustable
via anchor settings)
¦ ¦ ¦ ¦ 
- 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:
-
- sdl2_gpu>0:graphics/sdl2_gpu
- To install the port:
- cd /usr/ports/graphics/sdl2_gpu/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/sdl2_gpu
- pkg install sdl2_gpu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sdl2_gpu
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684164354
SHA256 (grimfang4-sdl-gpu-v0.12.0_GH0.tar.gz) = 00b7dd7fe30cdc95483c2ad5de347855d4e984bd5e8da56f3c24a4a2960fc9ba
SIZE (grimfang4-sdl-gpu-v0.12.0_GH0.tar.gz) = 994604
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- sdl2-config : devel/sdl20
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libGLEW.so : graphics/glew
- libGLU.so : graphics/libGLU
- libSDL2.so : devel/sdl20
- This port is required by:
- for Libraries
-
- emulators/tic-80
Configuration Options:
- ===> The following configuration options are available for sdl2_gpu-0.12.0_2:
DOXYGEN=off: Build documentation with Doxygen
===> Use 'make config' to modify these settings
- Options name:
- graphics_sdl2_gpu
- USES:
- cmake gl sdl pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.12.0_2 21 Jan 2026 23:51:55
    |
Robert Clausecker (fuz)  |
graphics/sdl2_gpu: rename DOCS option to DOXYGEN
This avoids having to OPTIONS_EXCLUDE the DOCS option.
Suggested by: makc
MFH: 2026Q1 |
0.12.0_1 16 Jan 2026 13:26:15
    |
Robert Clausecker (fuz)  |
graphics/sdl2_gpu: disable DOCS option due to OOM condition in graphviz
For some reason graphviz now needs more than 20 GB to process one of
the figures in the documentation of this project.
Disable docs to avoid OOM conditions.
MFH: 2026Q1 |
0.12.0 26 Jun 2023 22:58:21
    |
Robert Clausecker (fuz)  |
graphics/sdl2_gpu: fix build with LLVM 16
Silence a warning about an incompatible function pointer type to fix
the build on 14-CURRENT. This warning is harmless: the function pointer
takes a const argument, but was assigned to where a pointer taking an
unqualified argument was expected.
Reported by: fallout |
0.12.0 15 Jun 2023 09:38:54
    |
Piotr Kubaj (pkubaj)  |
graphics/sdl2_gpu: fix not renamed variables on big-endian which break build |
0.12.0 18 May 2023 17:52:13
    |
Robert Clausecker (fuz)  |
graphics/sdl2_gpu: fix maintainer email
Used the wrong email address again... |
0.12.0 18 May 2023 08:19:43
    |
Robert Clausecker (fuz)  |
graphics/sdl2_gpu: Hardware-accelerated 2D graphics library
SDL_gpu, a library for making hardware-accelerated 2D graphics easy.
- High performance (it automatically collects and submits batches
instead of separate draw commands for each sprite and redundant
state changes)
- Shader API
- Arbitrary geometry rendering (triangles)
- Can be integrated with explicit OpenGL calls (mixed 2D and 3D)
- Full blend state control
- Built-in primitive shapes (points, lines, tris, rects, ellipses,
polygons, even arcs)
- Uses a style familiar to SDL 1.2 users
- Compatible with either SDL 1.2 or 2.0
- Loads BMP, TGA, and PNG files via stb-image
- Rotates and scales about the center of images, making reasoning
about the resulting corner coordinates more obvious (adjustable
via anchor settings)
WWW: https://github.com/grimfang4/sdl-gpu |
Number of commits found: 6
|