Docker: Update build image with final OCIOv2, Qt 5.15.2, OTIO, Crashpad (#1489)
* Add missing xcb-util-* packages. Qt's libqxcb.so seems to require them in the newer Qt version * Adjust breakpad install prefix to match CMake change * Add build script for Olive for quick testing * .n in CI image actually stands for image revision * skipping the CI is now supported natively by GitHub Actions
This commit is contained in:
@@ -14,23 +14,38 @@ yum install --setopt=tsflags=nodocs -y \
|
||||
cups-libs \
|
||||
freetype-devel \
|
||||
giflib-devel \
|
||||
gstreamer1 gstreamer1-devel \
|
||||
gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free-devel \
|
||||
gstreamer1 \
|
||||
gstreamer1-devel \
|
||||
gstreamer1-plugins-bad-free \
|
||||
gstreamer1-plugins-bad-free-devel \
|
||||
libicu-devel \
|
||||
libmng-devel \
|
||||
LibRaw-devel \
|
||||
libwebp-devel \
|
||||
libXcomposite libXcomposite-devel \
|
||||
libXcursor libXcursor-devel \
|
||||
libxkbcommon libxkbcommon-devel \
|
||||
libXcomposite \
|
||||
libXcomposite-devel \
|
||||
libXcursor \
|
||||
libXcursor-devel \
|
||||
libxkbcommon \
|
||||
libxkbcommon-devel \
|
||||
libxkbcommon-x11-devel \
|
||||
libXScrnSaver libXScrnSaver-devel \
|
||||
libXScrnSaver \
|
||||
libXScrnSaver-devel \
|
||||
mesa-libGL-devel \
|
||||
numactl-devel \
|
||||
openjpeg2-devel \
|
||||
pciutils-devel \
|
||||
pulseaudio-libs pulseaudio-libs-devel \
|
||||
pulseaudio-libs \
|
||||
pulseaudio-libs-devel \
|
||||
python3-tkinter \
|
||||
xcb-util-image \
|
||||
xcb-util-image-devel \
|
||||
xcb-util-keysyms \
|
||||
xcb-util-keysyms-devel \
|
||||
xcb-util-renderutil \
|
||||
xcb-util-renderutil-devel \
|
||||
xcb-util-wm \
|
||||
xcb-util-wm-devel \
|
||||
zlib-devel
|
||||
|
||||
# This is needed for Xvfb to function properly.
|
||||
@@ -56,11 +71,12 @@ yum install -y epel-release
|
||||
|
||||
# Additional package that are not found initially
|
||||
yum install -y \
|
||||
rh-git218 \
|
||||
rh-git218
|
||||
# lame-devel
|
||||
# libcaca-devel \
|
||||
# libdb4-devel \
|
||||
# libdc1394-devel \
|
||||
# openssl11-devel \
|
||||
# p7zip \
|
||||
# yasm-devel \
|
||||
# zvbi-devel
|
||||
|
||||
Reference in New Issue
Block a user