Skip to content

Commit

Permalink
kimageformats: upgrade libaom, openjpeg, libjxl (#12861)
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk authored Dec 17, 2024
1 parent 548d17a commit 4161b22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions projects/kimageformats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/extra-cmake-
RUN git clone --depth 1 --branch=dev git://code.qt.io/qt/qtbase.git
RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/karchive.git
RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/kimageformats.git
RUN git clone --depth 1 -b v3.9.1 https://aomedia.googlesource.com/aom
RUN git clone --depth 1 -b v3.11.0 https://aomedia.googlesource.com/aom
RUN git clone --depth 1 -b v1.1.1 https://github.com/AOMediaCodec/libavif.git
RUN git clone --depth 1 https://github.com/strukturag/libde265.git
RUN git clone --depth 1 -b v2.5.2 https://github.com/uclouvain/openjpeg.git
RUN git clone --depth 1 -b v2.5.3 https://github.com/uclouvain/openjpeg.git
RUN git clone --depth 1 https://github.com/strukturag/libheif.git
RUN git clone --depth=1 --branch v0.10.x --recursive --shallow-submodules https://github.com/libjxl/libjxl.git
RUN git clone --depth=1 --branch v0.11.x --recursive --shallow-submodules https://github.com/libjxl/libjxl.git
RUN git clone --depth 1 https://github.com/LibRaw/LibRaw
RUN git clone --depth 1 https://github.com/mircomir/jxrlib.git
COPY build.sh $SRC
Expand Down
2 changes: 1 addition & 1 deletion projects/kimageformats/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ sed -i "s/static const int MAX_IMAGE_WIDTH = 32768;/static const int MAX_IMAGE_W
sed -i "s/static const int MAX_IMAGE_HEIGHT = 32768;/static const int MAX_IMAGE_HEIGHT = 8192;/g" libheif/security_limits.h
mkdir build
cd build
cmake -DBUILD_SHARED_LIBS=OFF -DENABLE_PLUGIN_LOADING=OFF -DWITH_DAV1D=OFF -DWITH_EXAMPLES=OFF -DWITH_LIBDE265=ON -DWITH_RAV1E=OFF -DWITH_RAV1E_PLUGIN=OFF -DWITH_SvtEnc=OFF -DWITH_SvtEnc_PLUGIN=OFF -DWITH_X265=OFF -DWITH_OpenJPEG_DECODER=ON ..
cmake -DBUILD_SHARED_LIBS=OFF -DENABLE_PLUGIN_LOADING=OFF -DWITH_DAV1D=OFF -DWITH_EXAMPLES=OFF -DWITH_LIBDE265=ON -DWITH_RAV1E=OFF -DWITH_RAV1E_PLUGIN=OFF -DWITH_SvtEnc=OFF -DWITH_SvtEnc_PLUGIN=OFF -DWITH_X265=OFF -DWITH_OpenJPEG_DECODER=ON -DWITH_OpenH264_DECODER=OFF ..
make -j$(nproc)
make install -j$(nproc)

Expand Down

0 comments on commit 4161b22

Please sign in to comment.