From 9b37e8d9dc9ce2bba68bf8e4ca4dad21c793fdc9 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 13 Aug 2023 07:27:33 -0400 Subject: [PATCH] build-sys: Add a webrtc-audio-processing wrap file This will make things easier on systems where this is missing, as well as allow us to test things in CI until packages land in Ubuntu/Fedora/... The wrap file is taken as-is from the GStreamer project. Part-of: --- .gitignore | 1 + .gitlab-ci.yml | 2 +- subprojects/webrtc-audio-processing.wrap | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 subprojects/webrtc-audio-processing.wrap diff --git a/.gitignore b/.gitignore index d86eed290..331d4888d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ stamp-* .dirstamp *.orig *.rej +subprojects/*/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c12e397d..f042cbabe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: # CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES. # The tag is an arbitrary string that identifies the exact container # contents. - FDO_DISTRIBUTION_TAG: '2023-04-21-00' + FDO_DISTRIBUTION_TAG: '2023-08-13-00' FDO_DISTRIBUTION_VERSION: '20.04' FDO_UPSTREAM_REPO: 'pulseaudio/pulseaudio' diff --git a/subprojects/webrtc-audio-processing.wrap b/subprojects/webrtc-audio-processing.wrap new file mode 100644 index 000000000..bba7dd0b5 --- /dev/null +++ b/subprojects/webrtc-audio-processing.wrap @@ -0,0 +1,8 @@ +[wrap-git] +directory = webrtc-audio-processing +url = https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing.git +push-url = git@gitlab.freedesktop.org:pulseaudio/webrtc-audio-processing.git +revision = v1.1 + +[provide] +dependency_names = webrtc-audio-coding-1, webrtc-audio-processing-1