Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 năm trước cách đây
mục cha
commit
fe26e581a5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: ensmallen, libdc1394, asio**
+- **Recently added: ca-certificates, openh264, ensmallen**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (505)
+- Packages (507)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 34 - 1
mirror/packages/android.html

@@ -435,6 +435,39 @@
 <pre><code class="lang-lua">add_requires("bzip2")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="cacertificatesandroid">ca-certificates (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</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/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="capstoneandroid">capstone (android)</h3>
 <table>
 <thead>
@@ -1747,7 +1780,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 34 - 1
mirror/packages/bsd.html

@@ -332,6 +332,39 @@
 <pre><code class="lang-lua">add_requires("bzip2")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="cacertificatesbsd">ca-certificates (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</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/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="capnprotobsd">capnproto (bsd)</h3>
 <table>
 <thead>
@@ -1368,7 +1401,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 34 - 1
mirror/packages/cross.html

@@ -365,6 +365,39 @@
 <pre><code class="lang-lua">add_requires("bzip2")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="cacertificatescross">ca-certificates (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</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/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="catch2cross">catch2 (cross)</h3>
 <table>
 <thead>
@@ -1261,7 +1294,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 34 - 1
mirror/packages/iphoneos.html

@@ -332,6 +332,39 @@
 <pre><code class="lang-lua">add_requires("bzip2")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="cacertificatesiphoneos">ca-certificates (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</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/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="capstoneiphoneos">capstone (iphoneos)</h3>
 <table>
 <thead>
@@ -1471,7 +1504,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 71 - 1
mirror/packages/linux.html

@@ -1115,6 +1115,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("c-ares")
 </code></pre>
+<h3 id="cacertificateslinux">ca-certificates (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="cairolinux">cairo (linux)</h3>
 <table>
 <thead>
@@ -4690,7 +4723,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12663,6 +12696,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openexr")
 </code></pre>
+<h3 id="openh264linux">openh264 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenH264 is a codec library which supports H.264 encoding and decoding.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openh264.org/">http://www.openh264.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openh264/xmake.lua">openh264/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openh264
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openh264")
+</code></pre>
 <h3 id="openimageiolinux">openimageio (linux)</h3>
 <table>
 <thead>

+ 34 - 1
mirror/packages/macosx.html

@@ -967,6 +967,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("c-ares")
 </code></pre>
+<h3 id="cacertificatesmacosx">ca-certificates (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</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/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="cairomacosx">cairo (macosx)</h3>
 <table>
 <thead>
@@ -4365,7 +4398,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 34 - 1
mirror/packages/mingw.html

@@ -468,6 +468,39 @@
 <pre><code class="lang-lua">add_requires("bzip2")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="cacertificatesmingw">ca-certificates (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</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/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="capstonemingw">capstone (mingw)</h3>
 <table>
 <thead>
@@ -1858,7 +1891,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 34 - 1
mirror/packages/msys.html

@@ -369,6 +369,39 @@
 <pre><code class="lang-lua">add_requires("bzip2")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="cacertificatesmsys">ca-certificates (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</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/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="capstonemsys">capstone (msys)</h3>
 <table>
 <thead>
@@ -1298,7 +1331,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 71 - 1
mirror/packages/windows.html

@@ -967,6 +967,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("c-ares")
 </code></pre>
+<h3 id="cacertificateswindows">ca-certificates (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://mkcert.org/">https://mkcert.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>20211118</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/c/ca-certificates/xmake.lua">ca-certificates/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ca-certificates
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ca-certificates")
+</code></pre>
 <h3 id="cairowindows">cairo (windows)</h3>
 <table>
 <thead>
@@ -4373,7 +4406,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>20201128</td>
+<td>20211117</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10027,6 +10060,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("openexr")
 </code></pre>
+<h3 id="openh264windows">openh264 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenH264 is a codec library which supports H.264 encoding and decoding.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openh264.org/">http://www.openh264.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-2-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.1.1</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/o/openh264/xmake.lua">openh264/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openh264
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openh264")
+</code></pre>
 <h3 id="openimageiowindows">openimageio (windows)</h3>
 <table>
 <thead>

+ 24 - 1
packages/android.md

@@ -236,6 +236,29 @@ add_requires("bzip2")
 
 
 ## c
+### ca-certificates (android)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### capstone (android)
 
 
@@ -1119,7 +1142,7 @@ add_requires("glm")
 | 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 |
+| Versions | 20211117 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
 

+ 24 - 1
packages/bsd.md

@@ -166,6 +166,29 @@ add_requires("bzip2")
 
 
 ## c
+### ca-certificates (bsd)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | i386, x86_64 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### capnproto (bsd)
 
 
@@ -862,7 +885,7 @@ add_requires("glm")
 | 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 |
+| Versions | 20211117 |
 | Architectures | i386, x86_64 |
 | Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
 

+ 24 - 1
packages/cross.md

@@ -189,6 +189,29 @@ add_requires("bzip2")
 
 
 ## c
+### ca-certificates (cross)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### catch2 (cross)
 
 
@@ -791,7 +814,7 @@ add_requires("glm")
 | 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 |
+| Versions | 20211117 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
 

+ 24 - 1
packages/iphoneos.md

@@ -166,6 +166,29 @@ add_requires("bzip2")
 
 
 ## c
+### ca-certificates (iphoneos)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### capstone (iphoneos)
 
 
@@ -932,7 +955,7 @@ add_requires("glm")
 | 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 |
+| Versions | 20211117 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
 

+ 48 - 1
packages/linux.md

@@ -688,6 +688,29 @@ add_requires("c-ares")
 ```
 
 
+### ca-certificates (linux)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### cairo (linux)
 
 
@@ -3066,7 +3089,7 @@ add_requires("gmsh")
 | 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 |
+| Versions | 20211117 |
 | 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) |
 
@@ -8456,6 +8479,30 @@ add_requires("openexr")
 ```
 
 
+### openh264 (linux)
+
+
+| Description | *OpenH264 is a codec library which supports H.264 encoding and decoding.* |
+| -- | -- |
+| Homepage | [http://www.openh264.org/](http://www.openh264.org/) |
+| License | BSD-2-Clause |
+| Versions | v2.1.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [openh264/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openh264/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openh264
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openh264")
+```
+
+
 ### openimageio (linux)
 
 

+ 24 - 1
packages/macosx.md

@@ -592,6 +592,29 @@ add_requires("c-ares")
 ```
 
 
+### ca-certificates (macosx)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### cairo (macosx)
 
 
@@ -2852,7 +2875,7 @@ add_requires("gmsh")
 | 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 |
+| Versions | 20211117 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
 

+ 24 - 1
packages/mingw.md

@@ -259,6 +259,29 @@ add_requires("bzip2")
 
 
 ## c
+### ca-certificates (mingw)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### capstone (mingw)
 
 
@@ -1191,7 +1214,7 @@ add_requires("gmm")
 | 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 |
+| Versions | 20211117 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
 

+ 24 - 1
packages/msys.md

@@ -190,6 +190,29 @@ add_requires("bzip2")
 
 
 ## c
+### ca-certificates (msys)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | i386, x86_64 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### capstone (msys)
 
 
@@ -815,7 +838,7 @@ add_requires("glm")
 | 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 |
+| Versions | 20211117 |
 | Architectures | i386, x86_64 |
 | Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
 

+ 48 - 1
packages/windows.md

@@ -592,6 +592,29 @@ add_requires("c-ares")
 ```
 
 
+### ca-certificates (windows)
+
+
+| Description | *Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.* |
+| -- | -- |
+| Homepage | [https://mkcert.org/](https://mkcert.org/) |
+| Versions | 20211118 |
+| Architectures | x64, x86 |
+| Definition | [ca-certificates/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/ca-certificates/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ca-certificates
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ca-certificates")
+```
+
+
 ### cairo (windows)
 
 
@@ -2854,7 +2877,7 @@ add_requires("gmsh")
 | 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 |
+| Versions | 20211117 |
 | Architectures | x64, x86 |
 | Definition | [gn/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gn/xmake.lua) |
 
@@ -6654,6 +6677,30 @@ add_requires("openexr")
 ```
 
 
+### openh264 (windows)
+
+
+| Description | *OpenH264 is a codec library which supports H.264 encoding and decoding.* |
+| -- | -- |
+| Homepage | [http://www.openh264.org/](http://www.openh264.org/) |
+| License | BSD-2-Clause |
+| Versions | v2.1.1 |
+| Architectures | x64, x86 |
+| Definition | [openh264/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openh264/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openh264
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openh264")
+```
+
+
 ### openimageio (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-18T13:56:36+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-18T13:56:38+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-18T13:56:38+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-18T13:56:38+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-18T13:56:38+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-18T13:56:39+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-18T13:56:39+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-18T13:56:39+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-18T13:56:39+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-18T13:56:40+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-18T13:56:40+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-18T13:56:40+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-18T13:56:40+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-18T13:56:41+08:00</lastmod>
+  <lastmod>2021-11-19T02:06:52+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: ensmallen, libdc1394, asio**
+- **Recently added: ca-certificates, openh264, ensmallen**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (505)
+- 包列表 (507)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)