Pārlūkot izejas kodu

autoupdate docs by xmake-repo/ci

ruki 11 mēneši atpakaļ
vecāks
revīzija
18c6dd83aa

+ 37 - 0
mirror/packages/android.html

@@ -28914,6 +28914,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("x264")
 </code></pre>
+<h3 id="x265android">x265 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://x265.org">http://x265.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.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/x/x265/xmake.lua">x265/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] x265
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("x265")
+</code></pre>
 <h3 id="xbyakandroid">xbyak (android)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/bsd.html

@@ -29065,7 +29065,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2, 3.2.1, 3.3, 3.4</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 0 - 37
mirror/packages/cross.html

@@ -27444,43 +27444,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("x264")
 </code></pre>
-<h3 id="x265cross">x265 (cross)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="http://x265.org">http://x265.org</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>GPL-2.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>3.2, 3.2.1, 3.3, 3.4</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm, arm64, i386, loong64, 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/x/x265/xmake.lua">x265/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] x265
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("x265")
-</code></pre>
 <h3 id="xbyakcross">xbyak (cross)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -27560,6 +27560,43 @@
 <pre><code class="lang-lua">add_requires("wyhash")
 </code></pre>
 <h2 id="x">x</h2>
+<h3 id="x265iphoneos">x265 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://x265.org">http://x265.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.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/x/x265/xmake.lua">x265/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos x265
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("x265")
+</code></pre>
 <h3 id="xbyakiphoneos">xbyak (iphoneos)</h3>
 <table>
 <thead>

+ 2 - 2
mirror/packages/linux.html

@@ -51505,7 +51505,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55652137e290</td>
+<td>table: 0x559c328f8390</td>
 </tr>
 <tr>
 <td>Versions</td>
@@ -51876,7 +51876,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2, 3.2.1, 3.3, 3.4</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/macosx.html

@@ -47625,7 +47625,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55652137e290</td>
+<td>table: 0x559c328f8390</td>
 </tr>
 <tr>
 <td>Versions</td>
@@ -47959,7 +47959,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2, 3.2.1, 3.3, 3.4</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/mingw.html

@@ -32318,7 +32318,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2, 3.2.1, 3.3, 3.4</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 37 - 0
mirror/packages/msys.html

@@ -26556,6 +26556,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("x264")
 </code></pre>
+<h3 id="x265msys">x265 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://x265.org">http://x265.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.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/x/x265/xmake.lua">x265/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install x265
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("x265")
+</code></pre>
 <h3 id="xbyakmsys">xbyak (msys)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/wasm.html

@@ -24317,7 +24317,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2, 3.2.1, 3.3, 3.4</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/windows.html

@@ -45660,11 +45660,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.2, 3.2.1, 3.3, 3.4</td>
+<td>3.2, 3.2.1, 3.3, 3.4, 4.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
-<td>x64, x86</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
 </tr>
 <tr>
 <td>Definition</td>

+ 24 - 0
packages/android.md

@@ -18943,6 +18943,30 @@ add_requires("x264")
 ```
 
 
+### x265 (android)
+
+
+| Description | *A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.* |
+| -- | -- |
+| Homepage | [http://x265.org](http://x265.org) |
+| License | GPL-2.0 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] x265
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("x265")
+```
+
+
 ### xbyak (android)
 
 

+ 1 - 1
packages/bsd.md

@@ -19055,7 +19055,7 @@ add_requires("wyhash")
 | -- | -- |
 | Homepage | [http://x265.org](http://x265.org) |
 | License | GPL-2.0 |
-| Versions | 3.2, 3.2.1, 3.3, 3.4 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
 | Architectures | i386, x86_64 |
 | Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
 

+ 0 - 24
packages/cross.md

@@ -17969,30 +17969,6 @@ add_requires("x264")
 ```
 
 
-### x265 (cross)
-
-
-| Description | *A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.* |
-| -- | -- |
-| Homepage | [http://x265.org](http://x265.org) |
-| License | GPL-2.0 |
-| Versions | 3.2, 3.2.1, 3.3, 3.4 |
-| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
-| Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p cross [--sdk=/xxx] x265
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("x265")
-```
-
-
 ### xbyak (cross)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -18057,6 +18057,30 @@ add_requires("wyhash")
 
 
 ## x
+### x265 (iphoneos)
+
+
+| Description | *A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.* |
+| -- | -- |
+| Homepage | [http://x265.org](http://x265.org) |
+| License | GPL-2.0 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
+| Architectures | arm64, x86_64 |
+| Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos x265
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("x265")
+```
+
+
 ### xbyak (iphoneos)
 
 

+ 2 - 2
packages/linux.md

@@ -33878,7 +33878,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55652137e290 |
+| License | table: 0x559c328f8390 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
@@ -34120,7 +34120,7 @@ add_requires("x264")
 | -- | -- |
 | Homepage | [http://x265.org](http://x265.org) |
 | License | GPL-2.0 |
-| Versions | 3.2, 3.2.1, 3.3, 3.4 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
 

+ 2 - 2
packages/macosx.md

@@ -31315,7 +31315,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55652137e290 |
+| License | table: 0x559c328f8390 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |
@@ -31533,7 +31533,7 @@ add_requires("x264")
 | -- | -- |
 | Homepage | [http://x265.org](http://x265.org) |
 | License | GPL-2.0 |
-| Versions | 3.2, 3.2.1, 3.3, 3.4 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
 | Architectures | arm64, x86_64 |
 | Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
 

+ 1 - 1
packages/mingw.md

@@ -21168,7 +21168,7 @@ add_requires("x264")
 | -- | -- |
 | Homepage | [http://x265.org](http://x265.org) |
 | License | GPL-2.0 |
-| Versions | 3.2, 3.2.1, 3.3, 3.4 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
 

+ 24 - 0
packages/msys.md

@@ -17393,6 +17393,30 @@ add_requires("x264")
 ```
 
 
+### x265 (msys)
+
+
+| Description | *A free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.* |
+| -- | -- |
+| Homepage | [http://x265.org](http://x265.org) |
+| License | GPL-2.0 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
+| Architectures | i386, x86_64 |
+| Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install x265
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("x265")
+```
+
+
 ### xbyak (msys)
 
 

+ 1 - 1
packages/wasm.md

@@ -15921,7 +15921,7 @@ add_requires("x264")
 | -- | -- |
 | Homepage | [http://x265.org](http://x265.org) |
 | License | GPL-2.0 |
-| Versions | 3.2, 3.2.1, 3.3, 3.4 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
 

+ 2 - 2
packages/windows.md

@@ -29948,8 +29948,8 @@ add_requires("x264")
 | -- | -- |
 | Homepage | [http://x265.org](http://x265.org) |
 | License | GPL-2.0 |
-| Versions | 3.2, 3.2.1, 3.3, 3.4 |
-| Architectures | x64, x86 |
+| Versions | 3.2, 3.2.1, 3.3, 3.4, 4.0 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [x265/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/x/x265/xmake.lua) |
 
 ##### Install command

+ 29 - 29
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-10-09T10:26:20+08:00</lastmod>
+  <lastmod>2024-10-10T00:59:25+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-10-09T10:26:27+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2024-10-10T00:59:32+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-10-09T10:26:27+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2024-10-10T00:59:33+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-10-09T10:26:27+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2024-10-10T00:59:33+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-10-09T10:26:27+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
+  <lastmod>2024-10-10T00:59:34+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-10-09T10:26:27+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2024-10-10T00:59:34+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-10-09T10:26:28+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2024-10-10T00:59:34+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-10-09T10:26:28+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2024-10-10T00:59:35+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-10-09T10:26:29+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2024-10-10T00:59:35+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-10-09T10:26:29+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2024-10-10T00:59:35+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-10-09T10:26:29+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2024-10-10T00:59:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-10-09T10:26:29+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2024-10-10T00:59:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-10-09T10:26:30+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2024-10-10T00:59:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-10-09T10:26:30+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2024-10-10T00:59:36+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-10-09T10:26:31+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2024-10-10T00:59:36+08:00</lastmod>
 </url>
 
 </urlset>