|
@@ -1122,6 +1122,29 @@ add_requires("gmm")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+### gn (linux)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *GN is a meta-build system that generates build files for Ninja.* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://gn.googlesource.com/gn](https://gn.googlesource.com/gn) |
|
|
|
|
+| Versions | 20201128 |
|
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
|
+| Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install gn
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("gn")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
### gnu-sed (linux)
|
|
### gnu-sed (linux)
|
|
|
|
|
|
|
|
|
|
@@ -1293,8 +1316,8 @@ add_requires("http_parser")
|
|
|
|
|
|
| Description | *C/C++ libraries for Unicode and globalization.* |
|
|
| Description | *C/C++ libraries for Unicode and globalization.* |
|
|
| -- | -- |
|
|
| -- | -- |
|
|
-| Homepage | [https://ssl.icu-project.org/](https://ssl.icu-project.org/) |
|
|
|
|
-| Versions | 64.2 |
|
|
|
|
|
|
+| Homepage | [http://site.icu-project.org/](http://site.icu-project.org/) |
|
|
|
|
+| Versions | 64.2, 68.1 |
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
|
|
| Definition | [icu4c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/icu4c/xmake.lua) |
|
|
|
|
|
|
@@ -1639,6 +1662,30 @@ add_requires("libjpeg")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+### libjpeg-turbo (linux)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+| Description | *A JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems.* |
|
|
|
|
+| -- | -- |
|
|
|
|
+| Homepage | [https://libjpeg-turbo.org/](https://libjpeg-turbo.org/) |
|
|
|
|
+| License | BSD-3-Clause |
|
|
|
|
+| Versions | 2.0.5, 2.0.6 |
|
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
|
+| Definition | [libjpeg-turbo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libjpeg-turbo/xmake.lua) |
|
|
|
|
+
|
|
|
|
+##### Install command
|
|
|
|
+
|
|
|
|
+```console
|
|
|
|
+xrepo install libjpeg-turbo
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
|
+
|
|
|
|
+```lua
|
|
|
|
+add_requires("libjpeg-turbo")
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
### libmill (linux)
|
|
### libmill (linux)
|
|
|
|
|
|
|
|
|
|
@@ -2826,6 +2873,7 @@ add_requires("meson")
|
|
| Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
|
|
| Description | *mimalloc (pronounced 'me-malloc') is a general purpose allocator with excellent performance characteristics.* |
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
|
|
| Homepage | [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) |
|
|
|
|
+| License | MIT |
|
|
| Versions | 1.6.7 |
|
|
| Versions | 1.6.7 |
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
|
|
| Definition | [mimalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mimalloc/xmake.lua) |
|
|
@@ -2943,7 +2991,8 @@ add_requires("nana")
|
|
| Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
|
|
| Description | *Netwide Assembler (NASM) is an 80x86 assembler.* |
|
|
| -- | -- |
|
|
| -- | -- |
|
|
| Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
|
|
| Homepage | [https://www.nasm.us/](https://www.nasm.us/) |
|
|
-| Versions | 2.13.03 |
|
|
|
|
|
|
+| License | BSD-2-Clause |
|
|
|
|
+| Versions | 2.13.03, 2.15.05 |
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
| Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
|
|
| Definition | [nasm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nasm/xmake.lua) |
|
|
|
|
|