From 6b1089bf02bf12bd37796a01e9645db791a5f5fe Mon Sep 17 00:00:00 2001
From: Niklas Haas <git@haasn.dev>
Date: Wed, 13 Jul 2022 13:40:49 +0200
Subject: [PATCH] vlc-debian-llvm-uwp: add libplacebo build system deps

Apparently, the nightly-win64-ucrt-llvm build includes libplacebo. So we
need to update this image as well.
---
 vlc-debian-llvm-uwp/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-debian-llvm-uwp/Dockerfile b/vlc-debian-llvm-uwp/Dockerfile
index 5c55711..b3f09cb 100644
--- a/vlc-debian-llvm-uwp/Dockerfile
+++ b/vlc-debian-llvm-uwp/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:buster-20210511-slim
 
 MAINTAINER VideoLAN roots <roots@videolan.org>
 
-ENV IMAGE_DATE=202110191202
+ENV IMAGE_DATE=202206130000
 
 # The wine SDK path differs from version to version, starting from the one in buster, it's
 # located in /usr/include/wine/wine/windows/ instead of
@@ -15,7 +15,7 @@ RUN apt-get update -qq && mkdir -p /usr/share/man/man1 && \
     git wget bzip2 file libwine-dev unzip libtool-bin pkg-config build-essential \
     automake yasm gettext autopoint vim git-svn ninja-build ant \
     wine winbind flex ragel bison zip dos2unix p7zip-full subversion gperf nsis nasm \
-    python3 python3-setuptools locales meson help2man libltdl-dev ca-certificates curl default-jdk-headless && \
+    python3 python3-setuptools python3-mako locales meson help2man libltdl-dev ca-certificates curl default-jdk-headless && \
     dpkg --add-architecture i386 && \
     apt-get update && apt-get -y install --no-install-suggests --no-install-recommends wine32 && \
     apt-get clean -y && \
-- 
GitLab