mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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>
This commit is contained in:
parent
e2b63d157f
commit
9b37e8d9dc
3 changed files with 10 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -37,3 +37,4 @@ stamp-*
|
||||||
.dirstamp
|
.dirstamp
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
|
subprojects/*/
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ variables:
|
||||||
# CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES.
|
# CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES.
|
||||||
# The tag is an arbitrary string that identifies the exact container
|
# The tag is an arbitrary string that identifies the exact container
|
||||||
# contents.
|
# contents.
|
||||||
FDO_DISTRIBUTION_TAG: '2023-04-21-00'
|
FDO_DISTRIBUTION_TAG: '2023-08-13-00'
|
||||||
FDO_DISTRIBUTION_VERSION: '20.04'
|
FDO_DISTRIBUTION_VERSION: '20.04'
|
||||||
FDO_UPSTREAM_REPO: 'pulseaudio/pulseaudio'
|
FDO_UPSTREAM_REPO: 'pulseaudio/pulseaudio'
|
||||||
|
|
||||||
|
|
|
||||||
8
subprojects/webrtc-audio-processing.wrap
Normal file
8
subprojects/webrtc-audio-processing.wrap
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue