Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Audio processing bits of the WebRTC reference implementation" |
| 2 | HOMEPAGE = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" |
| 3 | SECTION = "audio" |
| 4 | |
| 5 | DEPENDS = "abseil-cpp" |
| 6 | DEPENDS:append:libc-musl = " libexecinfo" |
| 7 | |
| 8 | LICENSE = "BSD-3-Clause" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2" |
| 10 | |
| 11 | SRC_URI = " \ |
| 12 | http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-${PV}.tar.xz \ |
| 13 | file://0001-add-missing-header-for-musl.patch \ |
| 14 | file://0001-Fix-return-type-errors.patch \ |
| 15 | " |
| 16 | SRC_URI[sha256sum] = "2365e93e778d7b61b5d6e02d21c47d97222e9c7deff9e1d0838ad6ec2e86f1b9" |
| 17 | S = "${WORKDIR}/webrtc-audio-processing-${PV}" |
| 18 | |
| 19 | LDFLAGS:append:libc-musl = " -lexecinfo" |
| 20 | |
| 21 | inherit meson pkgconfig |