The last 'official' release was in March 2023. Development of yt-dlp
is still very busy, but they switched to providing nightly builds [1],
while possibly also doing 'stable' releases from time to time in the
future.
I think we should switch to their nightly builds as well, as long as
they appear to be stable, and graba new one every month or so.
[1] https://github.com/yt-dlp/yt-dlp/issues/7175#issuecomment-1569442827
* Add QuakeSpasm
* squash changes in quakespasm-0.96.0~git.patchset
* recipe formatting.
* reformat recipe to be more standards-conforming
- fixed copyright formatting
- updated subject line in patchset
- cleaned up addAppDeskbarSymlink call
- reformat INSTALL() directive in recipe to conform to Haiku standards
* Add some kind of readme file for installing game data.
* update HaikuDepot description
* add application icon by DISCATTe
https://discatte.github.io/
* clean up syntax errors that were tripping HaikuPorter
* add original SVG logo for archival purposes. created by DISCATTe
* mrege formatting changes from Begasus
* Use BASEFLAGS instead of CFLAGS, and set OPT to something better than "".
This seems to finally make "--enable-optimizations" do some speedup :-)
* Disabled/skipped more hanging tests. If debugger is configured to "kill",
running "hp --test python3.10" should finally not hang anymore.
* Use BASEFLAGS instead of CFLAGS, and set OPT to something better than "".
This seems to finally make "--enable-optimizations" do some speedup, so
lets use it for 3.9 too now.
* "backported" the 3.10 patch for "largefile" flag in tests, and also the
entire TEST() function from the 3.10.12 recipe, as it makes possible to
run `hp --test python3.9` without hanging (assuming Debugger is set to
kill).