summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a80d853d6a6c..a99c4d4766b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20160422
+pkgver=20160630
pkgrel=1
pkgdesc="A secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)"
arch=("i686" "x86_64")
@@ -9,7 +9,8 @@ license=('GPL3')
groups=("ring")
depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
- 'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp')
+ 'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp'
+ 'pjproject-savoirfairelinux')
makedepends=('git' 'boost' 'msgpack-c')
conflicts=('ring-daemon')
source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon")
@@ -23,16 +24,7 @@ pkgver() {
build() {
cd "${pkgname%-git}"
- msg2 'Building pjproject...'
- # Build the customised version of pjproject (heavily patched...)
- mkdir -p contrib/native
- cd contrib/native
- ../bootstrap
- make .pjproject
-
- cd ../..
msg2 'Building...'
- # Build dring
./autogen.sh
./configure \
--prefix=/usr \