Commit Graph

12 Commits

Author SHA1 Message Date
Ribbon
b5ddafcd63 Try to fix recipes and update TODOs 2025-10-15 18:19:46 -03:00
Ribbon
4fa9a050bd Try to fix more Meson-based recipes 2025-10-13 16:11:55 -03:00
Ribbon
290d196d02 Try to fix more CMake-based recipes 2025-10-07 15:01:01 -03:00
Ribbon
44a7e9174a Try to fix more CMake-based recipes 2025-10-07 14:13:06 -03:00
Ribbon
dee6f586e4 Update and enable dynamic linking in some recipes 2025-07-31 04:47:45 -03:00
Josh Megnauth
eee3848030
Ensure all TOML recipes are valid
* Dependencies have to be proper package names
* A few WIP packages had invalid TOMLs, like missing quotation marks for
  strings
2025-07-14 08:13:38 -04:00
Ribbon
ba3a684587 Update TODOs 2025-06-08 19:56:00 -03:00
Ribbon
b2b989e0bd Update the rust-doom recipe 2025-06-08 19:33:30 -03:00
Josh Megnauth
facbbc8846
package(games): QuakeSpasm, a Quake 1 source port
QuakeSpasm is a simple source port that primarily focuses on bug fixes
and backwards compatibility.

Its build system is a small Makefile which required a few patches in
order to compile on Redox. Currently, it compiles with both SDL1 and
SDL2. MP3 support is hard disabled since neither `libmad` nor `mpg123`
would compile. However, the default OGG container and Vorbis decoder
compiles fine.

Like Doom, Quake requires commercial assets or free replications in
order to run. I'm currently trying to write a small recipe for the
shareware files, but ironically that has more blockers than the source
port itself.

Beyond the lack of content, I think this port is good to go.
2024-10-16 23:17:51 -04:00
Ribbon
47155802c2 Add recipes 2024-07-12 18:15:53 +00:00
Ribbon
589db8a4e4 Add the CMake script on many recipes 2024-06-30 08:12:12 +00:00
Ribbon
cbbc85a81a Move recipes 2024-06-26 03:32:59 +00:00