1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 17:47:46 +00:00

Ports: Add port for libicu

I was trying to port openttd which I ultimately gave up on because
too much of the C++ standard library's functionality is missing at this
point. The libicu library was a dependency for that.

In its current state the libicu port is not thread-safe because of
missing functionality in the C++ standard library (mainly std::mutex,
std::condition_variable, etc.).
This commit is contained in:
Gunnar Beutner 2021-04-11 23:21:31 +02:00 committed by Andreas Kling
parent 28b3c8bc1d
commit 6a808d96b5
3 changed files with 567 additions and 0 deletions

View file

@ -49,6 +49,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`libgcrypt`](libgcrypt/) | libgcrypt | 1.9.2 | https://gnupg.org/software/libgcrypt/index.html |
| [`libgpg-error`](libgpg-error/)| libgpg-error | 1.42 | https://gnupg.org/software/libgpg-error/index.html |
| [`libiconv`](libiconv/) | GNU libiconv | 1.16 | https://www.gnu.org/software/libiconv/ |
| [`libicu`](libicu/) | ICU | 69.1 | http://site.icu-project.org/ |
| [`libksba`](libksba/) | libksba | 1.5.1 | https://gnupg.org/software/libksba/index.html |
| [`libjpeg`](libjpeg/) | libjpeg | 9d | https://ijg.org/ |
| [`libogg`](libogg/) | libogg | 1.3.4 | https://github.com/xiph/ogg |