Skip to content

Commit

Permalink
Add missing GStreamer libraries to provisioning of Ubuntu 24.04 x86_64
Browse files Browse the repository at this point in the history
The missing libraries are needed to make unit tests pass in CI. With
this patch, we install the same GStreamer libraries on 24.04 as on
22.04.

This follows 02af86d .

Task-number: QTQAINFRA-6098
Pick-to: 6.8
Change-Id: I9fcb5abe0eba01e1e248eb0eb5aff11de4986235
Reviewed-by: Liang Qi <[email protected]>
  • Loading branch information
jogerh authored and liangqi committed Sep 18, 2024
1 parent 3f48f4f commit 263624d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions coin/provisioning/qtci-linux-Ubuntu-24.04-x86_64/02-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ installPackages+=(libgstreamer-plugins-base1.0-dev)
installPackages+=(libgstreamer-plugins-good1.0-dev)
installPackages+=(libgstreamer-plugins-bad1.0-dev)
installPackages+=(libgstreamer-gl1.0-0)
installPackages+=(gstreamer1.0-libav)
installPackages+=(gstreamer1.0-plugins-base)
installPackages+=(gstreamer1.0-plugins-good)
installPackages+=(gstreamer1.0-plugins-bad)
installPackages+=(gstreamer1.0-plugins-rtp)
installPackages+=(gstreamer1.0-plugins-ugly)
installPackages+=(gir1.2-gst-plugins-base-1.0)
installPackages+=(gir1.2-gst-plugins-bad-1.0)
installPackages+=(libpipewire-0.3-dev)
Expand Down

0 comments on commit 263624d

Please sign in to comment.