Ports/x264: Update x264 to version a8b68eb

This commit is contained in:
EWouters 2023-09-02 01:46:21 +02:00 committed by Jelle Raaijmakers
parent 75b3066207
commit 4a5f796647
Notes: sideshowbarker 2024-07-17 03:03:15 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -331,7 +331,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`wget`](wget/) | GNU Wget | 1.21.4 | https://www.gnu.org/software/wget/ |
| [`which`](which/) | GNU which | 2.21 | https://www.gnu.org/software/which/ |
| [`wireguard-tools`](wireguard-tools/) | WireGuard Tools | 1.0.20210914 | https://www.wireguard.com/ |
| [`x264`](x264/) | x264 | baee400 | https://www.videolan.org/developers/x264.html |
| [`x264`](x264/) | x264 | a8b68eb | https://www.videolan.org/developers/x264.html |
| [`x265`](x265/) | x265 | 3.5 | https://bitbucket.org/multicoreware/x265_git/wiki/Home |
| [`xash3d-fwgs`](xash3d-fwgs/) | Xash3D FWGS game engine | 2022.12.26 | https://github.com/FWGS/xash3d-fwgs |
| [`xorriso`](xorriso/) | xorriso | 1.5.6 | https://www.gnu.org/software/xorriso |

View File

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='x264'
version='baee400fa9ced6f5481a728138fed6e867b0ff7f'
version='a8b68ebfaa68621b5ac8907610d3335971839d52'
files=(
"https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz#436a2be54d8bc0cb05dd33ecbbcb7df9c3b57362714fcdaa3a5991189a33319b"
"https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz#164688b63f11a6e4f6d945057fc5c57d5eefb97973d0029fb0303744e10839ff"
)
useconfigure='true'
use_fresh_config_sub='true'