Ports/x264: Update x264 to version baee400

This commit is contained in:
EWouters 2022-06-03 21:34:04 +02:00 committed by Linus Groh
parent 6f4a903be6
commit e3eb45c6e5
2 changed files with 7 additions and 7 deletions

View file

@ -231,7 +231,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`vttest`](vttest/) | vttest | 20220215 | https://invisible-island.net/vttest/ |
| [`wget`](wget/) | GNU Wget | 1.21.3 | https://www.gnu.org/software/wget/ |
| [`wireguard-tools`](wireguard-tools/) | WireGuard Tools | 1.0.20210914 | https://www.wireguard.com/ |
| [`x264`](x264/) | x264 | bfc87b7 | https://www.videolan.org/developers/x264.html |
| [`x264`](x264/) | x264 | baee400 | https://www.videolan.org/developers/x264.html |
| [`x265`](x265/) | x265 | 3.5 | https://bitbucket.org/multicoreware/x265_git/wiki/Home |
| [`xz`](xz/) | xz | 5.2.5 | https://tukaani.org/xz/ |
| [`yasm`](yasm/) | Yasm Modular Assembler | 1.3.0 | https://yasm.tortall.net/ |

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=x264
version=bfc87b7a330f75f5c9a21e56081e4b20344f139e
useconfigure=true
files="https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz libx264-${version}.tar.gz 2ca2344fc2d657150599687e128dac8816b07e8d5c991fa2281e51fe647bbbe7"
auth_type=sha256
port='x264'
version='baee400fa9ced6f5481a728138fed6e867b0ff7f'
files="https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz libx264-${version}.tar.gz 436a2be54d8bc0cb05dd33ecbbcb7df9c3b57362714fcdaa3a5991189a33319b"
auth_type='sha256'
useconfigure='true'
use_fresh_config_sub='true'
configopts=("--enable-shared")
use_fresh_config_sub=true