浏览代码

autoupdate docs by xmake-repo/ci

ruki 4 年之前
父节点
当前提交
88633fbe4d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libfreenect2, port, ndk**
+- **Recently added: lodepng, ptex, libfreenect2**
 
 [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 (274)
+- Packages (276)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/android.html

@@ -2323,6 +2323,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepngandroid">lodepng (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="luaandroid">lua (android)</h3>
 <table>
 <thead>
@@ -2851,7 +2888,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/bsd.html

@@ -1499,6 +1499,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepngbsd">lodepng (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="luabsd">lua (bsd)</h3>
 <table>
 <thead>
@@ -1990,7 +2027,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/cross.html

@@ -1528,6 +1528,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepngcross">lodepng (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="lyracross">lyra (cross)</h3>
 <table>
 <thead>
@@ -1887,7 +1924,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/iphoneos.html

@@ -2117,6 +2117,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepngiphoneos">lodepng (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="luajitiphoneos">luajit (iphoneos)</h3>
 <table>
 <thead>
@@ -2575,7 +2612,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 77 - 3
mirror/packages/linux.html

@@ -648,7 +648,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.16.1</td>
+<td>1.16.1, 1.17.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -821,7 +821,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.1.1</td>
+<td>5.1.1, 5.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5537,6 +5537,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepnglinux">lodepng (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="log4cpluslinux">log4cplus (linux)</h3>
 <table>
 <thead>
@@ -6415,7 +6452,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7140,6 +7177,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="ptexlinux">ptex (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2</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/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pugixmllinux">pugixml (linux)</h3>
 <table>
 <thead>

+ 77 - 3
mirror/packages/macosx.html

@@ -611,7 +611,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.16.1</td>
+<td>1.16.1, 1.17.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -784,7 +784,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.1.1</td>
+<td>5.1.1, 5.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5076,6 +5076,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepngmacosx">lodepng (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="log4cplusmacosx">log4cplus (macosx)</h3>
 <table>
 <thead>
@@ -5991,7 +6028,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6683,6 +6720,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="ptexmacosx">ptex (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2</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/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pugixmlmacosx">pugixml (macosx)</h3>
 <table>
 <thead>

+ 38 - 1
mirror/packages/mingw.html

@@ -2348,6 +2348,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepngmingw">lodepng (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="lyramingw">lyra (mingw)</h3>
 <table>
 <thead>
@@ -2744,7 +2781,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/msys.html

@@ -1396,6 +1396,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepngmsys">lodepng (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="lyramsys">lyra (msys)</h3>
 <table>
 <thead>
@@ -1755,7 +1792,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 77 - 3
mirror/packages/windows.html

@@ -611,7 +611,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.16.1</td>
+<td>1.16.1, 1.17.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -821,7 +821,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.1.1</td>
+<td>5.1.1, 5.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3905,6 +3905,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llvm-mingw")
 </code></pre>
+<h3 id="lodepngwindows">lodepng (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PNG encoder and decoder in C and C++.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://lodev.org/lodepng/">https://lodev.org/lodepng/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td></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/l/lodepng/xmake.lua">lodepng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lodepng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lodepng")
+</code></pre>
 <h3 id="log4cpluswindows">log4cplus (windows)</h3>
 <table>
 <thead>
@@ -4676,7 +4713,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.10.1, 1.9.0</td>
+<td>1.10.1, 1.10.2, 1.9.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5368,6 +5405,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("protoc")
 </code></pre>
+<h3 id="ptexwindows">ptex (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Per-Face Texture Mapping for Production Rendering</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://ptex.us/">http://ptex.us/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.3.2</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/p/ptex/xmake.lua">ptex/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ptex
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ptex")
+</code></pre>
 <h3 id="pthreads4wwindows">pthreads4w (windows)</h3>
 <table>
 <thead>

+ 25 - 1
packages/android.md

@@ -1535,6 +1535,30 @@ add_requires("llvm-mingw")
 ```
 
 
+### lodepng (android)
+
+
+| Description | *PNG encoder and decoder in C and C++.* |
+| -- | -- |
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
+| License | zlib |
+| Versions |  |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, 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 -p android [--ndk=/xxx] lodepng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lodepng")
+```
+
+
 ### lua (android)
 
 
@@ -1894,7 +1918,7 @@ add_requires("ndk")
 | 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, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 

+ 25 - 1
packages/bsd.md

@@ -975,6 +975,30 @@ add_requires("llvm-mingw")
 ```
 
 
+### lodepng (bsd)
+
+
+| Description | *PNG encoder and decoder in C and C++.* |
+| -- | -- |
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
+| License | zlib |
+| Versions |  |
+| Architectures | i386, 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")
+```
+
+
 ### lua (bsd)
 
 
@@ -1310,7 +1334,7 @@ add_requires("ndk")
 | 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 | i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 

+ 25 - 1
packages/cross.md

@@ -997,6 +997,30 @@ add_requires("llvm-mingw")
 ```
 
 
+### lodepng (cross)
+
+
+| Description | *PNG encoder and decoder in C and C++.* |
+| -- | -- |
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
+| License | zlib |
+| Versions |  |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, 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 -p cross [--sdk=/xxx] lodepng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lodepng")
+```
+
+
 ### lyra (cross)
 
 
@@ -1240,7 +1264,7 @@ add_requires("ndk")
 | 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 | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 

+ 25 - 1
packages/iphoneos.md

@@ -1395,6 +1395,30 @@ add_requires("llvm-mingw")
 ```
 
 
+### lodepng (iphoneos)
+
+
+| Description | *PNG encoder and decoder in C and C++.* |
+| -- | -- |
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
+| License | zlib |
+| Versions |  |
+| Architectures | arm64, armv7, armv7s, i386, 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 -p iphoneos lodepng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lodepng")
+```
+
+
 ### luajit (iphoneos)
 
 
@@ -1707,7 +1731,7 @@ add_requires("ndk")
 | 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, armv7, armv7s, i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 

+ 51 - 3
packages/linux.md

@@ -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)
 
 

+ 51 - 3
packages/macosx.md

@@ -356,7 +356,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, i386, x86_64 |
 | Definition | [c-ares/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/c-ares/xmake.lua) |
 
@@ -473,7 +473,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, i386, x86_64 |
 | Definition | [cgal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cgal/xmake.lua) |
 
@@ -3418,6 +3418,30 @@ add_requires("llvm-mingw")
 ```
 
 
+### lodepng (macosx)
+
+
+| Description | *PNG encoder and decoder in C and C++.* |
+| -- | -- |
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
+| License | zlib |
+| Versions |  |
+| Architectures | arm64, i386, 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 (macosx)
 
 
@@ -4036,7 +4060,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, i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -4520,6 +4544,30 @@ add_requires("protoc")
 ```
 
 
+### ptex (macosx)
+
+
+| 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, i386, 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 (macosx)
 
 

+ 25 - 1
packages/mingw.md

@@ -1556,6 +1556,30 @@ add_requires("llvm-mingw")
 ```
 
 
+### lodepng (mingw)
+
+
+| Description | *PNG encoder and decoder in C and C++.* |
+| -- | -- |
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
+| License | zlib |
+| Versions |  |
+| Architectures | arm, arm64, i386, 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 -p mingw [--mingw=/xxx] lodepng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lodepng")
+```
+
+
 ### lyra (mingw)
 
 
@@ -1823,7 +1847,7 @@ add_requires("ndk")
 | 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 | arm, arm64, i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 

+ 25 - 1
packages/msys.md

@@ -905,6 +905,30 @@ add_requires("llvm-mingw")
 ```
 
 
+### lodepng (msys)
+
+
+| Description | *PNG encoder and decoder in C and C++.* |
+| -- | -- |
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
+| License | zlib |
+| Versions |  |
+| Architectures | i386, 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")
+```
+
+
 ### lyra (msys)
 
 
@@ -1148,7 +1172,7 @@ add_requires("ndk")
 | 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 | i386, x86_64 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 

+ 51 - 3
packages/windows.md

@@ -356,7 +356,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 | x64, x86 |
 | 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 | x64, x86 |
 | Definition | [cgal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cgal/xmake.lua) |
 
@@ -2609,6 +2609,30 @@ add_requires("llvm-mingw")
 ```
 
 
+### lodepng (windows)
+
+
+| Description | *PNG encoder and decoder in C and C++.* |
+| -- | -- |
+| Homepage | [https://lodev.org/lodepng/](https://lodev.org/lodepng/) |
+| License | zlib |
+| Versions |  |
+| Architectures | x64, x86 |
+| 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 (windows)
 
 
@@ -3132,7 +3156,7 @@ add_requires("ndk")
 | 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 | x64, x86 |
 | Definition | [ninja/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/ninja/xmake.lua) |
 
@@ -3616,6 +3640,30 @@ add_requires("protoc")
 ```
 
 
+### ptex (windows)
+
+
+| Description | *Per-Face Texture Mapping for Production Rendering* |
+| -- | -- |
+| Homepage | [http://ptex.us/](http://ptex.us/) |
+| License | BSD-3-Clause |
+| Versions | v2.3.2 |
+| Architectures | x64, x86 |
+| 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")
+```
+
+
 ### pthreads4w (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-03-19T16:07:35+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-03-19T16:07:36+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-03-19T16:07:36+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-03-19T16:07:36+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-03-19T16:07:36+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-03-19T16:07:36+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-03-19T16:07:37+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-03-19T16:07:37+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-03-19T16:07:37+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-03-19T16:07:37+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-03-19T16:07:38+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-03-19T16:07:38+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-03-19T16:07:38+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-03-19T16:07:38+08:00</lastmod>
+  <lastmod>2021-03-20T13:56:24+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libfreenect2, port, ndk**
+- **Recently added: lodepng, ptex, libfreenect2**
 
 [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)
-- 包列表 (274)
+- 包列表 (276)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)