1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 16:47:47 +00:00

Ports: Add GemRB

GemRB is an open-source implementation of the Infinity engine by
Bioware, used in some of their classic role-playing games.
This commit is contained in:
Julian Offenhäuser 2023-02-11 02:48:29 +01:00 committed by Andreas Kling
parent b789debe07
commit 9be9bf3379
7 changed files with 183 additions and 0 deletions

View file

@ -75,6 +75,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`gawk`](gawk/) | GNU awk | 5.2.1 | https://www.gnu.org/software/gawk/ |
| [`gcc`](gcc/) | GNU Compiler Collection | 12.2.0 | https://gcc.gnu.org/ |
| [`gdb`](gdb/) | GNU Project Debugger | 11.2 | https://sourceware.org/gdb |
| [`gemrb`](gemrb/) | GemRB | 0.9.1 | https://gemrb.org/ |
| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu |
| [`genext2fs`](genext2fs/) | genext2fs | 1.5.0 | https://github.com/bestouff/genext2fs |
| [`gettext`](gettext/) | GNU gettext | 0.21 | https://www.gnu.org/software/gettext/ |