From af69a7a01f56646fd4b60540c14e8410ff7843b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Novomesk=C3=BD?= Date: Sat, 31 Dec 2022 20:20:07 +0100 Subject: [PATCH] Upgrade highway, libde265, libavif, libheif on Linux --- Telegram/build/docker/centos_env/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 625a27b34a..99c48c39f7 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -157,7 +157,7 @@ RUN git clone -b v1.0.9 --depth=1 {{ GIT }}/google/brotli.git \ && rm -rf brotli FROM builder AS highway -RUN git clone -b 1.0.1 --depth=1 {{ GIT }}/google/highway.git \ +RUN git clone -b 1.0.2 --depth=1 {{ GIT }}/google/highway.git \ && cd highway \ && cmake -GNinja -B build . \ -DCMAKE_BUILD_TYPE=None \ @@ -208,7 +208,7 @@ RUN git clone -b 1.0.0 --depth=1 {{ GIT }}/videolan/dav1d.git \ && rm -rf dav1d FROM builder AS libde265 -RUN git clone -b v1.0.8 --depth=1 {{ GIT }}/strukturag/libde265.git \ +RUN git clone -b v1.0.9 --depth=1 {{ GIT }}/strukturag/libde265.git \ && cd libde265 \ && cmake -GNinja . \ -DCMAKE_BUILD_TYPE=None \ @@ -238,7 +238,7 @@ RUN git clone -b v1.11.0 --depth=1 {{ GIT }}/webmproject/libvpx.git \ FROM builder AS libavif COPY --link --from=dav1d {{ LibrariesPath }}/dav1d-cache / -RUN git clone -b v0.10.1 --depth=1 {{ GIT }}/AOMediaCodec/libavif.git \ +RUN git clone -b v0.11.1 --depth=1 {{ GIT }}/AOMediaCodec/libavif.git \ && cd libavif \ && cmake -GNinja -B build . \ -DCMAKE_BUILD_TYPE=None \ @@ -252,7 +252,7 @@ RUN git clone -b v0.10.1 --depth=1 {{ GIT }}/AOMediaCodec/libavif.git \ FROM builder AS libheif COPY --link --from=libde265 {{ LibrariesPath }}/libde265-cache / -RUN git clone -b v1.13.0 --depth=1 {{ GIT }}/strukturag/libheif.git \ +RUN git clone -b v1.14.0 --depth=1 {{ GIT }}/strukturag/libheif.git \ && cd libheif \ && cmake -GNinja -B build . \ -DCMAKE_BUILD_TYPE=None \