Search Criteria
Package Details: python2-pjproject 2.7.1-1
Git Clone URL: | https://aur.archlinux.org/python2-pjproject.git (read-only, click to copy) |
---|---|
Package Base: | python2-pjproject |
Description: | Open source SIP stack and media stack (also known as pjsip) |
Upstream URL: | http://www.pjsip.org/ |
Licenses: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2010-12-26 21:39 |
Last Updated: | 2017-12-10 15:13 |
Dependencies (3)
- pjproject (pjproject-git)
- python2
- python2-distribute (python2-setuptools) (make)
Latest Comments
Lindenk commented on 2018-03-21 01:41
The last comment still seems to be an issue. Please fix so it can be installed reliably.
Premik commented on 2016-01-07 15:53
I was getting "/usr/lib/python2.7/site-packages/_pjsua.so: undefined symbol: pjsua_start" error. When running "python2 -c 'import _pjsua'"
ldd /usr/lib/python2.7/site-packages/_pjsua.so was showing only about 8 libs in my case. And none from the actuall pjproject.
Problem seems to be the pjsip-apps/src/python/setup.py is indirectly referencing "../../../build.mak" which doesn't exist unless it was a leftover from the pjproject build.
I had to copy and put ./configure ... part from the pjproject pkgbuild right before the '# Build python module' to get the libs properly linked in the _pjsua.so.
BakaKuna commented on 2015-12-26 15:11
The pjproject now uses 2.4 of pjsip. python2-pjproject will not build correctly with this version as it is on 2.2.
devrs0 commented on 2013-03-20 16:04
2.1 released. http://sprunge.us/TWNA
devrs0 commented on 2013-03-19 16:57
2.1 released
Anonymous comment on 2012-10-19 22:43
any idea how to get this to compile portaudio in third_party? I get portaudio errors when I try to connect to the sound card with the python lib. Not sure if that's the problem or not...
speps commented on 2011-06-07 16:15
@Morfeo Hi, pjproject needs to export -fPIC C{,XX}FLAGS in order to build on x86_64.
Here is a working PKGBUILD (with some other fixes) > http://sprunge.us/JdIZ > cheers