Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -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_append_libc-musl = " libexecinfo" |
| 6 | |
| 7 | LICENSE = "BSD-3-Clause" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2 \ |
| 9 | file://webrtc/common.h;beginline=1;endline=9;md5=41f7322d91deabaf0acbbd0b8d0bc548 \ |
| 10 | " |
| 11 | |
| 12 | # Note that patch 3 effectively reverts patches 1 and 2. The only reason |
| 13 | # why patches 1 and 2 are included is that otherwise patch 3 wouldn't |
| 14 | # apply cleanly. |
| 15 | SRC_URI = "http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/${BP}.tar.xz \ |
| 16 | file://0001-build-Protect-against-unsupported-CPU-types.patch \ |
| 17 | file://0002-build-Add-ARM-64bit-support.patch \ |
| 18 | file://0003-build-fix-architecture-detection.patch \ |
| 19 | file://0004-typedefs.h-add-support-for-64-bit-and-big-endian-MIP.patch \ |
| 20 | file://0005-typedefs.h-add-support-for-PowerPC.patch \ |
| 21 | file://0006-common_audio-implement-endianness-conversion-in-wav-.patch \ |
| 22 | " |
| 23 | |
| 24 | SRC_URI[md5sum] = "336ae032f608e65808ac577cde0ab72c" |
| 25 | SRC_URI[sha256sum] = "756e291d4f557d88cd50c4fe3b8454ec238362d22cedb3e6173240d90f0a80fa" |
| 26 | |
| 27 | LDFLAGS_append_libc-musl = " -lexecinfo" |
| 28 | inherit autotools |