summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-11-05 00:08:13 +0100
committerBaptiste Jonglez2016-11-05 00:08:13 +0100
commitcc87db4d8efc1e19b8e8d766b1ae600f4bc4d131 (patch)
treed24b4382c24d5b20544f8d3cc82ee43ee095762d
parente167fe443be37b0165a21cf232d9c71c8e692e17 (diff)
downloadaur-cc87db4d8efc1e19b8e8d766b1ae600f4bc4d131.tar.gz
ring-daemon-git: Add missing dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10d1fd20bed4..3989ff35111d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 10 14:15:03 UTC 2016
+# Fri Nov 4 23:08:13 UTC 2016
pkgbase = ring-daemon-git
pkgdesc = ring.cx is 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)
- pkgver = 20160909
+ pkgver = 20161104
pkgrel = 1
url = http://ring.cx
arch = i686
@@ -28,7 +28,11 @@ pkgbase = ring-daemon-git
depends = gsm
depends = libupnp
depends = libnatpmp
+ depends = crypto++
+ depends = libva
depends = pjproject-savoirfairelinux
+ depends = boost-libs
+ depends = restbed
optdepends = restbed: for the REST interface to the daemon (untested)
conflicts = ring-daemon
source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 253b3bed6b69..c3c7d93b00f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20160909
+pkgver=20161104
pkgrel=1
pkgdesc="ring.cx is 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,8 +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' 'libupnp' 'libnatpmp'
- 'pjproject-savoirfairelinux')
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'crypto++' 'libva'
+ 'pjproject-savoirfairelinux' 'boost-libs' 'restbed')
makedepends=('git' 'boost' 'msgpack-c')
optdepends=('restbed: for the REST interface to the daemon (untested)')
conflicts=('ring-daemon')