webrtc-audio-processing-2_2.1.bb 735 B

1234567891011121314151617181920
  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. DEPENDS = "abseil-cpp"
  5. DEPENDS:append:libc-musl = " libexecinfo"
  6. LICENSE = "BSD-3-Clause"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2"
  8. SRC_URI = " \
  9. http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-${PV}.tar.xz \
  10. file://e9c78dc4712fa6362b0c839ad57b6b46dce1ba83.patch \
  11. "
  12. SRC_URI[sha256sum] = "ae9302824b2038d394f10213cab05312c564a038434269f11dbf68f511f9f9fe"
  13. S = "${WORKDIR}/webrtc-audio-processing-${PV}"
  14. LDFLAGS:append:libc-musl = " -lexecinfo"
  15. inherit meson pkgconfig