Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 2 ani în urmă
părinte
comite
97797ce2b3

+ 148 - 0
mirror/packages/android.html

@@ -4960,6 +4960,154 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl")
 </code></pre>
+<h3 id="libsdl_imageandroid">libsdl_image (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer image loading library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.libsdl.org/projects/SDL_image/">http://www.libsdl.org/projects/SDL_image/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.0, 2.6.1, 2.6.2</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/libsdl_image/xmake.lua">libsdl_image/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libsdl_image
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_image")
+</code></pre>
+<h3 id="libsdl_mixerandroid">libsdl_mixer (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer mixer audio library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.4, 2.6.0, 2.6.1, 2.6.2</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/libsdl_mixer/xmake.lua">libsdl_mixer/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libsdl_mixer
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_mixer")
+</code></pre>
+<h3 id="libsdl_netandroid">libsdl_net (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer networking library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.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/l/libsdl_net/xmake.lua">libsdl_net/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libsdl_net
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_net")
+</code></pre>
+<h3 id="libsdl_ttfandroid">libsdl_ttf (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer text rendering library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.20.0, 2.20.1, 2.20.2</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/libsdl_ttf/xmake.lua">libsdl_ttf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libsdl_ttf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_ttf")
+</code></pre>
 <h3 id="libsndfileandroid">libsndfile (android)</h3>
 <table>
 <thead>

+ 148 - 0
mirror/packages/bsd.html

@@ -4293,6 +4293,154 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl")
 </code></pre>
+<h3 id="libsdl_imagebsd">libsdl_image (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer image loading library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.libsdl.org/projects/SDL_image/">http://www.libsdl.org/projects/SDL_image/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.0, 2.6.1, 2.6.2</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/libsdl_image/xmake.lua">libsdl_image/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl_image
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_image")
+</code></pre>
+<h3 id="libsdl_mixerbsd">libsdl_mixer (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer mixer audio library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.4, 2.6.0, 2.6.1, 2.6.2</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/libsdl_mixer/xmake.lua">libsdl_mixer/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl_mixer
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_mixer")
+</code></pre>
+<h3 id="libsdl_netbsd">libsdl_net (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer networking library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.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/l/libsdl_net/xmake.lua">libsdl_net/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl_net
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_net")
+</code></pre>
+<h3 id="libsdl_ttfbsd">libsdl_ttf (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer text rendering library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.20.0, 2.20.1, 2.20.2</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/libsdl_ttf/xmake.lua">libsdl_ttf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl_ttf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_ttf")
+</code></pre>
 <h3 id="libsimdppbsd">libsimdpp (bsd)</h3>
 <table>
 <thead>

+ 148 - 0
mirror/packages/cross.html

@@ -4034,6 +4034,154 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl")
 </code></pre>
+<h3 id="libsdl_imagecross">libsdl_image (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer image loading library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.libsdl.org/projects/SDL_image/">http://www.libsdl.org/projects/SDL_image/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.0, 2.6.1, 2.6.2</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/libsdl_image/xmake.lua">libsdl_image/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libsdl_image
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_image")
+</code></pre>
+<h3 id="libsdl_mixercross">libsdl_mixer (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer mixer audio library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.4, 2.6.0, 2.6.1, 2.6.2</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/libsdl_mixer/xmake.lua">libsdl_mixer/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libsdl_mixer
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_mixer")
+</code></pre>
+<h3 id="libsdl_netcross">libsdl_net (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer networking library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.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/l/libsdl_net/xmake.lua">libsdl_net/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libsdl_net
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_net")
+</code></pre>
+<h3 id="libsdl_ttfcross">libsdl_ttf (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer text rendering library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.20.0, 2.20.1, 2.20.2</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/libsdl_ttf/xmake.lua">libsdl_ttf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libsdl_ttf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_ttf")
+</code></pre>
 <h3 id="libsoundiocross">libsoundio (cross)</h3>
 <table>
 <thead>

+ 148 - 0
mirror/packages/iphoneos.html

@@ -4532,6 +4532,154 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl")
 </code></pre>
+<h3 id="libsdl_imageiphoneos">libsdl_image (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer image loading library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.libsdl.org/projects/SDL_image/">http://www.libsdl.org/projects/SDL_image/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.0, 2.6.1, 2.6.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua">libsdl_image/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libsdl_image
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_image")
+</code></pre>
+<h3 id="libsdl_mixeriphoneos">libsdl_mixer (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer mixer audio library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.4, 2.6.0, 2.6.1, 2.6.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua">libsdl_mixer/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libsdl_mixer
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_mixer")
+</code></pre>
+<h3 id="libsdl_netiphoneos">libsdl_net (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer networking library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua">libsdl_net/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libsdl_net
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_net")
+</code></pre>
+<h3 id="libsdl_ttfiphoneos">libsdl_ttf (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer text rendering library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.20.0, 2.20.1, 2.20.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua">libsdl_ttf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libsdl_ttf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_ttf")
+</code></pre>
 <h3 id="libsndfileiphoneos">libsndfile (iphoneos)</h3>
 <table>
 <thead>

+ 12 - 4
mirror/packages/linux.html

@@ -13001,7 +13001,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.5, 2.6.0, 2.6.1, 2.6.2</td>
+<td>2.6.0, 2.6.1, 2.6.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13033,6 +13033,10 @@
 <td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>2.0.4, 2.6.0, 2.6.1, 2.6.2</td>
 </tr>
@@ -13066,8 +13070,12 @@
 <td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.0.1, 2.2.0</td>
+<td>2.2.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13096,7 +13104,7 @@
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.libsdl.org/projects/SDL_ttf/">https://www.libsdl.org/projects/SDL_ttf/</a></td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
 </tr>
 <tr>
 <td>License</td>
@@ -13104,7 +13112,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.15, 2.0.18, 2.20.0, 2.20.1</td>
+<td>2.20.0, 2.20.1, 2.20.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 12 - 4
mirror/packages/macosx.html

@@ -12038,7 +12038,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.5, 2.6.0, 2.6.1, 2.6.2</td>
+<td>2.6.0, 2.6.1, 2.6.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12070,6 +12070,10 @@
 <td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>2.0.4, 2.6.0, 2.6.1, 2.6.2</td>
 </tr>
@@ -12103,8 +12107,12 @@
 <td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.0.1, 2.2.0</td>
+<td>2.2.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12133,7 +12141,7 @@
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.libsdl.org/projects/SDL_ttf/">https://www.libsdl.org/projects/SDL_ttf/</a></td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
 </tr>
 <tr>
 <td>License</td>
@@ -12141,7 +12149,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.15, 2.0.18, 2.20.0, 2.20.1</td>
+<td>2.20.0, 2.20.1, 2.20.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 12 - 4
mirror/packages/mingw.html

@@ -5489,7 +5489,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.5, 2.6.0, 2.6.1, 2.6.2</td>
+<td>2.6.0, 2.6.1, 2.6.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5521,6 +5521,10 @@
 <td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>2.0.4, 2.6.0, 2.6.1, 2.6.2</td>
 </tr>
@@ -5554,8 +5558,12 @@
 <td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.0.1, 2.2.0</td>
+<td>2.2.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5584,7 +5592,7 @@
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.libsdl.org/projects/SDL_ttf/">https://www.libsdl.org/projects/SDL_ttf/</a></td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
 </tr>
 <tr>
 <td>License</td>
@@ -5592,7 +5600,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.15, 2.0.18, 2.20.0, 2.20.1</td>
+<td>2.20.0, 2.20.1, 2.20.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 148 - 0
mirror/packages/msys.html

@@ -3577,6 +3577,154 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl")
 </code></pre>
+<h3 id="libsdl_imagemsys">libsdl_image (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer image loading library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.libsdl.org/projects/SDL_image/">http://www.libsdl.org/projects/SDL_image/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.0, 2.6.1, 2.6.2</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/libsdl_image/xmake.lua">libsdl_image/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl_image
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_image")
+</code></pre>
+<h3 id="libsdl_mixermsys">libsdl_mixer (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer mixer audio library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.4, 2.6.0, 2.6.1, 2.6.2</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/libsdl_mixer/xmake.lua">libsdl_mixer/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl_mixer
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_mixer")
+</code></pre>
+<h3 id="libsdl_netmsys">libsdl_net (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer networking library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.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/l/libsdl_net/xmake.lua">libsdl_net/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl_net
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_net")
+</code></pre>
+<h3 id="libsdl_ttfmsys">libsdl_ttf (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer text rendering library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.20.0, 2.20.1, 2.20.2</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/libsdl_ttf/xmake.lua">libsdl_ttf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsdl_ttf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_ttf")
+</code></pre>
 <h3 id="libsoundiomsys">libsoundio (msys)</h3>
 <table>
 <thead>

+ 148 - 0
mirror/packages/wasm.html

@@ -3655,6 +3655,154 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl")
 </code></pre>
+<h3 id="libsdl_imagewasm">libsdl_image (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer image loading library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.libsdl.org/projects/SDL_image/">http://www.libsdl.org/projects/SDL_image/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.6.0, 2.6.1, 2.6.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua">libsdl_image/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libsdl_image
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_image")
+</code></pre>
+<h3 id="libsdl_mixerwasm">libsdl_mixer (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer mixer audio library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.4, 2.6.0, 2.6.1, 2.6.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua">libsdl_mixer/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libsdl_mixer
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_mixer")
+</code></pre>
+<h3 id="libsdl_netwasm">libsdl_net (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer networking library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.2.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua">libsdl_net/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libsdl_net
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_net")
+</code></pre>
+<h3 id="libsdl_ttfwasm">libsdl_ttf (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple DirectMedia Layer text rendering library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.20.0, 2.20.1, 2.20.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua">libsdl_ttf/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm libsdl_ttf
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsdl_ttf")
+</code></pre>
 <h3 id="libsimdppwasm">libsimdpp (wasm)</h3>
 <table>
 <thead>

+ 13 - 5
mirror/packages/windows.html

@@ -10691,7 +10691,7 @@
 </tr>
 <tr>
 <td>Architectures</td>
-<td>arm64, x64, x86</td>
+<td>x64, x86</td>
 </tr>
 <tr>
 <td>Definition</td>
@@ -10724,7 +10724,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.5, 2.6.0, 2.6.1, 2.6.2</td>
+<td>2.6.0, 2.6.1, 2.6.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10756,6 +10756,10 @@
 <td><a href="https://www.libsdl.org/projects/SDL_mixer/">https://www.libsdl.org/projects/SDL_mixer/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
 <td>2.0.4, 2.6.0, 2.6.1, 2.6.2</td>
 </tr>
@@ -10789,8 +10793,12 @@
 <td><a href="https://www.libsdl.org/projects/SDL_net/">https://www.libsdl.org/projects/SDL_net/</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>zlib</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>2.0.1, 2.2.0</td>
+<td>2.2.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10819,7 +10827,7 @@
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.libsdl.org/projects/SDL_ttf/">https://www.libsdl.org/projects/SDL_ttf/</a></td>
+<td><a href="https://github.com/libsdl-org/SDL_ttf/">https://github.com/libsdl-org/SDL_ttf/</a></td>
 </tr>
 <tr>
 <td>License</td>
@@ -10827,7 +10835,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.0.15, 2.0.18, 2.20.0, 2.20.1</td>
+<td>2.20.0, 2.20.1, 2.20.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 96 - 0
packages/android.md

@@ -3271,6 +3271,102 @@ add_requires("libsdl")
 ```
 
 
+### libsdl_image (android)
+
+
+| Description | *Simple DirectMedia Layer image loading library* |
+| -- | -- |
+| Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
+| License | zlib |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libsdl_image
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_image")
+```
+
+
+### libsdl_mixer (android)
+
+
+| Description | *Simple DirectMedia Layer mixer audio library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
+| Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libsdl_mixer
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_mixer")
+```
+
+
+### libsdl_net (android)
+
+
+| Description | *Simple DirectMedia Layer networking library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
+| License | zlib |
+| Versions | 2.2.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libsdl_net
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_net")
+```
+
+
+### libsdl_ttf (android)
+
+
+| Description | *Simple DirectMedia Layer text rendering library* |
+| -- | -- |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
+| License | zlib |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libsdl_ttf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_ttf")
+```
+
+
 ### libsndfile (android)
 
 

+ 96 - 0
packages/bsd.md

@@ -2824,6 +2824,102 @@ add_requires("libsdl")
 ```
 
 
+### libsdl_image (bsd)
+
+
+| Description | *Simple DirectMedia Layer image loading library* |
+| -- | -- |
+| Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
+| License | zlib |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl_image
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_image")
+```
+
+
+### libsdl_mixer (bsd)
+
+
+| Description | *Simple DirectMedia Layer mixer audio library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
+| Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl_mixer
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_mixer")
+```
+
+
+### libsdl_net (bsd)
+
+
+| Description | *Simple DirectMedia Layer networking library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
+| License | zlib |
+| Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl_net
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_net")
+```
+
+
+### libsdl_ttf (bsd)
+
+
+| Description | *Simple DirectMedia Layer text rendering library* |
+| -- | -- |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
+| License | zlib |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl_ttf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_ttf")
+```
+
+
 ### libsimdpp (bsd)
 
 

+ 96 - 0
packages/cross.md

@@ -2656,6 +2656,102 @@ add_requires("libsdl")
 ```
 
 
+### libsdl_image (cross)
+
+
+| Description | *Simple DirectMedia Layer image loading library* |
+| -- | -- |
+| Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
+| License | zlib |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libsdl_image
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_image")
+```
+
+
+### libsdl_mixer (cross)
+
+
+| Description | *Simple DirectMedia Layer mixer audio library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
+| Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libsdl_mixer
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_mixer")
+```
+
+
+### libsdl_net (cross)
+
+
+| Description | *Simple DirectMedia Layer networking library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
+| License | zlib |
+| Versions | 2.2.0 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libsdl_net
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_net")
+```
+
+
+### libsdl_ttf (cross)
+
+
+| Description | *Simple DirectMedia Layer text rendering library* |
+| -- | -- |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
+| License | zlib |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libsdl_ttf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_ttf")
+```
+
+
 ### libsoundio (cross)
 
 

+ 96 - 0
packages/iphoneos.md

@@ -2987,6 +2987,102 @@ add_requires("libsdl")
 ```
 
 
+### libsdl_image (iphoneos)
+
+
+| Description | *Simple DirectMedia Layer image loading library* |
+| -- | -- |
+| Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
+| License | zlib |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libsdl_image
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_image")
+```
+
+
+### libsdl_mixer (iphoneos)
+
+
+| Description | *Simple DirectMedia Layer mixer audio library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
+| Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libsdl_mixer
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_mixer")
+```
+
+
+### libsdl_net (iphoneos)
+
+
+| Description | *Simple DirectMedia Layer networking library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
+| License | zlib |
+| Versions | 2.2.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libsdl_net
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_net")
+```
+
+
+### libsdl_ttf (iphoneos)
+
+
+| Description | *Simple DirectMedia Layer text rendering library* |
+| -- | -- |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
+| License | zlib |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libsdl_ttf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_ttf")
+```
+
+
 ### libsndfile (iphoneos)
 
 

+ 6 - 4
packages/linux.md

@@ -8626,7 +8626,7 @@ add_requires("libsdl_gfx")
 | -- | -- |
 | Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
 | License | zlib |
-| Versions | 2.0.5, 2.6.0, 2.6.1, 2.6.2 |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
 
@@ -8649,6 +8649,7 @@ add_requires("libsdl_image")
 | Description | *Simple DirectMedia Layer mixer audio library* |
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
 | Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
@@ -8672,7 +8673,8 @@ add_requires("libsdl_mixer")
 | Description | *Simple DirectMedia Layer networking library* |
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
-| Versions | 2.0.1, 2.2.0 |
+| License | zlib |
+| Versions | 2.2.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
 
@@ -8694,9 +8696,9 @@ add_requires("libsdl_net")
 
 | Description | *Simple DirectMedia Layer text rendering library* |
 | -- | -- |
-| Homepage | [https://www.libsdl.org/projects/SDL_ttf/](https://www.libsdl.org/projects/SDL_ttf/) |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
 | License | zlib |
-| Versions | 2.0.15, 2.0.18, 2.20.0, 2.20.1 |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
 

+ 6 - 4
packages/macosx.md

@@ -7987,7 +7987,7 @@ add_requires("libsdl_gfx")
 | -- | -- |
 | Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
 | License | zlib |
-| Versions | 2.0.5, 2.6.0, 2.6.1, 2.6.2 |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
 | Architectures | arm64, x86_64 |
 | Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
 
@@ -8010,6 +8010,7 @@ add_requires("libsdl_image")
 | Description | *Simple DirectMedia Layer mixer audio library* |
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
 | Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
 | Architectures | arm64, x86_64 |
 | Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
@@ -8033,7 +8034,8 @@ add_requires("libsdl_mixer")
 | Description | *Simple DirectMedia Layer networking library* |
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
-| Versions | 2.0.1, 2.2.0 |
+| License | zlib |
+| Versions | 2.2.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
 
@@ -8055,9 +8057,9 @@ add_requires("libsdl_net")
 
 | Description | *Simple DirectMedia Layer text rendering library* |
 | -- | -- |
-| Homepage | [https://www.libsdl.org/projects/SDL_ttf/](https://www.libsdl.org/projects/SDL_ttf/) |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
 | License | zlib |
-| Versions | 2.0.15, 2.0.18, 2.20.0, 2.20.1 |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
 | Architectures | arm64, x86_64 |
 | Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
 

+ 6 - 4
packages/mingw.md

@@ -3612,7 +3612,7 @@ add_requires("libsdl")
 | -- | -- |
 | Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
 | License | zlib |
-| Versions | 2.0.5, 2.6.0, 2.6.1, 2.6.2 |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
 
@@ -3635,6 +3635,7 @@ add_requires("libsdl_image")
 | Description | *Simple DirectMedia Layer mixer audio library* |
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
 | Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
@@ -3658,7 +3659,8 @@ add_requires("libsdl_mixer")
 | Description | *Simple DirectMedia Layer networking library* |
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
-| Versions | 2.0.1, 2.2.0 |
+| License | zlib |
+| Versions | 2.2.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
 
@@ -3680,9 +3682,9 @@ add_requires("libsdl_net")
 
 | Description | *Simple DirectMedia Layer text rendering library* |
 | -- | -- |
-| Homepage | [https://www.libsdl.org/projects/SDL_ttf/](https://www.libsdl.org/projects/SDL_ttf/) |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
 | License | zlib |
-| Versions | 2.0.15, 2.0.18, 2.20.0, 2.20.1 |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
 

+ 96 - 0
packages/msys.md

@@ -2350,6 +2350,102 @@ add_requires("libsdl")
 ```
 
 
+### libsdl_image (msys)
+
+
+| Description | *Simple DirectMedia Layer image loading library* |
+| -- | -- |
+| Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
+| License | zlib |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl_image
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_image")
+```
+
+
+### libsdl_mixer (msys)
+
+
+| Description | *Simple DirectMedia Layer mixer audio library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
+| Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl_mixer
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_mixer")
+```
+
+
+### libsdl_net (msys)
+
+
+| Description | *Simple DirectMedia Layer networking library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
+| License | zlib |
+| Versions | 2.2.0 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl_net
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_net")
+```
+
+
+### libsdl_ttf (msys)
+
+
+| Description | *Simple DirectMedia Layer text rendering library* |
+| -- | -- |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
+| License | zlib |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
+| Architectures | i386, x86_64 |
+| Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsdl_ttf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_ttf")
+```
+
+
 ### libsoundio (msys)
 
 

+ 96 - 0
packages/wasm.md

@@ -2399,6 +2399,102 @@ add_requires("libsdl")
 ```
 
 
+### libsdl_image (wasm)
+
+
+| Description | *Simple DirectMedia Layer image loading library* |
+| -- | -- |
+| Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
+| License | zlib |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | wasm32 |
+| Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libsdl_image
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_image")
+```
+
+
+### libsdl_mixer (wasm)
+
+
+| Description | *Simple DirectMedia Layer mixer audio library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
+| Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
+| Architectures | wasm32 |
+| Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libsdl_mixer
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_mixer")
+```
+
+
+### libsdl_net (wasm)
+
+
+| Description | *Simple DirectMedia Layer networking library* |
+| -- | -- |
+| Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
+| License | zlib |
+| Versions | 2.2.0 |
+| Architectures | wasm32 |
+| Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libsdl_net
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_net")
+```
+
+
+### libsdl_ttf (wasm)
+
+
+| Description | *Simple DirectMedia Layer text rendering library* |
+| -- | -- |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
+| License | zlib |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
+| Architectures | wasm32 |
+| Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm libsdl_ttf
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsdl_ttf")
+```
+
+
 ### libsimdpp (wasm)
 
 

+ 7 - 5
packages/windows.md

@@ -7053,7 +7053,7 @@ add_requires("libsdl")
 | -- | -- |
 | Homepage | [https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/](https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/) |
 | Versions | 1.0.4 |
-| Architectures | arm64, x64, x86 |
+| Architectures | x64, x86 |
 | Definition | [libsdl_gfx/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_gfx/xmake.lua) |
 
 ##### Install command
@@ -7076,7 +7076,7 @@ add_requires("libsdl_gfx")
 | -- | -- |
 | Homepage | [http://www.libsdl.org/projects/SDL_image/](http://www.libsdl.org/projects/SDL_image/) |
 | License | zlib |
-| Versions | 2.0.5, 2.6.0, 2.6.1, 2.6.2 |
+| Versions | 2.6.0, 2.6.1, 2.6.2 |
 | Architectures | arm64, x64, x86 |
 | Definition | [libsdl_image/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_image/xmake.lua) |
 
@@ -7099,6 +7099,7 @@ add_requires("libsdl_image")
 | Description | *Simple DirectMedia Layer mixer audio library* |
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_mixer/](https://www.libsdl.org/projects/SDL_mixer/) |
+| License | zlib |
 | Versions | 2.0.4, 2.6.0, 2.6.1, 2.6.2 |
 | Architectures | arm64, x64, x86 |
 | Definition | [libsdl_mixer/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_mixer/xmake.lua) |
@@ -7122,7 +7123,8 @@ add_requires("libsdl_mixer")
 | Description | *Simple DirectMedia Layer networking library* |
 | -- | -- |
 | Homepage | [https://www.libsdl.org/projects/SDL_net/](https://www.libsdl.org/projects/SDL_net/) |
-| Versions | 2.0.1, 2.2.0 |
+| License | zlib |
+| Versions | 2.2.0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [libsdl_net/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_net/xmake.lua) |
 
@@ -7144,9 +7146,9 @@ add_requires("libsdl_net")
 
 | Description | *Simple DirectMedia Layer text rendering library* |
 | -- | -- |
-| Homepage | [https://www.libsdl.org/projects/SDL_ttf/](https://www.libsdl.org/projects/SDL_ttf/) |
+| Homepage | [https://github.com/libsdl-org/SDL_ttf/](https://github.com/libsdl-org/SDL_ttf/) |
 | License | zlib |
-| Versions | 2.0.15, 2.0.18, 2.20.0, 2.20.1 |
+| Versions | 2.20.0, 2.20.1, 2.20.2 |
 | Architectures | arm64, x64, x86 |
 | Definition | [libsdl_ttf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsdl_ttf/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-14T05:08:20+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-14T05:08:23+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-14T05:08:23+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-14T05:08:23+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-14T05:08:24+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-14T05:08:24+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-14T05:08:25+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-14T05:08:25+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-14T05:08:25+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-14T05:08:25+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-14T05:08:26+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-14T05:08:26+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-14T05:08:26+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-14T05:08:26+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-14T05:08:27+08:00</lastmod>
+  <lastmod>2023-02-14T11:19:53+08:00</lastmod>
 </url>
 
 </urlset>