1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:07:44 +00:00

Ports: Add libwebp

This library includes webp converter to other formats as well and could
be used as reference implementation for performance improvements.
This commit is contained in:
Liav A 2023-08-26 17:51:39 +03:00 committed by Tim Schumacher
parent 64bb5652a1
commit db2701f2e2
4 changed files with 115 additions and 0 deletions

View file

@ -169,6 +169,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid |
| [`libuv`](libuv/) | libuv | 1.44.1 | https://github.com/libuv/libuv |
| [`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.9.14 | http://www.xmlsoft.org/ |
| [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML |
| [`libzip`](libzip/) | libzip | 1.8.0 | https://libzip.org/ |