From 2cf862890df53b6c52cb3e5390403e61abb4a4e6 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 22 Nov 2024 15:04:15 +0100 Subject: [PATCH] gstreamer: Bump to meson 1.6 Upstream now requires >= 1.3 and is tested regularly with latest version of meson --- projects/gstreamer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/gstreamer/Dockerfile b/projects/gstreamer/Dockerfile index 8dfb2ddb46ac..be5463cc7dc0 100644 --- a/projects/gstreamer/Dockerfile +++ b/projects/gstreamer/Dockerfile @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && \ apt-get install -y make autoconf automake libtool build-essential pkg-config bison flex patchelf \ python3-pip ninja-build && \ - pip3 install meson==1.2.3 + pip3 install meson==1.6.0 RUN git clone --depth 1 https://gitlab.xiph.org/xiph/vorbis.git vorbis RUN git clone --depth 1 https://gitlab.xiph.org/xiph/ogg.git ogg