Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-05-19 | Ports: Update genemu's patches to use git patches | Ali Mohammad Pur | |
This required splitting the single patch file up, which was done with _some_ degree of accuracy (but not entirely so). | |||
2022-04-11 | Ports/genemu: Update genemu to git commit e39f690 | EWouters | |
2021-10-05 | Ports: Make array-like settings actual arrays | Tim Schumacher | |
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion. | |||
2021-09-15 | Ports: Use new CMakeToolchain.txt located in the build directory | Andrew Kaster | |
Now that we're generating the CMake toolchain file in the build directory, we need to redirect the ports that use CMake to the new location. Looking into this showed that there's still a bunch of work to do in general to make the ports agnostic to which toolchain they're using, there's a lot of hard-coded ${ARCH}-pc-serenity-gcc assumptions still here. | |||
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-20 | Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR | Panagiotis Vasilopoulos | |
2021-04-17 | Ports: genemu: Pin version to latest release rather than use master branch | Brendan Coles | |
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-16 | Toolchain+Ports: Move the CMake toolchain file into a subdirectory | Gunnar Beutner | |
2021-03-14 | Ports: Fix package.sh executable bits | Ben Wiederhake | |
2021-03-13 | Ports: Remove redundant 'workdir' entries | Linus Groh | |
2021-03-08 | Ports: Add Genemu | aabajyan | |
This is a Basic Genesis / MegaDrive Emulator, that only requires SDL2 to run it. Usage: genemu /path/to/game.bin |