From 07867198ce4a26c9affa02197132c53ac836acc4 Mon Sep 17 00:00:00 2001 From: Yuliya Maskina <55753439+ymaskina@users.noreply.github.com> Date: Thu, 27 Aug 2020 19:41:52 +0300 Subject: [PATCH] GVA/Update install_openvino_dependencies.sh for GVA on Ubuntu20.04 (#1895) * Update install_openvino_dependencies.sh for GVA on Ubuntu20.04 * Add dependencies --- .../install_openvino_dependencies.sh | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/scripts/install_dependencies/install_openvino_dependencies.sh b/scripts/install_dependencies/install_openvino_dependencies.sh index 38e855a..922529a 100755 --- a/scripts/install_dependencies/install_openvino_dependencies.sh +++ b/scripts/install_dependencies/install_openvino_dependencies.sh @@ -77,6 +77,26 @@ if [ -f /etc/lsb-release ]; then if [ "$system_ver" = "16.04" ]; then PKGS+=( libgtk2.0-0 ) else + if [ "$system_ver" = "20.04" ]; then + PKGS+=( libgstreamer1.0-0 + gstreamer1.0-plugins-base + gstreamer1.0-plugins-good + gstreamer1.0-plugins-bad + gstreamer1.0-plugins-ugly + gstreamer1.0-libav + libgstreamer-plugins-base1.0-dev + gstreamer1.0-doc + gstreamer1.0-tools + gstreamer1.0-x + gstreamer1.0-alsa + gstreamer1.0-gl + gstreamer1.0-gtk3 + gstreamer1.0-qt5 + gstreamer1.0-pulseaudio + libgstrtspserver-1.0-dev + python3-gst-1.0 + ) + fi PKGS+=( libgtk-3-0 libglib2.0-0 flex @@ -93,7 +113,7 @@ if [ -f /etc/lsb-release ]; then libgl1-mesa-dri libgles2 libgl-dev - gudev-1.0 + gir1.2-gudev-1.0 libtheora0 libcdparanoia0 libpango-1.0-0 @@ -124,7 +144,7 @@ if [ -f /etc/lsb-release ]; then libtwolame0 libwavpack1 libbluetooth3 - libusb-1.0.0-dev + libusb-1.0-0-dev libass9 libbs2b0 libchromaprint1 -- 2.7.4