summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2023-08-13 07:27:33 -0400
committerArun Raghavan <arun@asymptotic.io>2023-09-01 11:21:12 -0400
commit9b37e8d9dc9ce2bba68bf8e4ca4dad21c793fdc9 (patch)
tree30db565c29963ffe2948487f4857ac4f8c7fefb2
parente2b63d157fcc5ceb67a2f0eaed202d18baa05a11 (diff)
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: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/795>
-rw-r--r--.gitignore1
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--subprojects/webrtc-audio-processing.wrap8
3 files changed, 10 insertions, 1 deletions
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