From ff75f550ad07795c40cf953fd42c768ef42a62d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Tue, 10 Dec 2024 22:24:47 +0100 Subject: [PATCH] ci: add missing `libebur128` dependency The `build_all` job enables most features, including the ebur128 filter-graph plugin. However, the dependency is currently not installed, which leads to meson failing to set up the build. Fixes: df271d13f33510 ("filter-chain: add ebur128 filter") --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34cebe7eb..3953445e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ include: .fedora: variables: # Update this tag when you want to trigger a rebuild - FDO_DISTRIBUTION_TAG: '2024-05-30.0' + FDO_DISTRIBUTION_TAG: '2024-12-10.0' FDO_DISTRIBUTION_VERSION: '40' FDO_DISTRIBUTION_PACKAGES: >- alsa-lib-devel @@ -56,6 +56,7 @@ include: jack-audio-connection-kit-devel libasan libcanberra-devel + libebur128-devel libffado-devel libldac-devel libmysofa-devel