Skip to content

Commit e82e57c

Browse files
committed
Fix no text visible when using HighGUI/Qt/Linux because of missing fonts
1 parent d63c7a3 commit e82e57c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/manylinux2014/Dockerfile_x86_64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ RUN mkdir ~/libdav1d_sources && \
127127
git clone -b ${LIBDAV1D_VERSION} https://code.videolan.org/videolan/dav1d.git && \
128128
mkdir build && cd build && \
129129
PATH=$HOME/bin:$PATH meson setup --prefix="/ffmpeg_build" --libdir lib ../dav1d && \
130-
#DESTDIR=/ffmpeg_build meson install && \
131130
meson install && \
132131
cd / && rm -rf ~/libdav1d_sources
133132

docker/manylinux_2_28/Dockerfile_x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
1717
# epel-release need for aarch64 to get openblas packages
1818
RUN yum install zlib-devel curl-devel xcb-util-renderutil-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel mesa-libGL-devel libxkbcommon-devel libxkbcommon-x11-devel libXi-devel lapack-devel epel-release meson -y && \
1919
yum install openblas-devel dejavu-sans-fonts ccache yasm nasm ninja-build openssl openssl-devel -y && \
20+
yum mark install dejavu-sans-fonts && \
2021
# libpng will be built from source
2122
yum remove libpng -y
2223

@@ -88,7 +89,6 @@ RUN mkdir ~/libdav1d_sources && \
8889
git clone -b ${LIBDAV1D_VERSION} https://code.videolan.org/videolan/dav1d.git && \
8990
mkdir build && cd build && \
9091
meson setup --prefix="/ffmpeg_build" --libdir lib ../dav1d && \
91-
#DESTDIR=/ffmpeg_build meson install && \
9292
meson install && \
9393
cd / && rm -rf ~/libdav1d_sources
9494

0 commit comments

Comments
 (0)