Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GVA/Update install_openvino_dependencies.sh for GVA on Ubuntu20.04 #1895

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions scripts/install_dependencies/install_openvino_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down