summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWüstengecko2021-04-02 00:49:03 +0200
committerWüstengecko2021-04-02 00:49:03 +0200
commit9563f27a6fb4e9d6df03f8f13883867c6d56986d (patch)
tree7dd87d8c6d01c5834e56728f5cd50bb28557f2de
parent114f299b28c23cf707333656261d70d8b06b3b46 (diff)
downloadaur-9563f27a6fb4e9d6df03f8f13883867c6d56986d.tar.gz
Build against the system libyuv
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5287658fc6d5..b3a606d2aec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgbase=pjproject
pkgname=("$pkgbase" "python-$pkgbase")
pkgver=2.11
-pkgrel=2
+pkgrel=3
pkgdesc='Open source SIP stack and media stack'
arch=('x86_64' 'aarch64' 'armv7h' 'i686')
url='https://www.pjsip.org/'
license=('GPL')
-makedepends=('alsa-lib' 'e2fsprogs' 'ffmpeg' 'libsamplerate' 'libsrtp'
+makedepends=('alsa-lib' 'e2fsprogs' 'ffmpeg' 'libsamplerate' 'libsrtp' 'libyuv'
'openssl' 'opus' 'portaudio' 'speex' 'swig' 'util-linux'
'python' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pjsip/$pkgbase/archive/$pkgver.tar.gz"
@@ -48,6 +48,7 @@ build() {
--with-external-srtp \
--with-external-pa \
--with-external-gsm \
+ --with-external-yuv \
--enable-shared \
--disable-opencore-amr \
"${arch_opts[@]}"