mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2026-02-19 08:42:58 +00:00
fresh: Remove savoury1/ffmpeg libraries
We currently don't use these, and they take up quite a bit of space. In testing, the AppImage wouldn't run with these in use. Remove them from the installation. Also fix glslang package name, which was changed.
This commit is contained in:
@@ -40,8 +40,9 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||
pip3 install conan && \
|
||||
# Install updated versions of FFmpeg, GCC, Qt, and SDL2 from launchpad repositories
|
||||
add-apt-repository -y ppa:beineri/opt-qt-${QT_VER}-${UBUNTU_VER} && \
|
||||
add-apt-repository -y ppa:savoury1/ffmpeg4 && \
|
||||
add-apt-repository -y ppa:savoury1/graphics && \
|
||||
add-apt-repository -y ppa:savoury1/multimedia && \
|
||||
add-apt-repository -y ppa:savoury1/ffmpeg4 && \
|
||||
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
|
||||
add-apt-repository -y ppa:git-core/ppa && \
|
||||
apt-get update -y && \
|
||||
@@ -49,11 +50,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||
g++-${GCC_VER} \
|
||||
gcc-${GCC_VER} \
|
||||
git \
|
||||
libavcodec-dev \
|
||||
libavutil-dev \
|
||||
libswscale-dev \
|
||||
glslang-tools \
|
||||
glslang-dev \
|
||||
glslang-tools \
|
||||
libhidapi-dev \
|
||||
qt${QT_PKG_VER}base \
|
||||
qt${QT_PKG_VER}tools \
|
||||
|
||||
Reference in New Issue
Block a user