Search Criteria
Package Details: pjsua 2.10-2
Git Clone URL: | https://aur.archlinux.org/pjsua.git (read-only, click to copy) |
---|---|
Package Base: | pjsua |
Description: | Open source command line SIP user agent |
Upstream URL: | http://www.pjsip.org/pjsua.htm |
Licenses: | |
Submitter: | sputnick |
Maintainer: | chrko (thotypous) |
Last Packager: | thotypous |
Votes: | 16 |
Popularity: | 0.003155 |
First Submitted: | 2010-06-17 14:35 |
Last Updated: | 2020-03-29 22:20 |
Dependencies (2)
- bcg729 (bcg729-git)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git)
Latest Comments
1 2 Next › Last »
thotypous commented on 2020-03-29 22:16
Thank you chrko!
Just to keep it documented, the exact build error which caused us to introduce the
-DPJ_TIMER_DEBUG=0
workaround was the following:chrko commented on 2020-03-29 21:21
Thanks for your comments. I have used this just for testing purposes, so I didn't care about the active asserts. I have added you as the co-maintainer, so you can push the changes yourself and also add you as maintainer to PKGBUILD.
thotypous commented on 2020-03-29 21:00
Also, the pjsip project recommends to compile release builds with the
-NDEBUG
flag.Fixed PKGBUILD:
thotypous commented on 2020-03-29 20:54
The problem with
--with-external-speex
persists.thotypous commented on 2020-03-26 01:19
Notes:
--with-external-speex
does not work well, even in 2.9. It causes the call to hiccup and causes the messages below to be displayed in loop:PKGBUILD for 2.10:
stormdragon2976 commented on 2018-12-15 14:51
I built this last night and it failed to build until I removed the gnu from the end of the copy command. So: install -D -m755 pjsip-apps/bin/pjsua-gnu /usr/bin/pjsua becomes: install -D -m755 pjsip-apps/bin/pjsua- /usr/bin/pjsua
chrko commented on 2018-03-21 10:14
@Lindenk: I haven't seen this error before. The package build successfully on machine and also on clean chroot like described here: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot
Lindenk commented on 2018-03-21 01:35
I can't seem to build it. I'm getting this error once it gets to linking:
output/pjmedia-test-x86_64-unknown-linux-gnu/mips_test.o: In function
create_stream_amr': mips_test.c:(.text+0x1aa9): undefined reference to
pjmedia_codec_opencore_amrnb_deinit' mips_test.c:(.text+0x1ab1): undefined reference topjmedia_codec_opencore_amrnb_init' output/pjmedia-test-x86_64-unknown-linux-gnu/mips_test.o: In function
amr_encode_decode': mips_test.c:(.text+0x1ffa): undefined reference topjmedia_codec_opencore_amrnb_init' mips_test.c:(.text+0x2002): undefined reference to
pjmedia_codec_opencore_amrnb_deinit'chrko commented on 2015-01-05 16:02
Hey thiagoc, please update to v2.3 and md5sum 8440e43242c439ae5ec30b5b85005fce
thiagoc commented on 2014-05-19 13:26
@intgr sure, I already have a working PKGBUILD.