|
@@ -380,7 +380,7 @@ add_requires("bzip2")
|
|
|
| Description | *A C library for asynchronous DNS requests* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://c-ares.haxx.se/](https://c-ares.haxx.se/) |
|
|
|
-| Versions | 1.16.1 |
|
|
|
+| Versions | 1.16.1, 1.17.1 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [c-ares/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/c-ares/xmake.lua) |
|
|
|
|
|
@@ -497,7 +497,7 @@ add_requires("cereal")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://www.cgal.org/](https://www.cgal.org/) |
|
|
|
| License | LGPL-3.0 |
|
|
|
-| Versions | 5.1.1 |
|
|
|
+| Versions | 5.1.1, 5.2.1 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [cgal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cgal/xmake.lua) |
|
|
|
|
|
@@ -3725,6 +3725,30 @@ add_requires("llvm-mingw")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### lodepng (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *PNG encoder and decoder in C and C++.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
|
|
|
+| License | zlib |
|
|
|
+| Versions | |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [lodepng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lodepng/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install lodepng
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("lodepng")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### log4cplus (linux)
|
|
|
|
|
|
|
|
@@ -4319,7 +4343,7 @@ add_requires("nettle")
|
|
|
| Description | *Small build system for use with gyp or CMake.* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://ninja-build.org/](https://ninja-build.org/) |
|
|
|
-| Versions | 1.10.1, 1.9.0 |
|
|
|
+| Versions | 1.10.1, 1.10.2, 1.9.0 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
|
|
|
|
|
@@ -4826,6 +4850,30 @@ add_requires("protoc")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### ptex (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Per-Face Texture Mapping for Production Rendering* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [http://ptex.us/](http://ptex.us/) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | v2.3.2 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [ptex/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/ptex/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install ptex
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("ptex")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### pugixml (linux)
|
|
|
|
|
|
|