kimageformats: upgrade libaom and libavif (#7896)

This commit is contained in:
Daniel Novomeský 2022-06-19 23:03:34 +02:00 committed by GitHub
parent 0eaf9d940e
commit 685dde8dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ RUN git clone --depth 1 https://invent.kde.org/frameworks/extra-cmake-modules.gi
RUN git clone --depth 1 --branch=5.15 git://code.qt.io/qt/qtbase.git
RUN git clone --depth 1 https://invent.kde.org/frameworks/karchive.git
RUN git clone --depth 1 https://invent.kde.org/frameworks/kimageformats.git
RUN git clone --depth 1 -b v3.3.0 https://aomedia.googlesource.com/aom
RUN git clone --depth 1 -b v0.9.3 https://github.com/AOMediaCodec/libavif.git
RUN git clone --depth 1 -b v3.4.0 https://aomedia.googlesource.com/aom
RUN git clone --depth 1 -b v0.10.1 https://github.com/AOMediaCodec/libavif.git
RUN git clone --depth 1 https://github.com/strukturag/libde265.git
RUN git clone --depth 1 https://github.com/strukturag/libheif.git
RUN git clone --depth=1 --branch v0.6.x --recursive https://github.com/libjxl/libjxl.git