|
@@ -352,10 +352,10 @@ add_requires("bullet3")
|
|
|
### bzip2 (linux)
|
|
|
|
|
|
|
|
|
-| Description | *Freely available high-quality data compressor.* |
|
|
|
+| Description | *Freely available, patent free, high-quality data compressor.* |
|
|
|
| -- | -- |
|
|
|
-| Homepage | [https://en.wikipedia.org/wiki/Bzip2](https://en.wikipedia.org/wiki/Bzip2) |
|
|
|
-| Versions | 1.0.6 |
|
|
|
+| Homepage | [https://sourceware.org/bzip2/](https://sourceware.org/bzip2/) |
|
|
|
+| Versions | 1.0.8 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [bzip2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bzip2/xmake.lua) |
|
|
|
|
|
@@ -1018,7 +1018,7 @@ add_requires("embree")
|
|
|
| Description | *Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more.* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/skypjack/entt](https://github.com/skypjack/entt) |
|
|
|
-| Versions | v3.6.0 |
|
|
|
+| Versions | v3.6.0, v3.7.0 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [entt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/entt/xmake.lua) |
|
|
|
|
|
@@ -1065,7 +1065,7 @@ add_requires("eudev")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://libexpat.github.io](https://libexpat.github.io) |
|
|
|
| License | MIT |
|
|
|
-| Versions | 2.2.10, 2.2.6 |
|
|
|
+| Versions | 2.2.10, 2.2.6, 2.3.0 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [expat/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/expat/xmake.lua) |
|
|
|
|
|
@@ -1951,6 +1951,30 @@ add_requires("irrxml")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### itk (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://itk.org/](https://itk.org/) |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | v5.2.0 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [itk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/itk/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install itk
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("itk")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
|
|
|
## j
|
|
|
### json-c (linux)
|
|
@@ -4648,7 +4672,7 @@ add_requires("openblas")
|
|
|
| Description | *A open source computer vision library.* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://opencv.org/](https://opencv.org/) |
|
|
|
-| Versions | 3.4.9, 4.2.0, 4.5.1 |
|
|
|
+| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [opencv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencv/xmake.lua) |
|
|
|
|
|
@@ -5182,6 +5206,30 @@ add_requires("qhull")
|
|
|
|
|
|
|
|
|
## r
|
|
|
+### range-v3 (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Range library for C++14/17/20, basis for C++20's std::ranges* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://github.com/ericniebler/range-v3/](https://github.com/ericniebler/range-v3/) |
|
|
|
+| License | BSL-1.0 |
|
|
|
+| Versions | 0.11.0 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [range-v3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/range-v3/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install range-v3
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("range-v3")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### rapidjson (linux)
|
|
|
|
|
|
|
|
@@ -6078,6 +6126,30 @@ add_requires("volk")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### vtk (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://vtk.org/](https://vtk.org/) |
|
|
|
+| License | BSD-3-Clause |
|
|
|
+| Versions | 9.0.1 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [vtk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vtk/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install vtk
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("vtk")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### vulkan-headers (linux)
|
|
|
|
|
|
|