summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Nagie2016-08-08 22:27:40 +0200
committerMike Nagie2016-08-08 22:27:40 +0200
commite44fc4c84d30ba395bac5337327089890e95f6ab (patch)
tree27a29d7db9e4c87f5cd988289a418175d95a553e
parent11325f74305cf64f60b1c1d7a708ffd16e0c1e6d (diff)
downloadaur-e44fc4c84d30ba395bac5337327089890e95f6ab.tar.gz
ffmpeg has been added to dependency list
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9c8b7385943..dd642ebd7251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = python2-sipsimple
depends = python2-msrplib
depends = python2-xcaplib
depends = python2-otr-git
+ depends = ffmpeg
options = !makeflags
source = http://download.ag-projects.com/SipClient/python-sipsimple-3.0.0.tar.gz
md5sums = e14cbb693ecef8fd5f719f8bb5df99be
diff --git a/PKGBUILD b/PKGBUILD
index 0f75ceeb2cc7..cd6e2a7434ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('custom:MIT' 'LGPL')
arch=('i686' 'x86_64')
url="http://download.ag-projects.com/SipClient"
depends=('alsa-lib' 'util-linux' 'python2-dateutil' 'cython2' 'python2-cjson'
- 'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python2-otr-git')
+ 'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python2-otr-git' 'ffmpeg')
makedepends=('subversion' 'ffmpeg2.8')
options=('!makeflags')
source=("http://download.ag-projects.com/SipClient/python-sipsimple-$pkgver.tar.gz")