summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
22 hoursupgpkg: pjproject 2.14.1-1Caleb Maclennan
upstream release
23 hoursSetup nvcheckerCaleb Maclennan
23 hoursupgpkg: pjproject 2.14-2Caleb Maclennan
Merge subtree 'pjproject'
36 hoursRemove gitignore, not part of Arch packaging guidelinesCaleb Maclennan
The need for git ignore files is better served by a single parent .gitignore in the directory above all one's AUR packages (whether this is just a loose file or part of an `aurpublish` setup or whether `pkgctl` is being used). Each AUR package having its own missmatched ignore rules that behave differently depending on developer preferences is fairly disruptive because tooling doesn't behave the same between packages.
2024-02-05upgpkg: pjproject 2.14-2Wüstengecko
tarball checksum changed
2023-11-01upgpkg: pjproject 2.14-1Caleb Maclennan
upstream release
2023-05-04upgpkg: pjproject 2.13-2Caleb Maclennan
Rebuild for Python 3.11, normalize PEP517 build tooling
2022-12-14upgpkg: pjproject 2.13-1Caleb Maclennan
upstream release
2022-05-10upgpkg: pjproject 2.12.1-1Caleb Maclennan
upstream release
2022-04-22upgpkg: pjproject 2.12-1Wüstengecko
2022-02-17upgpkg: pjproject 2.11.1-2Caleb Maclennan
Fix checksum
2021-12-14upgpkg: pjproject 2.11.1-2Caleb Maclennan
Rebuild for Python 3.10
2021-07-23upgpkg: pjproject 2.11.1-1Caleb Maclennan
upstream release
2021-07-07upgpkg: pjproject 2.11-5Caleb Maclennan
2021-04-02Fix missing runtime dependency on libyuvWüstengecko
2021-04-02Update .SRCINFOWüstengecko
2021-04-02Allow parallel builds againWüstengecko
2021-04-02Build against the system libyuvWüstengecko
2021-04-02Backport "Fix installation of libpjsua2 shared libraries"Wüstengecko
2021-03-17upgpkg: pjproject 2.11-1Caleb Maclennan
upstream release
2020-06-29upgpkg: pjproject 2.10-1Andrea Pierangeli
upstream release Add aarch64 support
2020-04-20Add 'pjproject-git/' from commit '97e4d8dfa1950bc7a3818bcef03ac893be26d01e'Caleb Maclennan
git-subtree-dir: pjproject-git git-subtree-mainline: 02a8f0f7d6d2f3a70ec4d1af58156d6baa9127b2 git-subtree-split: 97e4d8dfa1950bc7a3818bcef03ac893be26d01e
2020-03-11Normalize .gitignore fileCaleb Maclennan
2020-03-11Normalize alphabetical order and formattingCaleb Maclennan
2020-03-11Remove obsolete build hacksCaleb Maclennan
2020-03-11Adapt stable packaging as VCS buildCaleb Maclennan
2020-02-23Force job server (multi-process is fine, no job server is not)Caleb Maclennan
2020-02-22Update to 2.10Caleb Maclennan
2020-02-10Use https URLCaleb Maclennan
2019-08-26Update .gitignore file for easy bulk repository managementCaleb Maclennan
2019-06-29Enable hardware accessWüstengecko
2019-06-18new upstream version 2.9Wüstengecko
This commit also switches to the md5sum integrity check, as that is what upstream provides.
2019-06-18Rewrite for python3 and bindings as split packageWü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-18package: catch ARM binariesDenis '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-18disable libwebrtc on i686 to fix illegal instructionsDenis '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-18Fix illegal instructions on x86_64 by disabling -march=nativeDenis '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-05Update to 2.8Caleb Maclennan
2018-09-01Cleanup bash shell quoting using shellhardenCaleb Maclennan
2018-09-01Regenerate obsolete meta data using `makepkg --printsrcinfo`Caleb Maclennan
2018-09-01Update .gitignore file for easy bulk repository managementCaleb Maclennan
2018-07-24Update to 2.7.2Caleb Maclennan
2018-03-01Add .gitignore file for easier repository managementCaleb Maclennan
2018-02-15Adopt and move post install message to optdependsCaleb Maclennan
2017-12-08Bump to 2.7.1Xavier Devlamynck
2017-09-26Bump to 2.7Xavier Devlamynck
2017-07-31Change util-linux-ng dependency to util-linuxXavier Devlamynck
2017-06-12Add DNDEBUG CFLAGXavier Devlamynck
2017-02-28Use march=native flagsXavier Devlamynck
2017-02-27Add CXXFLAGS for x86 buildsXavier Devlamynck
2017-01-26Bump to 2.6Xavier Devlamynck