From f2947209e2aa1ed35fc3af20106a954b27cfb0ad Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 23 Oct 2023 15:36:36 +0200 Subject: [PATCH] gstreamer: Bump meson requirement to 1.2.3 (#11148) We need at least 1.1 to build gstreamer as of this weekend. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63487 --- projects/gstreamer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/gstreamer/Dockerfile b/projects/gstreamer/Dockerfile index 3815a773a..8dfb2ddb4 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==0.63.2 + pip3 install meson==1.2.3 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