File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ FROM quay.io/pypa/manylinux2014_aarch64:latest
6
6
ARG CCACHE_VERSION=3.7.9
7
7
ARG FFMPEG_VERSION=5.1.4
8
8
ARG FREETYPE_VERSION=2.13.2
9
- ARG LIBPNG_VERSION=1.6.40
10
- ARG VPX_VERSION=v1.13.1
9
+ ARG LIBPNG_VERSION=1.6.43
10
+ ARG VPX_VERSION=v1.14.0
11
11
ARG NASM_VERSION=2.15.04
12
12
ARG OPENSSL_VERSION=1_1_1w
13
- ARG QT_VERSION=5.15.0
13
+ ARG QT_VERSION=5.15.13
14
14
ARG YASM_VERSION=1.3.0
15
15
16
16
ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
@@ -46,8 +46,8 @@ RUN mkdir ~/freetype_sources && \
46
46
cd .. && \
47
47
rm -rf ~/freetype_sources
48
48
49
- RUN curl -C - -O -L https://download.qt.io/official_releases /qt/5.15/${QT_VERSION}/single/qt-everywhere-src-${QT_VERSION}.tar.xz && \
50
- tar -xf qt-everywhere-src-${QT_VERSION}.tar.xz && \
49
+ RUN curl -C - -O -L https://download.qt.io/archive /qt/5.15/${QT_VERSION}/single/qt-everywhere-opensource -src-${QT_VERSION}.tar.xz && \
50
+ tar -xf qt-everywhere-opensource- src-${QT_VERSION}.tar.xz && \
51
51
cd qt-everywhere-src-${QT_VERSION} && \
52
52
export MAKEFLAGS=-j$(nproc) && \
53
53
./configure -prefix /opt/Qt${QT_VERSION} -release -opensource -confirm-license -qtnamespace QtOpenCVPython -xcb -xcb-xlib -bundled-xcb-xinput -no-openssl -no-dbus -skip qt3d -skip qtactiveqt -skip qtcanvas3d -skip qtconnectivity -skip qtdatavis3d -skip qtdoc -skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats -skip qtlocation -skip qtmultimedia -skip qtpurchasing -skip qtqa -skip qtremoteobjects -skip qtrepotools -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qttranslations -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip xmlpatterns -skip declarative -make libs && \
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ FROM quay.io/pypa/manylinux2014_x86_64:latest
6
6
ARG CCACHE_VERSION=3.7.9
7
7
ARG FFMPEG_VERSION=5.1.4
8
8
ARG FREETYPE_VERSION=2.13.2
9
- ARG LIBPNG_VERSION=1.6.40
10
- ARG VPX_VERSION=v1.13.1
9
+ ARG LIBPNG_VERSION=1.6.43
10
+ ARG VPX_VERSION=v1.14.0
11
11
ARG NASM_VERSION=2.15.04
12
12
ARG OPENSSL_VERSION=1_1_1w
13
- ARG QT_VERSION=5.15.0
13
+ ARG QT_VERSION=5.15.13
14
14
ARG YASM_VERSION=1.3.0
15
15
16
16
ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
@@ -45,8 +45,8 @@ RUN mkdir ~/freetype_sources && \
45
45
cd .. && \
46
46
rm -rf ~/freetype_sources
47
47
48
- RUN curl -O -L https://download.qt.io/official_releases /qt/5.15/${QT_VERSION}/single/qt-everywhere-src-${QT_VERSION}.tar.xz && \
49
- tar -xf qt-everywhere-src-${QT_VERSION}.tar.xz && \
48
+ RUN curl -O -L https://download.qt.io/archive /qt/5.15/${QT_VERSION}/single/qt-everywhere-opensource -src-${QT_VERSION}.tar.xz && \
49
+ tar -xf qt-everywhere-opensource- src-${QT_VERSION}.tar.xz && \
50
50
cd qt-everywhere-src-${QT_VERSION} && \
51
51
export MAKEFLAGS=-j$(nproc) && \
52
52
./configure -prefix /opt/Qt${QT_VERSION} -release -opensource -confirm-license -qtnamespace QtOpenCVPython -xcb -xcb-xlib -bundled-xcb-xinput -no-openssl -no-dbus -skip qt3d -skip qtactiveqt -skip qtcanvas3d -skip qtconnectivity -skip qtdatavis3d -skip qtdoc -skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats -skip qtlocation -skip qtmultimedia -skip qtpurchasing -skip qtqa -skip qtremoteobjects -skip qtrepotools -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qttranslations -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip xmlpatterns -skip declarative -make libs && \
You can’t perform that action at this time.
0 commit comments