forked from AGProjects/python-sipsimple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDependencies.txt
More file actions
53 lines (39 loc) · 2.2 KB
/
Copy pathDependencies.txt
File metadata and controls
53 lines (39 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Dependencies for SIP SIMPLE client SDK
--------------------------------------
Copyright (c) 2008-2015 AG Projects
http://ag-projects.com
Home page: http://sipsimpleclient.org
* python http://python.org 2.7
* python-application http://pypi.python.org/simple/python-application >=2.0.0
* python-cjson http://pypi.python.org/pypi/python-cjson/ >=1.0.5
* python-dateutil http://niemeyer.net/python-dateutil >=1.4
* python-eventlib http://download.ag-projects.com/SipClient >=0.1.0
* python-greenlet http://pypi.python.org/pypi/greenlet >=0.3.2
* python-gnutls http://pypi.python.org/simple/python-gnutls >=1.1.9
* python-lxml http://codespeak.net/lxml >=2.1.2
* python-otr http://pypi.python.org/pypi/python-otr/ >=1.2.0
* python-msrplib http://download.ag-projects.com/MSRP >=0.15.0
* python-xcaplib http://download.ag-projects.com/XCAP >=1.0.17
* cython http://www.cython.org >=0.19.0
* dnspython http://www.dnspython.org >=1.9.0
* twisted http://twistedmatrix.com/trac >=8.1.0
* zope-interface http://www.zope.org >=3.3.1
Other libraries:
* ffmpeg (libavformat, libswscale, libavcodec, libavutil) (>= 2.7)
* libx264 (recent snapshot)
* libvpx (>= 1.3.0)
* libasund2
* libuuid
* libsqlite3
* pkg-config
* openssl
To compile the video dependencies (ffmpeg / libx264 / libvpx):
export SIPSIMPLE_FFMPEG_PATH=$HOME/work/ag-projects/video/local
NOTE: yasm is required in order to enable asm optimizations. It does not
come preinstalled on OSX, so it has to be manually installed. (brew install
yasm will do)
NOTE: libx264 and libvpx can be installed also using Homebrew on OSX.
For ffmpeg:
./configure --enable-shared --disable-static --enable-memalign-hack --enable-gpl --enable-libx264 --disable-avdevice --disable-swresample --disable-postproc --prefix=$SIPSIMPLE_FFMPEG_PATH
make
make install