mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/webrtc-audio-processing to 0.3.1-3.1
This commit is contained in:
parent
807e596a3a
commit
ffb8756202
1 changed files with 2 additions and 4 deletions
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - patch to fix AArch64 build
|
# - patch to fix AArch64 build
|
||||||
# - disable neon
|
|
||||||
|
|
||||||
pkgname=webrtc-audio-processing
|
pkgname=webrtc-audio-processing
|
||||||
pkgver=0.3.1
|
pkgver=0.3.1
|
||||||
pkgrel=3
|
pkgrel=3.1
|
||||||
pkgdesc="AudioProcessing library based on Google's implementation of WebRTC"
|
pkgdesc="AudioProcessing library based on Google's implementation of WebRTC"
|
||||||
url="https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
|
url="https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -33,8 +32,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
./configure --prefix=/usr --disable-static
|
||||||
./configure --prefix=/usr --disable-static $CONFIG
|
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue