ROS audio_common requires gstreamer but apt-get won't install it - CHATBOT
I'm attempting to install the Amazon LEX chatbot node from here: https://github.com/aws-robotics/lex-ros1
That node requires the ROS audio_common node from here: https://github.com/ros-drivers/audio_...
One of the audio_common CMAKE files requires gstreamer-1.0
find_package(PkgConfig)
pkg_check_modules(GST1.0 gstreamer-1.0 REQUIRED)
When I attempt to install gstreamer apt-get is instead referencing different versions of similar programs on my system;
b2@b2:~/catkin_ws$ sudo apt-get install gstreamer-1.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libqtgstreamer-1.0-0' for regex 'gstreamer-1.0'
Note, selecting 'gir1.2-gstreamer-1.0' for regex 'gstreamer-1.0'
Note, selecting 'libqt5gstreamer-1.0-0' for regex 'gstreamer-1.0'
libqt5gstreamer-1.0-0 is already the newest version (1.2.0-3).
libqtgstreamer-1.0-0 is already the newest version (1.2.0-3).
gir1.2-gstreamer-1.0 is already the newest version (1.8.3-1~ubuntu0.1).
0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded.
So I'm tempted to modify the CMAKE file to reference one of these other programs.
QUESTION: Are any of you familiar enough with the audio_common node to suggest which of the three programs should get referenced, or does it even matter? I'm willing to experiment but don't want to jackup my system by uninstalling those programs. Can I force install of gstreamer-1.0?
Environment: 64 bit Ubuntu 16-LTS, ROS LUNAR, Lenovo Thinkpad