From 5c4f918db233413c4e34b2a136edaaaeed5d1927 Mon Sep 17 00:00:00 2001 From: Alexey Fadeev Date: Thu, 10 Sep 2020 15:11:08 +0300 Subject: [PATCH] Fixed differences between glib versions (#2153) --- .../install_dependencies/install_openvino_dependencies.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install_dependencies/install_openvino_dependencies.sh b/scripts/install_dependencies/install_openvino_dependencies.sh index e62152f1b0b..63cb012d84b 100755 --- a/scripts/install_dependencies/install_openvino_dependencies.sh +++ b/scripts/install_dependencies/install_openvino_dependencies.sh @@ -79,7 +79,8 @@ if [ -f /etc/lsb-release ]; then PKGS+=( libgtk2.0-0 ) else if [ "$system_ver" = "20.04" ]; then - PKGS+=( gstreamer1.0-plugins-ugly + PKGS+=( libglib2.0-0 + gstreamer1.0-plugins-ugly gstreamer1.0-libav libgstreamer-plugins-base1.0-dev gstreamer1.0-doc @@ -99,7 +100,8 @@ if [ -f /etc/lsb-release ]; then libpython3.8 ) elif [ "$system_ver" = "18.04" ]; then - PKGS+=( libfluidsynth1 + PKGS+=( libglib2.0 + libfluidsynth1 libnettle6 libopenexr22 gstreamer1.0-plugins-ugly