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 2024-12-25 14:59:49.747270106 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
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() { |