Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | upgpkg: pjproject 2.11-1 | Caleb Maclennan | |
upstream release | |||
2020-06-29 | upgpkg: pjproject 2.10-1 | Andrea Pierangeli | |
upstream release Add aarch64 support | |||
2020-04-20 | Add 'pjproject-git/' from commit '97e4d8dfa1950bc7a3818bcef03ac893be26d01e' | Caleb Maclennan | |
git-subtree-dir: pjproject-git git-subtree-mainline: 02a8f0f7d6d2f3a70ec4d1af58156d6baa9127b2 git-subtree-split: 97e4d8dfa1950bc7a3818bcef03ac893be26d01e | |||
2020-03-11 | Normalize .gitignore file | Caleb Maclennan | |
2020-03-11 | Normalize alphabetical order and formatting | Caleb Maclennan | |
2020-03-11 | Remove obsolete build hacks | Caleb Maclennan | |
2020-03-11 | Adapt stable packaging as VCS build | Caleb Maclennan | |
2020-02-23 | Force job server (multi-process is fine, no job server is not) | Caleb Maclennan | |
2020-02-22 | Update to 2.10 | Caleb Maclennan | |
2020-02-10 | Use https URL | Caleb Maclennan | |
2019-08-26 | Update .gitignore file for easy bulk repository management | Caleb Maclennan | |
2019-06-29 | Enable hardware access | Wüstengecko | |
2019-06-18 | new upstream version 2.9 | Wüstengecko | |
This commit also switches to the md5sum integrity check, as that is what upstream provides. | |||
2019-06-18 | Rewrite for python3 and bindings as split package | Wüstengecko | |
Previously the package was applying a patch to build with python version 2. Since this is no longer necessary, and python 2 is nearing its end of life, this commit removes the patch. Furthermore this commit changes the PKGBUILD to now build the python language bindings in addition to the native PJSIP library. These bindings are built in a split package `python-pjproject`. | |||
2019-06-18 | package: catch ARM binaries | Denis 'GNUtoo' Carikli | |
In package(), the trailing '*' was added to pjsip-apps/bin/pjsua-*gnu in order to catch binaries like pjsip-apps/bin/pjsua-armv7l-unknown-linux-gnueabihf on ARM. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||
2019-06-18 | disable libwebrtc on i686 to fix illegal instructions | Denis 'GNUtoo' Carikli | |
Both Parabola and archlinux32 whish to support all i686 machines that don't have SSE2: - Parabola's minimum system requirements states that: "Parabola GNU/Linux-libre should run on any i686 compatible machine [...]"[1] Wikipedia states that i686 has MMX and SSE[2] but doesn't mention SSE2 as a requirement[2]. - Archlinux32 states: "Currently some i686 packages require SSE2 - which is a bug we're trying to solve."[3] References: ----------- [1]https://wiki.parabola.nu/Beginners%27_guide#Minimum_system_requirements [2]https://en.wikipedia.org/wiki/P6_(microarchitecture) [3]https://archlinux32.org/architecture/ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||
2019-06-18 | Fix illegal instructions on x86_64 by disabling -march=native | Denis 'GNUtoo' Carikli | |
Before this package was built with -march=native, so if you build it on a machine with a processor that supports avx (Advanced Vector Extensions), libpjsip.so.2 ended up with vpxor instructions that don't work anymore on machines with a processor that do not have such extension, and would result in an illegal instruction at asterisk startup on such machines. Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) | |||
2018-12-05 | Update to 2.8 | Caleb Maclennan | |
2018-09-01 | Cleanup bash shell quoting using shellharden | Caleb Maclennan | |
2018-09-01 | Regenerate obsolete meta data using `makepkg --printsrcinfo` | Caleb Maclennan | |
2018-09-01 | Update .gitignore file for easy bulk repository management | Caleb Maclennan | |
2018-07-24 | Update to 2.7.2 | Caleb Maclennan | |
2018-03-01 | Add .gitignore file for easier repository management | Caleb Maclennan | |
2018-02-15 | Adopt and move post install message to optdepends | Caleb Maclennan | |
2017-12-08 | Bump to 2.7.1 | Xavier Devlamynck | |
2017-09-26 | Bump to 2.7 | Xavier Devlamynck | |
2017-07-31 | Change util-linux-ng dependency to util-linux | Xavier Devlamynck | |
2017-06-12 | Add DNDEBUG CFLAG | Xavier Devlamynck | |
2017-02-28 | Use march=native flags | Xavier Devlamynck | |
2017-02-27 | Add CXXFLAGS for x86 builds | Xavier Devlamynck | |
2017-01-26 | Bump to 2.6 | Xavier Devlamynck | |
2016-08-24 | Add arm achitecture | Xavier Devlamynck | |
2016-07-21 | Bump to 2.5.5, 2 | Xavier Devlamynck | |
2016-07-21 | Bump to 2.5.5 | Xavier Devlamynck | |
2016-05-21 | Bump to release 2 | Xavier Devlamynck | |
2016-05-11 | Bump to 2.5 | Xavier Devlamynck | |
2015-12-27 | Bump to 2.4.5 | Xavier Devlamynck | |
2015-06-10 | Initial commit | Xavier Devlamynck | |