From e3eb45c6e59dde38d1f259c9683c81261b91a14c Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Fri, 3 Jun 2022 21:34:04 +0200 Subject: [PATCH] Ports/x264: Update x264 to version baee400 --- Ports/AvailablePorts.md | 2 +- Ports/x264/package.sh | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index b3e6206c0c..6b26cd8032 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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/ | diff --git a/Ports/x264/package.sh b/Ports/x264/package.sh index 4c3befba88..60565f0fd8 100755 --- a/Ports/x264/package.sh +++ b/Ports/x264/package.sh @@ -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