Pārlūkot izejas kodu

autoupdate docs by xmake-repo/ci

ruki 3 gadi atpakaļ
vecāks
revīzija
418261843e

+ 38 - 1
mirror/packages/android.html

@@ -2942,8 +2942,12 @@
 <td><a href="http://libuv.org/">http://libuv.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0</td>
+<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4468,6 +4472,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pkgconfandroid">pkgconf (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A program which helps to configure compiler and linker flags for development frameworks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://pkgconf.org">http://pkgconf.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7.4, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua">pkgconf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pkgconf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pkgconf")
+</code></pre>
 <h3 id="pqpandroid">pqp (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -3150,6 +3150,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pkgconfcross">pkgconf (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A program which helps to configure compiler and linker flags for development frameworks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://pkgconf.org">http://pkgconf.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7.4, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua">pkgconf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pkgconf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pkgconf")
+</code></pre>
 <h3 id="pqpcross">pqp (cross)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/iphoneos.html

@@ -2563,8 +2563,12 @@
 <td><a href="http://libuv.org/">http://libuv.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0</td>
+<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3982,6 +3986,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pkgconfiphoneos">pkgconf (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A program which helps to configure compiler and linker flags for development frameworks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://pkgconf.org">http://pkgconf.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7.4, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua">pkgconf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos pkgconf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pkgconf")
+</code></pre>
 <h3 id="pqpiphoneos">pqp (iphoneos)</h3>
 <table>
 <thead>

+ 8 - 4
mirror/packages/linux.html

@@ -4291,7 +4291,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.60.2, 2.68.2, 2.69.2</td>
+<td>2.60.2, 2.68.2, 2.69.2, 2.70.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -8154,8 +8154,12 @@
 <td><a href="http://libuv.org/">http://libuv.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0</td>
+<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11971,7 +11975,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3</td>
+<td>3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15817,7 +15821,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2018.09.25</td>
+<td>v2018.09.25, v2021.09.29</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 41 - 4
mirror/packages/macosx.html

@@ -3966,7 +3966,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.60.2, 2.68.2, 2.69.2</td>
+<td>2.60.2, 2.68.2, 2.69.2, 2.70.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7516,8 +7516,12 @@
 <td><a href="http://libuv.org/">http://libuv.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0</td>
+<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11152,7 +11156,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3</td>
+<td>3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11764,6 +11768,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pkgconfmacosx">pkgconf (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A program which helps to configure compiler and linker flags for development frameworks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://pkgconf.org">http://pkgconf.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7.4, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua">pkgconf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pkgconf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pkgconf")
+</code></pre>
 <h3 id="pmpmacosx">pmp (macosx)</h3>
 <table>
 <thead>
@@ -14602,7 +14639,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v2018.09.25</td>
+<td>v2018.09.25, v2021.09.29</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/mingw.html

@@ -3111,8 +3111,12 @@
 <td><a href="http://libuv.org/">http://libuv.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0</td>
+<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4612,6 +4616,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pkgconfmingw">pkgconf (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A program which helps to configure compiler and linker flags for development frameworks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://pkgconf.org">http://pkgconf.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7.4, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua">pkgconf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pkgconf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pkgconf")
+</code></pre>
 <h3 id="pqpmingw">pqp (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -2944,6 +2944,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pkg-config")
 </code></pre>
+<h3 id="pkgconfmsys">pkgconf (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A program which helps to configure compiler and linker flags for development frameworks.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://pkgconf.org">http://pkgconf.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.7.4, 1.8.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua">pkgconf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pkgconf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pkgconf")
+</code></pre>
 <h3 id="pqpmsys">pqp (msys)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/windows.html

@@ -3996,6 +3996,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("glfw")
 </code></pre>
+<h3 id="glibwindows">glib (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Core application library for C.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.gnome.org/glib/">https://developer.gnome.org/glib/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.60.2, 2.68.2, 2.69.2, 2.70.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glib/xmake.lua">glib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install glib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("glib")
+</code></pre>
 <h3 id="glmwindows">glm (windows)</h3>
 <table>
 <thead>
@@ -6766,8 +6799,12 @@
 <td><a href="http://libuv.org/">http://libuv.org/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0</td>
+<td>v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9528,7 +9565,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3</td>
+<td>3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 25 - 1
packages/android.md

@@ -1943,7 +1943,8 @@ add_requires("libunwind")
 | Description | *A multi-platform support library with a focus on asynchronous I/O.* |
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
-| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0 |
+| License | MIT |
+| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
@@ -2978,6 +2979,29 @@ add_requires("pkg-config")
 ```
 
 
+### pkgconf (android)
+
+
+| Description | *A program which helps to configure compiler and linker flags for development frameworks.* |
+| -- | -- |
+| Homepage | [http://pkgconf.org](http://pkgconf.org) |
+| Versions | 1.7.4, 1.8.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [pkgconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] pkgconf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pkgconf")
+```
+
+
 ### pqp (android)
 
 

+ 23 - 0
packages/cross.md

@@ -2088,6 +2088,29 @@ add_requires("pkg-config")
 ```
 
 
+### pkgconf (cross)
+
+
+| Description | *A program which helps to configure compiler and linker flags for development frameworks.* |
+| -- | -- |
+| Homepage | [http://pkgconf.org](http://pkgconf.org) |
+| Versions | 1.7.4, 1.8.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [pkgconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] pkgconf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pkgconf")
+```
+
+
 ### pqp (cross)
 
 

+ 25 - 1
packages/iphoneos.md

@@ -1686,7 +1686,8 @@ add_requires("libtool")
 | Description | *A multi-platform support library with a focus on asynchronous I/O.* |
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
-| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0 |
+| License | MIT |
+| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
@@ -2650,6 +2651,29 @@ add_requires("pkg-config")
 ```
 
 
+### pkgconf (iphoneos)
+
+
+| Description | *A program which helps to configure compiler and linker flags for development frameworks.* |
+| -- | -- |
+| Homepage | [http://pkgconf.org](http://pkgconf.org) |
+| Versions | 1.7.4, 1.8.0 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [pkgconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos pkgconf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pkgconf")
+```
+
+
 ### pqp (iphoneos)
 
 

+ 5 - 4
packages/linux.md

@@ -2804,7 +2804,7 @@ add_requires("glfw")
 | Description | *Core application library for C.* |
 | -- | -- |
 | Homepage | [https://developer.gnome.org/glib/](https://developer.gnome.org/glib/) |
-| Versions | 2.60.2, 2.68.2, 2.69.2 |
+| Versions | 2.60.2, 2.68.2, 2.69.2, 2.70.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [glib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glib/xmake.lua) |
 
@@ -5416,7 +5416,8 @@ add_requires("libuuid")
 | Description | *A multi-platform support library with a focus on asynchronous I/O.* |
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
-| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0 |
+| License | MIT |
+| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
@@ -7983,7 +7984,7 @@ add_requires("opencl-headers")
 | -- | -- |
 | Homepage | [https://opencv.org/](https://opencv.org/) |
 | License | Apache-2.0 |
-| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3 |
+| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4 |
 | 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) |
 
@@ -10568,7 +10569,7 @@ add_requires("wayland")
 | Description | *A free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format.* |
 | -- | -- |
 | Homepage | [https://www.videolan.org/developers/x264.html](https://www.videolan.org/developers/x264.html) |
-| Versions | v2018.09.25 |
+| Versions | v2018.09.25, v2021.09.29 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [x264/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x264/xmake.lua) |
 

+ 28 - 4
packages/macosx.md

@@ -2590,7 +2590,7 @@ add_requires("glfw")
 | Description | *Core application library for C.* |
 | -- | -- |
 | Homepage | [https://developer.gnome.org/glib/](https://developer.gnome.org/glib/) |
-| Versions | 2.60.2, 2.68.2, 2.69.2 |
+| Versions | 2.60.2, 2.68.2, 2.69.2, 2.70.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [glib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glib/xmake.lua) |
 
@@ -4991,7 +4991,8 @@ add_requires("libuuid")
 | Description | *A multi-platform support library with a focus on asynchronous I/O.* |
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
-| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0 |
+| License | MIT |
+| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
@@ -7439,7 +7440,7 @@ add_requires("opencl-headers")
 | -- | -- |
 | Homepage | [https://opencv.org/](https://opencv.org/) |
 | License | Apache-2.0 |
-| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3 |
+| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [opencv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencv/xmake.lua) |
 
@@ -7857,6 +7858,29 @@ add_requires("pkg-config")
 ```
 
 
+### pkgconf (macosx)
+
+
+| Description | *A program which helps to configure compiler and linker flags for development frameworks.* |
+| -- | -- |
+| Homepage | [http://pkgconf.org](http://pkgconf.org) |
+| Versions | 1.7.4, 1.8.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [pkgconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pkgconf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pkgconf")
+```
+
+
 ### pmp (macosx)
 
 
@@ -9761,7 +9785,7 @@ add_requires("vulkan-memory-allocator")
 | Description | *A free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format.* |
 | -- | -- |
 | Homepage | [https://www.videolan.org/developers/x264.html](https://www.videolan.org/developers/x264.html) |
-| Versions | v2018.09.25 |
+| Versions | v2018.09.25, v2021.09.29 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [x264/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x264/xmake.lua) |
 

+ 25 - 1
packages/mingw.md

@@ -2059,7 +2059,8 @@ add_requires("libusb")
 | Description | *A multi-platform support library with a focus on asynchronous I/O.* |
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
-| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0 |
+| License | MIT |
+| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
@@ -3073,6 +3074,29 @@ add_requires("pkg-config")
 ```
 
 
+### pkgconf (mingw)
+
+
+| Description | *A program which helps to configure compiler and linker flags for development frameworks.* |
+| -- | -- |
+| Homepage | [http://pkgconf.org](http://pkgconf.org) |
+| Versions | 1.7.4, 1.8.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [pkgconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] pkgconf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pkgconf")
+```
+
+
 ### pqp (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -1948,6 +1948,29 @@ add_requires("pkg-config")
 ```
 
 
+### pkgconf (msys)
+
+
+| Description | *A program which helps to configure compiler and linker flags for development frameworks.* |
+| -- | -- |
+| Homepage | [http://pkgconf.org](http://pkgconf.org) |
+| Versions | 1.7.4, 1.8.0 |
+| Architectures | i386, x86_64 |
+| Definition | [pkgconf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pkgconf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pkgconf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pkgconf")
+```
+
+
 ### pqp (msys)
 
 

+ 26 - 2
packages/windows.md

@@ -2610,6 +2610,29 @@ add_requires("glfw")
 ```
 
 
+### glib (windows)
+
+
+| Description | *Core application library for C.* |
+| -- | -- |
+| Homepage | [https://developer.gnome.org/glib/](https://developer.gnome.org/glib/) |
+| Versions | 2.60.2, 2.68.2, 2.69.2, 2.70.0 |
+| Architectures | x64, x86 |
+| Definition | [glib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/glib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install glib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("glib")
+```
+
+
 ### glm (windows)
 
 
@@ -4479,7 +4502,8 @@ add_requires("libusb")
 | Description | *A multi-platform support library with a focus on asynchronous I/O.* |
 | -- | -- |
 | Homepage | [http://libuv.org/](http://libuv.org/) |
-| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0 |
+| License | MIT |
+| Versions | v1.22.0, v1.23.0, v1.23.1, v1.23.2, v1.24.0, v1.24.1, v1.25.0, v1.26.0, v1.27.0, v1.28.0, v1.40.0, v1.41.0, v1.42.0 |
 | Architectures | x64, x86 |
 | Definition | [libuv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libuv/xmake.lua) |
 
@@ -6325,7 +6349,7 @@ add_requires("opencl-headers")
 | -- | -- |
 | Homepage | [https://opencv.org/](https://opencv.org/) |
 | License | Apache-2.0 |
-| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3 |
+| Versions | 3.4.9, 4.2.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4 |
 | Architectures | x64, x86 |
 | Definition | [opencv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/opencv/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-05T12:49:39+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-05T12:49:41+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-05T12:49:41+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-05T12:49:42+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-05T12:49:42+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-05T12:49:42+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-05T12:49:42+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-05T12:49:43+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-05T12:49:43+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-05T12:49:43+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-05T12:49:43+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-05T12:49:43+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-05T12:49:44+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-05T12:49:44+08:00</lastmod>
+  <lastmod>2021-11-06T22:31:19+08:00</lastmod>
 </url>
 
 </urlset>