[kimageformats] use newer libaom and libavif (#5892)

This commit is contained in:
Daniel Novomeský 2021-06-08 21:10:12 +02:00 committed by GitHub
parent d45a45ab80
commit 308e9a2ebc
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 v2.0.2 https://aomedia.googlesource.com/aom
RUN git clone --depth 1 -b v0.9.0 https://github.com/AOMediaCodec/libavif.git
RUN git clone --depth 1 -b v3.1.0 https://aomedia.googlesource.com/aom
RUN git clone --depth 1 -b v0.9.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
COPY build.sh $SRC