Skip to content

Commit d10820c

Browse files
authored
libavif 1.4.0 does not compile successfully with CMake < 3.24 (#260)
2 parents d84d919 + 740e9c7 commit d10820c

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

amazon-2023-amd64/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN yum install -y \
1818
make \
1919
nasm \
2020
openssl-devel \
21-
patch \
2221
python3.11-devel \
2322
python3.11-pip \
2423
python3.11-test \
@@ -57,7 +56,6 @@ RUN wget --no-verbose https://github.com/ninja-build/ninja/releases/download/v1.
5756
RUN /usr/bin/python3.11 -m pip install meson
5857
RUN cd /depends \
5958
&& ./install_imagequant.sh \
60-
&& ./install_libavif.sh \
6159
&& ./install_openjpeg.sh \
6260
&& ./install_raqm.sh \
6361
&& ./install_webp.sh

centos-stream-10-amd64/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN yum install -y \
2121
nasm \
2222
openjpeg2-devel \
2323
openssl-devel \
24-
patch \
2524
python3-devel \
2625
python3-pip \
2726
python3-tkinter \

centos-stream-9-amd64/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN yum install -y \
2121
ninja-build \
2222
openjpeg2-devel \
2323
openssl-devel \
24-
patch \
2524
sqlite-devel \
2625
sudo \
2726
tcl-devel \

ubuntu-22.04-jammy-amd64-valgrind/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ RUN virtualenv -p /usr/bin/python3.10-dbg --system-site-packages /vpy3 \
4949

5050
COPY depends /depends
5151
RUN cd /depends \
52-
&& ./install_libavif.sh \
5352
&& ./install_raqm.sh
5453

5554
COPY python.supp /depends

ubuntu-22.04-jammy-amd64/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ RUN virtualenv -p /usr/bin/python3.10 --system-site-packages /vpy3 \
5757

5858
COPY depends /depends
5959
RUN cd /depends \
60-
&& ./install_libavif.sh \
6160
&& ./install_raqm.sh
6261

6362
ENV FORCE_COLOR=1

0 commit comments

Comments
 (0)