ci: Add libflac in the debian image

So we can build flac elements.

Related: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1401
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1430>
This commit is contained in:
Jordan Petridis 2024-04-27 12:13:49 +03:00 committed by Sebastian Dröge
parent 8698fc4d2e
commit 14df7bd20f
2 changed files with 2 additions and 1 deletions

View file

@ -142,6 +142,7 @@ trigger:
libpango1.0-dev libcairo2-dev libjson-glib-dev libgdk-pixbuf-2.0-dev
libtiff-dev libpng-dev libjpeg-dev libepoxy-dev libsass-dev sassc
libcsound64-dev llvm clang nasm libsodium-dev libwebp-dev
libflac-dev
FDO_DISTRIBUTION_EXEC: >-
bash ci/install-gst.sh &&
bash ci/install-dav1d.sh &&

View file

@ -1,4 +1,4 @@
variables:
GST_RS_IMG_TAG: "2024-04-09.0-0.22"
GST_RS_IMG_TAG: "2024-04-10.0-0.22"
GST_RS_STABLE: "1.77.2"
GST_RS_MSRV: "1.70.0"