Przeglądaj źródła

autoupdate docs by xmake-repo/ci

ruki 1 rok temu
rodzic
commit
d359ac7ca7

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, cartographer, mds**
+- **Recently added: astc-encoder, port, cartographer**
 
 [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 (1232)
+- Packages (1233)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 1 - 1
mirror/packages/android.html

@@ -11033,7 +11033,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/bsd.html

@@ -10675,7 +10675,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/cross.html

@@ -10201,7 +10201,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/iphoneos.html

@@ -10280,7 +10280,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/linux.html

@@ -1122,6 +1122,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("assimp")
 </code></pre>
+<h3 id="astcencoderlinux">astc-encoder (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.arm.com/graphics">https://developer.arm.com/graphics</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.6.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loongarch64, 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/a/astc-encoder/xmake.lua">astc-encoder/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install astc-encoder
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("astc-encoder")
+</code></pre>
 <h3 id="async_simplelinux">async_simple (linux)</h3>
 <table>
 <thead>
@@ -23841,7 +23878,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/macosx.html

@@ -22088,7 +22088,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/mingw.html

@@ -685,6 +685,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("assimp")
 </code></pre>
+<h3 id="astcencodermingw">astc-encoder (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.arm.com/graphics">https://developer.arm.com/graphics</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.6.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/astc-encoder/xmake.lua">astc-encoder/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] astc-encoder
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("astc-encoder")
+</code></pre>
 <h3 id="atomic_queuemingw">atomic_queue (mingw)</h3>
 <table>
 <thead>
@@ -11942,7 +11979,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/msys.html

@@ -9107,7 +9107,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/wasm.html

@@ -8766,7 +8766,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/windows.html

@@ -978,6 +978,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("assimp")
 </code></pre>
+<h3 id="astcencoderwindows">astc-encoder (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://developer.arm.com/graphics">https://developer.arm.com/graphics</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.6.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/a/astc-encoder/xmake.lua">astc-encoder/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install astc-encoder
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("astc-encoder")
+</code></pre>
 <h3 id="async_simplewindows">async_simple (windows)</h3>
 <table>
 <thead>
@@ -19739,7 +19776,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.1.0</td>
+<td>1.1.0, 1.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
packages/android.md

@@ -7256,7 +7256,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 1 - 1
packages/bsd.md

@@ -7019,7 +7019,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | i386, x86_64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 1 - 1
packages/cross.md

@@ -6694,7 +6694,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 1 - 1
packages/iphoneos.md

@@ -6758,7 +6758,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 25 - 1
packages/linux.md

@@ -671,6 +671,30 @@ add_requires("assimp")
 ```
 
 
+### astc-encoder (linux)
+
+
+| Description | *The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.* |
+| -- | -- |
+| Homepage | [https://developer.arm.com/graphics](https://developer.arm.com/graphics) |
+| License | Apache-2.0 |
+| Versions | 4.6.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [astc-encoder/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/astc-encoder/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install astc-encoder
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("astc-encoder")
+```
+
+
 ### async_simple (linux)
 
 
@@ -15777,7 +15801,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 1 - 1
packages/macosx.md

@@ -14616,7 +14616,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 25 - 1
packages/mingw.md

@@ -383,6 +383,30 @@ add_requires("assimp")
 ```
 
 
+### astc-encoder (mingw)
+
+
+| Description | *The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.* |
+| -- | -- |
+| Homepage | [https://developer.arm.com/graphics](https://developer.arm.com/graphics) |
+| License | Apache-2.0 |
+| Versions | 4.6.1 |
+| Architectures | x86_64 |
+| Definition | [astc-encoder/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/astc-encoder/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] astc-encoder
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("astc-encoder")
+```
+
+
 ### atomic_queue (mingw)
 
 
@@ -7852,7 +7876,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 1 - 1
packages/msys.md

@@ -5978,7 +5978,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | i386, x86_64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 1 - 1
packages/wasm.md

@@ -5760,7 +5760,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | wasm32, wasm64 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 25 - 1
packages/windows.md

@@ -576,6 +576,30 @@ add_requires("assimp")
 ```
 
 
+### astc-encoder (windows)
+
+
+| Description | *The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.* |
+| -- | -- |
+| Homepage | [https://developer.arm.com/graphics](https://developer.arm.com/graphics) |
+| License | Apache-2.0 |
+| Versions | 4.6.1 |
+| Architectures | x64, x86 |
+| Definition | [astc-encoder/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/astc-encoder/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install astc-encoder
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("astc-encoder")
+```
+
+
 ### async_simple (windows)
 
 
@@ -12989,7 +13013,7 @@ add_requires("mdns")
 | -- | -- |
 | Homepage | [https://github.com/chen-qingyu/MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) |
 | License | GPL-3.0 |
-| Versions | 1.1.0 |
+| Versions | 1.1.0, 1.1.1 |
 | Architectures | arm64, x64, x86 |
 | Definition | [mds/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mds/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-01-17T10:06:34+08:00</lastmod>
+  <lastmod>2024-01-17T15:15:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-01-17T10:06:37+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-01-17T10:06:37+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-01-17T10:06:38+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-01-17T10:06:38+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-01-17T10:06:38+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-01-17T10:06:38+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-01-17T10:06:39+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-01-17T10:06:39+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-01-17T10:06:39+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-01-17T10:06:40+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-01-17T10:06:40+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-01-17T10:06:40+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-01-17T10:06:41+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-01-17T10:06:41+08:00</lastmod>
+  <lastmod>2024-01-17T15:16:07+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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