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

Ports: Add libxmp

This is a library that can render most tracker module files into a PCM
buffer.
This commit is contained in:
Julian Offenhäuser 2024-02-23 23:03:04 +01:00 committed by Tim Schumacher
parent 05d5e11966
commit d429b2ff6d
2 changed files with 9 additions and 0 deletions

View file

@ -183,6 +183,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |
| [`libwebp`](libwebp/) | libwebp | 1.3.1 | https://github.com/webmproject/libwebp |
| [`libxml2`](libxml2/) | libxml2 | 2.11.5 | http://www.xmlsoft.org/ |
| [`libxmp`](libxmp/) | libxmp | 4.6.0 | https://github.com/libxmp/libxmp |
| [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML |
| [`libzip`](libzip/) | libzip | 1.10.1 | https://libzip.org/ |
| [`links`](links/) | Links web browser | 2.29 | http://links.twibright.com/ |