Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-23 | Ports: Fix version numbers for some of the ports | Gunnar Beutner | |
2021-04-20 | Ports: Improve consistency and quality of ports | Panagiotis Vasilopoulos | |
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually. | |||
2021-04-20 | Ports: Remove auth_type for our own packages | Gunnar Beutner | |
Otherwise we'd have to update them in this repository every time something changes. | |||
2021-04-20 | Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR | Panagiotis Vasilopoulos | |
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-16 | Ports: Make sure ports are installed into /usr/local | Gunnar Beutner | |
2021-04-11 | Ports: Fix building the nesalizer port when SDL2 isn't installed on the host | Gunnar Beutner | |
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-02-06 | Ports: Added checksums / signature files and other fixes | Emanuel Sprung | |
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff | |||
2019-12-25 | Ports: Build nesalizer in release mode | Andreas Kling | |
Together with the new futex-backed pthread_cond_t, this makes nesalizer run downright well on my machine. :^) | |||
2019-12-08 | Ports: Update nesalizer port to use Serenity fork | Dan MacDonald | |
2019-12-08 | Ports: Remove "no-sound" patch for nesalizer | Andreas Kling | |
Our SDL port now has an audio backend for Serenity :^) | |||
2019-12-07 | Ports: Make nesalizer build look in the $SERENITY_ROOT/Root for SDL | Andreas Kling | |
It would be nice if we could get ports to stop detecting things in the host system. Then we wouldn't need this kind of hackery as much. | |||
2019-12-07 | Ports: Make nesalizer build and run (still no sound) | Andreas Kling | |
The "nesalizer" emulator can now play NES games on Serenity. :^) | |||
2019-11-04 | Ports: Add nesalizer NES emulator (#722) | Dan MacDonald | |