summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-08-22 21:00:12 -0400
committerGuillaume Horel2018-08-22 21:00:12 -0400
commit42c6347f37813a8981d2fda77dc540d8cb8d6483 (patch)
tree8b9974276834a8a1fe592dbefc7e9e9bbe0c7b51 /PKGBUILD
parent6da3308634888ce3bccf5bc5a83c7f6a1ef1f611 (diff)
downloadaur-42c6347f37813a8981d2fda77dc540d8cb8d6483.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80deae8f74b6..23c85736d8da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,16 @@
pkgname=linphone-git
_pkgname=linphone
-pkgver=3.12.0.r341.g8a946552f
+pkgver=3.12.0.r2949.g175375918
pkgrel=1
pkgdesc="A Voice-over-IP phone library and CLI"
arch=('x86_64')
url="http://www.linphone.org"
license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'speex' 'libv4l' 'v4l-utils'
- 'libpulse' 'libxv' 'bctoolbox-git' 'belle-sip-git' 'belcard-git' 'belr-git'
- 'bzrtp-git' 'mediastreamer-git' 'ortp-git' 'libsoup' 'belle-sip-git'
- 'libnotify')
-makedepends=('cmake' 'doxygen' 'graphviz' 'pkg-config' 'python-pystache'
- 'perl-xml-parser' 'intltool')
+depends=('alsa-lib' 'bctoolbox-git' 'belcard-git' 'belle-sip-git' 'belr-git'
+ 'bzrtp-git' 'ffmpeg' 'libnotify' 'libpulse' 'libsoup' 'libv4l' 'libxv'
+ 'mediastreamer-git' 'ortp-git' 'soci-git' 'speex' 'v4l-utils' 'xsd')
+makedepends=('cmake' 'doxygen' 'graphviz' 'pkg-config' 'python-pystache')
optdepends=('pulseaudio')
options=('!emptydirs')
provides=('linphone')
@@ -37,6 +35,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DENABLE_STATIC=NO \
-DENABLE_CXX_WRAPPER=YES \
+ -DENABLE_DOC=NO \
-DENABLE_ROOTCA_DOWNLOAD=NO \
-DENABLE_LIME=YES \
-DENABLE_UNIT_TESTS=NO \