Skip to content
Snippets Groups Projects
Commit 625e19c1 authored by Alistair Francis's avatar Alistair Francis Committed by Bart Ribbers
Browse files

community/webrtc-audio-processing-1: new aport

This fixes #13986
by uprading webrtc-audio-processing to the latest release.

As version 1.x is not backwards compatible this adds a new package. This
will be required for Pulseaudio 17.

The patch has been submitted upstream:
https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/38



Signed-off-by: default avatarAlistair Francis <alistair@alistair23.me>
parent f0462f51
No related branches found
No related tags found
1 merge request!53495community/webrtc-audio-processing-1: new aport
Pipeline #187406 skipped
From cd80345d4eb2a415c0c27073ce028522a1e2149a Mon Sep 17 00:00:00 2001
From: Alistair Francis <alistair@alistair23.me>
Date: Mon, 16 Oct 2023 09:15:18 +1000
Subject: [PATCH] rtc_base: Include stdint.h to fix build failures
Signed-off-by: Alistair Francis <alistair@alistair23.me>
---
webrtc/rtc_base/system/file_wrapper.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/webrtc/rtc_base/system/file_wrapper.h b/webrtc/rtc_base/system/file_wrapper.h
index 42c463c..7c2532c 100644
--- a/webrtc/rtc_base/system/file_wrapper.h
+++ b/webrtc/rtc_base/system/file_wrapper.h
@@ -11,6 +11,7 @@
#ifndef RTC_BASE_SYSTEM_FILE_WRAPPER_H_
#define RTC_BASE_SYSTEM_FILE_WRAPPER_H_
+#include <stdint.h>
#include <stddef.h>
#include <stdio.h>
--
2.41.0
# Contributor: Clayton Craft <clayton@craftyguy.net>
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=webrtc-audio-processing-1
pkgver=1.3
pkgrel=0
pkgdesc="AudioProcessing module from the WebRTC project"
url="https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
# unsupported in the code
arch="all !s390x !ppc64le"
license="custom"
makedepends="
abseil-cpp-dev
meson
cmake
libtool
linux-headers
"
subpackages="$pkgname-dev"
source="
https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/archive/v$pkgver/webrtc-audio-processing-v$pkgver.tar.gz
0001-rtc_base-Include-stdint.h-to-fix-build-failures.patch
"
options="!check" # No tests
builddir="$srcdir/webrtc-audio-processing-v$pkgver"
build() {
abuild-meson \
. output
meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install -C output
}
sha512sums="
addd6feb5f46f958786b0befadbafe1247737a5cd002a631d9fb2c85fd121959287079148a73f3a20f2b594b288cd5697ab28f4063a4d421fbee9ed2f1ea2117 webrtc-audio-processing-v1.3.tar.gz
a0150577f1508cbc115d661b9cb74dac046afd8baecb3ca37b47601ccfe81693eb373262711467fc411970404717c9982319dfb70904d0fe30d46ff8de443210 0001-rtc_base-Include-stdint.h-to-fix-build-failures.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment