blob: 9aab57a08967c87c4d089aacf6ddd0bc15b69517 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "Audio processing bits of the WebRTC reference implementation"
HOMEPAGE = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
SECTION = "audio"
DEPENDS = "abseil-cpp"
DEPENDS:append:libc-musl = " libexecinfo"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2"
SRC_URI = " \
http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-${PV}.tar.xz \
file://e9c78dc4712fa6362b0c839ad57b6b46dce1ba83.patch \
"
SRC_URI[sha256sum] = "ae9302824b2038d394f10213cab05312c564a038434269f11dbf68f511f9f9fe"
S = "${UNPACKDIR}/webrtc-audio-processing-${PV}"
LDFLAGS:append:libc-musl = " -lexecinfo"
# | riscv32-yoe-linux-musl-ld.lld: error: undefined reference: __atomic_store_8
LDFLAGS:append:riscv32 = " -latomic"
inherit meson pkgconfig
|