Переглянути джерело

autoupdate docs by xmake-repo/ci

ruki 3 роки тому
батько
коміт
5a93c0916a

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: minilzo, libcpuid, tinycrypt**
+- **Recently added: faac, minilzo, libcpuid**
 
 [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 (592)
+- Packages (593)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/bsd.html

@@ -1393,6 +1393,39 @@
 <pre><code class="lang-lua">add_requires("exprtk")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="faacbsd">faac (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Freeware Advanced Audio Coder faac mirror</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/faac/">https://sourceforge.net/projects/faac/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.30</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/f/faac/xmake.lua">faac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install faac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("faac")
+</code></pre>
 <h3 id="fastcppcsvparserbsd">fastcppcsvparser (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -3715,6 +3715,39 @@
 <pre><code class="lang-lua">add_requires("ezc3d")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="faaclinux">faac (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Freeware Advanced Audio Coder faac mirror</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/faac/">https://sourceforge.net/projects/faac/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.30</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/f/faac/xmake.lua">faac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install faac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("faac")
+</code></pre>
 <h3 id="faad2linux">faad2 (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -3497,6 +3497,39 @@
 <pre><code class="lang-lua">add_requires("ezc3d")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="faacmacosx">faac (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Freeware Advanced Audio Coder faac mirror</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/faac/">https://sourceforge.net/projects/faac/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.30</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/f/faac/xmake.lua">faac/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install faac
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("faac")
+</code></pre>
 <h3 id="faad2macosx">faad2 (macosx)</h3>
 <table>
 <thead>

+ 23 - 0
packages/bsd.md

@@ -879,6 +879,29 @@ add_requires("exprtk")
 
 
 ## f
+### faac (bsd)
+
+
+| Description | *Freeware Advanced Audio Coder faac mirror* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/faac/](https://sourceforge.net/projects/faac/) |
+| Versions | 1.30 |
+| Architectures | i386, x86_64 |
+| Definition | [faac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/faac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install faac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("faac")
+```
+
+
 ### fastcppcsvparser (bsd)
 
 

+ 23 - 0
packages/linux.md

@@ -2420,6 +2420,29 @@ add_requires("ezc3d")
 
 
 ## f
+### faac (linux)
+
+
+| Description | *Freeware Advanced Audio Coder faac mirror* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/faac/](https://sourceforge.net/projects/faac/) |
+| Versions | 1.30 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [faac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/faac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install faac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("faac")
+```
+
+
 ### faad2 (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -2277,6 +2277,29 @@ add_requires("ezc3d")
 
 
 ## f
+### faac (macosx)
+
+
+| Description | *Freeware Advanced Audio Coder faac mirror* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/faac/](https://sourceforge.net/projects/faac/) |
+| Versions | 1.30 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [faac/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/faac/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install faac
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("faac")
+```
+
+
 ### faad2 (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-13T03:47:51+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-13T03:47:53+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-13T03:47:53+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-13T03:47:54+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-13T03:47:54+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-13T03:47:54+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-13T03:47:55+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-13T03:47:55+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-13T03:47:55+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-13T03:47:55+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-13T03:47:56+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-13T03:47:56+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-13T03:47:56+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-13T03:47:56+08:00</lastmod>
+  <lastmod>2022-01-14T06:59:37+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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