VNC-151 Remove libvpx from all Docker build files as it is no longer required

This commit is contained in:
El 2025-11-06 18:36:27 +00:00
parent 5f1a7afc2b
commit 138a18e226
No known key found for this signature in database
GPG Key ID: 205388FEB607950A
11 changed files with 4 additions and 11 deletions

View File

@ -30,7 +30,6 @@ RUN \
libjpeg-turbo-static \
libpciaccess-dev \
libtool \
libvpx-dev \
libva-dev \
libwebp-dev \
libx11-dev \

View File

@ -43,7 +43,6 @@ RUN \
libxrandr-dev \
libxshmfence-dev \
libxtst-dev \
libvpx-dev \
libva-dev \
mesa-dev \
mesa-dri-gallium \

View File

@ -43,7 +43,6 @@ RUN \
libxrandr-dev \
libxshmfence-dev \
libxtst-dev \
libvpx-dev \
libva-dev \
mesa-dev \
mesa-dri-gallium \

View File

@ -24,7 +24,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tz
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install ninja-build cmake nasm git libgnutls28-dev vim wget tightvncserver curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libvpx-dev libva-dev
libxcursor-dev libavformat-dev libswscale-dev libva-dev
ENV SCRIPTS_DIR=/tmp/scripts
COPY builder/scripts $SCRIPTS_DIR

View File

@ -14,7 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tz
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install ninja-build nasm git libgnutls28-dev vim wget tightvncserver curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libvpx-dev libva-dev
libxcursor-dev libavformat-dev libswscale-dev libva-dev
RUN CMAKE_URL="https://cmake.org/files/v3.22/cmake-3.22.0" && \
ARCH=$(arch) && \

View File

@ -76,7 +76,6 @@ RUN \
xsltproc \
libavformat-free-devel \
libswscale-free-devel \
libvpx-devel \
libva-devel
ENV SCRIPTS_DIR=/tmp/scripts

View File

@ -76,7 +76,6 @@ RUN \
xsltproc \
libavformat-free-devel \
libswscale-free-devel \
libvpx-devel \
libva-devel
ENV SCRIPTS_DIR=/tmp/scripts

View File

@ -17,7 +17,7 @@ RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install gcc g++ curl
RUN apt-get update && apt-get -y install ninja-build cmake nasm git libgnutls28-dev vim wget tightvncserver
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libvpx-dev libva-dev
libxcursor-dev libavformat-dev libswscale-dev libva-dev
ENV SCRIPTS_DIR=/tmp/scripts
COPY builder/scripts $SCRIPTS_DIR

View File

@ -53,7 +53,6 @@ RUN dnf install -y \
libXtst-devel \
libXcursor-devel \
libSM-devel \
libvpx-devel \
libva-devel
ENV SCRIPTS_DIR=/tmp/scripts

View File

@ -53,7 +53,6 @@ RUN dnf install -y \
libXtst-devel \
libXcursor-devel \
libSM-devel \
libvpx-devel \
libva-devel

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends tzdata
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install ninja-build nasm git vim wget curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libvpx-dev libva-dev gcc-10 g++-10
libxcursor-dev libavformat-dev libswscale-dev libva-dev gcc-10 g++-10
RUN sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \
--slave /usr/bin/g++ g++ /usr/bin/g++-10 \
--slave /usr/bin/gcov gcov /usr/bin/gcov-10