From 711d208eb86ba0d60392eeb30e4251159a987b15 Mon Sep 17 00:00:00 2001 From: Alexey Suhov Date: Thu, 27 Aug 2020 22:30:30 +0300 Subject: [PATCH] Update install_openvino_dependencies.sh for Ubuntu 20.04 (#1974) --- scripts/install_dependencies/install_openvino_dependencies.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/scripts/install_dependencies/install_openvino_dependencies.sh b/scripts/install_dependencies/install_openvino_dependencies.sh index 922529a..629ad5f 100755 --- a/scripts/install_dependencies/install_openvino_dependencies.sh +++ b/scripts/install_dependencies/install_openvino_dependencies.sh @@ -95,6 +95,14 @@ if [ -f /etc/lsb-release ]; then gstreamer1.0-pulseaudio libgstrtspserver-1.0-dev python3-gst-1.0 + libfluidsynth2 + libnettle7 + libopenexr24 + ) + elif [ "$system_ver" = "18.04" ]; then + PKGS+=( libfluidsynth1 + libnettle6 + libopenexr22 ) fi PKGS+=( libgtk-3-0 @@ -157,10 +165,8 @@ if [ -f /etc/lsb-release ]; then libfaac0 libfdk-aac1 libflite1 - libfluidsynth1 libgme0 libgsm1 - libnettle6 libkate1 liblrdf0 libde265-0 @@ -170,7 +176,6 @@ if [ -f /etc/lsb-release ]; then libmpcdec6 libneon27 libopenal1 - libopenexr22 libopenjp2-7 libopenmpt0 libopenni2-0 -- 2.7.4