Diff webrtc-audio-processing-0.3.1 with a webrtc-audio-processing-0.3.1-r1
/usr/portage/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.1-r1.ebuild 2023-10-09 14:52:31.720368406 +0300 | ||
---|---|---|
11 | 11 | |
12 | 12 |
LICENSE="BSD" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ~arm64 x86 ~amd64-linux" |
|
14 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux" |
|
15 | 15 |
IUSE="static-libs" |
16 | 16 | |
17 | 17 |
DOCS=( AUTHORS NEWS README.md ) |
18 | 18 | |
19 | 19 |
PATCHES=( |
20 | 20 |
"${FILESDIR}"/${PN}-0.3-proper_detection_cxxabi_execinfo.patch |
21 |
"${FILESDIR}"/${PN}-0.3-Add-generic-byte-order-and-pointer-size-detection.patch |
|
22 |
"${FILESDIR}"/${PN}-0.3-big-endian-support.patch |
|
21 | 23 |
) |
22 | 24 | |
23 | 25 |
src_prepare() { |
24 |
eautoreconf |
|
25 | 26 |
default |
27 |
eautoreconf |
|
26 | 28 |
} |
27 | 29 | |
28 | 30 |
multilib_src_configure() { |