Upgrade dav1d, libde265, libheif, libjxl in Linux build

This commit is contained in:
Daniel Novomeský 2023-07-17 17:29:07 +02:00 committed by John Preston
parent 2534fab7e7
commit d0e851647a
1 changed files with 4 additions and 4 deletions

View File

@ -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 \
@ -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 \
@ -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 \
@ -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 \