fix(viseron): update dependencies for Debian 13 compatibility
This commit is contained in:
parent
8719faadb6
commit
0f01ff26e3
@ -16,8 +16,7 @@ update_os
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y \
|
||||
python3 python3-pip python3-venv \
|
||||
git curl wget \
|
||||
libgl1-mesa-glx libglib2.0-0 \
|
||||
libgl1 libglib2.0-0 \
|
||||
libsm6 libxext6 libxrender-dev \
|
||||
libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 \
|
||||
libgstreamer-plugins-bad1.0-0 gstreamer1.0-plugins-base \
|
||||
@ -29,14 +28,14 @@ gstreamer1.0-pulseaudio \
|
||||
libavcodec-dev libavformat-dev libswscale-dev \
|
||||
libv4l-dev libxvidcore-dev libx264-dev \
|
||||
libjpeg-dev libpng-dev libtiff-dev \
|
||||
libatlas-base-dev gfortran \
|
||||
libhdf5-dev libhdf5-serial-dev \
|
||||
libhdf5-103 libqtgui4 libqtwebkit4 libqt4-test python3-pyqt5 \
|
||||
gfortran \
|
||||
libhdf5-dev \
|
||||
python3-pyqt5 \
|
||||
libgtk-3-dev libcanberra-gtk3-module \
|
||||
libgirepository1.0-dev libcairo2-dev pkg-config \
|
||||
libcblas-dev libopenblas-dev liblapack-dev \
|
||||
libsm6 libxext6 libxrender-dev libxss1 \
|
||||
libgconf-2-4 libasound2
|
||||
libopenblas-dev liblapack-dev \
|
||||
libxss1 \
|
||||
libasound2
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
mkdir -p ~/.config/pip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user