Skip to content

Commit

Permalink
Upgrade dav1d, libde265, libheif, libjxl in Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk authored and john-preston committed Jul 19, 2023
1 parent 2534fab commit d0e8516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ RUN git clone -b v1.3.1 --depth=1 {{ GIT }}/xiph/opus.git \
FROM builder AS dav1d
COPY --link --from=nasm {{ LibrariesPath }}/nasm-cache /

RUN git clone -b 1.0.0 --depth=1 {{ GIT }}/videolan/dav1d.git \
RUN git clone -b 1.2.1 --depth=1 {{ GIT }}/videolan/dav1d.git \
&& cd dav1d \
&& meson build \
--buildtype=plain \
Expand All @@ -209,7 +209,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.11 --depth=1 {{ GIT }}/strukturag/libde265.git \
RUN git clone -b v1.0.12 --depth=1 {{ GIT }}/strukturag/libde265.git \
&& cd libde265 \
&& cmake -GNinja . \
-DCMAKE_BUILD_TYPE=None \
Expand Down Expand Up @@ -254,7 +254,7 @@ RUN git clone -b v0.11.1 --depth=1 {{ GIT }}/AOMediaCodec/libavif.git \
FROM builder AS libheif
COPY --link --from=libde265 {{ LibrariesPath }}/libde265-cache /

RUN git clone -b v1.15.1 --depth=1 {{ GIT }}/strukturag/libheif.git \
RUN git clone -b v1.16.2 --depth=1 {{ GIT }}/strukturag/libheif.git \
&& cd libheif \
&& cmake -GNinja -B build . \
-DCMAKE_BUILD_TYPE=None \
Expand All @@ -279,7 +279,7 @@ COPY --link --from=lcms2 {{ LibrariesPath }}/lcms2-cache /
COPY --link --from=brotli {{ LibrariesPath }}/brotli-cache /
COPY --link --from=highway {{ LibrariesPath }}/highway-cache /

RUN git clone -b v0.8.1 --depth=1 {{ GIT }}/libjxl/libjxl.git \
RUN git clone -b v0.8.2 --depth=1 {{ GIT }}/libjxl/libjxl.git \
&& cd libjxl \
&& cmake -GNinja -B build . \
-DCMAKE_BUILD_TYPE=None \
Expand Down

0 comments on commit d0e8516

Please sign in to comment.