From 8cb8ac98c1d172df7d14f88630555c517d4fda78 Mon Sep 17 00:00:00 2001 From: Tyrone Trevorrow <819705+tyrone-sudeium@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:59:57 +1000 Subject: [PATCH 1/2] Fix missing dependencies in Ubuntu Noble Docker --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 979fd969..1d8ad67a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM ubuntu:noble # Basic packages needed to download dependencies and unpack them. RUN apt-get update && apt-get install -y \ bzip2 \ + git \ perl \ tar \ wget \ @@ -37,6 +38,7 @@ RUN apt-get update && apt-get install -y \ libxcb-xfixes0-dev \ libxvidcore-dev \ lsb-release \ + meson \ pkg-config \ sudo \ tar \ From 61eca04f4bc351c0f1cf89b9c4008cf6f2c83c6e Mon Sep 17 00:00:00 2001 From: Tyrone Trevorrow <819705+tyrone-sudeium@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:00:27 +1000 Subject: [PATCH 2/2] Bump FFmpeg to 7.0.1 --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index b31a2478..47abd187 100755 --- a/build.sh +++ b/build.sh @@ -218,9 +218,9 @@ download \ "https://github.com/xiph/speex/archive/" download \ - "n6.0.tar.gz" \ - "ffmpeg6.0.tar.gz" \ - "586ca7cc091d26fd0a4c26308950ca51" \ + "n7.0.1.tar.gz" \ + "ffmpeg7.0.1.tar.gz" \ + "ad3a6a42520c4a9b42498dea28ec7f44" \ "https://github.com/FFmpeg/FFmpeg/archive" download \