Procházet zdrojové kódy

autoupdate docs by xmake-repo/ci

ruki před 4 roky
rodič
revize
6f3586d113

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: pthreads4w, libplist, openexr**
+- **Recently added: libogg, pthreads4w, libplist**
 
 [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 (135)
+- Packages (136)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -693,6 +693,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg")
 </code></pre>
+<h3 id="liboggandroid">libogg (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ogg Bitstream Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.xiph.org/ogg/">https://www.xiph.org/ogg/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.4</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/libogg/xmake.lua">libogg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libogg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libogg")
+</code></pre>
 <h3 id="libpngandroid">libpng (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -560,6 +560,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg")
 </code></pre>
+<h3 id="liboggcross">libogg (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ogg Bitstream Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.xiph.org/ogg/">https://www.xiph.org/ogg/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.4</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/libogg/xmake.lua">libogg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libogg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libogg")
+</code></pre>
 <h3 id="libplistcross">libplist (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -759,6 +759,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg")
 </code></pre>
+<h3 id="liboggiphoneos">libogg (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ogg Bitstream Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.xiph.org/ogg/">https://www.xiph.org/ogg/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.4</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/libogg/xmake.lua">libogg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libogg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libogg")
+</code></pre>
 <h3 id="libplistiphoneos">libplist (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -1618,6 +1618,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libmill")
 </code></pre>
+<h3 id="libogglinux">libogg (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ogg Bitstream Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.xiph.org/ogg/">https://www.xiph.org/ogg/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.4</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/libogg/xmake.lua">libogg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libogg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libogg")
+</code></pre>
 <h3 id="libomplinux">libomp (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -1552,6 +1552,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libmill")
 </code></pre>
+<h3 id="liboggmacosx">libogg (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ogg Bitstream Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.xiph.org/ogg/">https://www.xiph.org/ogg/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.4</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/libogg/xmake.lua">libogg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libogg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libogg")
+</code></pre>
 <h3 id="libompmacosx">libomp (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -725,6 +725,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libjpeg")
 </code></pre>
+<h3 id="liboggmingw">libogg (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Ogg Bitstream Library</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.xiph.org/ogg/">https://www.xiph.org/ogg/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.3.4</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/libogg/xmake.lua">libogg/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libogg
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libogg")
+</code></pre>
 <h3 id="libplistmingw">libplist (mingw)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -429,6 +429,29 @@ add_requires("libjpeg")
 ```
 
 
+### libogg (android)
+
+
+| Description | *Ogg Bitstream Library* |
+| -- | -- |
+| Homepage | [https://www.xiph.org/ogg/](https://www.xiph.org/ogg/) |
+| Versions | 1.3.4 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libogg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libogg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libogg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libogg")
+```
+
+
 ### libpng (android)
 
 

+ 23 - 0
packages/cross.md

@@ -335,6 +335,29 @@ add_requires("libjpeg")
 ```
 
 
+### libogg (cross)
+
+
+| Description | *Ogg Bitstream Library* |
+| -- | -- |
+| Homepage | [https://www.xiph.org/ogg/](https://www.xiph.org/ogg/) |
+| Versions | 1.3.4 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libogg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libogg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libogg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libogg")
+```
+
+
 ### libplist (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -475,6 +475,29 @@ add_requires("libjpeg")
 ```
 
 
+### libogg (iphoneos)
+
+
+| Description | *Ogg Bitstream Library* |
+| -- | -- |
+| Homepage | [https://www.xiph.org/ogg/](https://www.xiph.org/ogg/) |
+| Versions | 1.3.4 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [libogg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libogg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libogg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libogg")
+```
+
+
 ### libplist (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -1075,6 +1075,29 @@ add_requires("libmill")
 ```
 
 
+### libogg (linux)
+
+
+| Description | *Ogg Bitstream Library* |
+| -- | -- |
+| Homepage | [https://www.xiph.org/ogg/](https://www.xiph.org/ogg/) |
+| Versions | 1.3.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libogg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libogg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libogg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libogg")
+```
+
+
 ### libomp (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -1029,6 +1029,29 @@ add_requires("libmill")
 ```
 
 
+### libogg (macosx)
+
+
+| Description | *Ogg Bitstream Library* |
+| -- | -- |
+| Homepage | [https://www.xiph.org/ogg/](https://www.xiph.org/ogg/) |
+| Versions | 1.3.4 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libogg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libogg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libogg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libogg")
+```
+
+
 ### libomp (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -450,6 +450,29 @@ add_requires("libjpeg")
 ```
 
 
+### libogg (mingw)
+
+
+| Description | *Ogg Bitstream Library* |
+| -- | -- |
+| Homepage | [https://www.xiph.org/ogg/](https://www.xiph.org/ogg/) |
+| Versions | 1.3.4 |
+| Architectures | i386, x86_64 |
+| Definition | [libogg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libogg/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libogg
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libogg")
+```
+
+
 ### libplist (mingw)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-03T15:26:19+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-03T15:26:19+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-03T15:26:20+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-03T15:26:20+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-03T15:26:20+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-03T15:26:20+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-03T15:26:20+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-03T15:26:21+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-03T15:26:21+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-03T15:26:21+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-03T15:26:21+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-03T15:26:21+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-03T15:26:22+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-03T15:26:22+08:00</lastmod>
+  <lastmod>2020-11-03T15:59:58+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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