Install dependency refactoring. (#2379)

This commit is contained in:
Dmitrii Denisov 2020-09-23 14:03:02 +03:00 committed by GitHub
parent f8a17a1317
commit 4a7f9ff86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,7 @@ if [ -f /etc/lsb-release ]; then
libopenexr24 libopenexr24
python3.8 python3.8
libpython3.8 libpython3.8
libglib2.0-0
) )
elif [ "$system_ver" = "18.04" ]; then elif [ "$system_ver" = "18.04" ]; then
PKGS+=( libfluidsynth1 PKGS+=( libfluidsynth1
@ -105,6 +106,7 @@ if [ -f /etc/lsb-release ]; then
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-ugly
gstreamer1.0-alsa gstreamer1.0-alsa
gstreamer1.0-gtk3 gstreamer1.0-gtk3
libglib2.0
) )
fi fi
PKGS+=( flex PKGS+=( flex
@ -114,18 +116,10 @@ if [ -f /etc/lsb-release ]; then
libgl-dev libgl-dev
libtag-extras1 libtag-extras1
libusb-1.0-0-dev libusb-1.0-0-dev
libdirectfb-1.7-7
libfaac0 libfaac0
libfdk-aac1 libfdk-aac1
liblrdf0 python3-gi
libmjpegtools-dev
libopenni2-0
libmpeg2-4
libopencore-amrnb0
libopencore-amrwb0
liba52-0.7.4
python3-gi
libglib2.0-0
) )
fi fi
apt update apt update
@ -251,8 +245,6 @@ else
zbar zbar
libnice libnice
libxkbcommon libxkbcommon
libmpeg2
libcdio
opencore-amr opencore-amr
libva libva
python36-gobject python36-gobject