Search Criteria
Package Details: linphone-desktop 5.3.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linphone-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | linphone-desktop |
| Description: | A free VoIP and video softphone based on the SIP protocol |
| Upstream URL: | http://linphone.org |
| Licenses: | GPL-3.0-only |
| Provides: | linphone |
| Submitter: | Megver83 |
| Maintainer: | nathanchere |
| Last Packager: | nathanchere |
| Votes: | 15 |
| Popularity: | 1.07 |
| First Submitted: | 2020-07-23 05:07 (UTC) |
| Last Updated: | 2025-10-20 18:30 (UTC) |
Dependencies (21)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libxcrypt-compat
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-networkauth
- qt6-speech
- qt6-svg
- qt6-tools
- v4l-utils (v4l-utils-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- coreutils (coreutils-gitAUR, coreutils-uutilsAUR, coreutils-selinuxAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- nasm (nasm-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python-pystache (python-pystache-gitAUR) (make)
- python-six (make)
- Show 1 more dependencies...
Required by (2)
- linphone-plugin-msx264 (requires linphone)
- lpclic (requires linphone)
Latest Comments
1 2 3 4 5 Next › Last »
coloradoruss commented on 2025-11-29 00:45 (UTC)
Regarding my previous comment, despite deleting, re-downloading, re-making, deleting, ... about 4 or 5 times the other day, I decided to try again today, and it worked. Nothing has changed. Weird, but working...
coloradoruss commented on 2025-11-25 22:45 (UTC) (edited on 2025-11-25 22:47 (UTC) by coloradoruss)
Hello, I am trying to install as follows:
git clone https://aur.archlinux.org/linphone-desktop.git
cd linphone-desktop/
makepkg -s
I have worked through as many dependency issues that popped up, and now I am getting the following error at the end of the makepkg procedure:
The only think I can see that it may be is the lack of a CMakeLists.txt in every external dependency directory:
I have beat my head on the wall for hours trying to figure this out. Any suggestions? Tks
Arc commented on 2025-11-05 23:29 (UTC) (edited on 2025-11-05 23:35 (UTC) by Arc)
I'm getting the same failure that @Flammkuchen raises. And the same changes/additions to PKGBUILD allowed it to build (though not work yet).
Flammkuchen commented on 2025-10-22 07:24 (UTC)
This package fails to build for me with the qt6 dependencies. If I change them to qt5 and add
qt5-quickcontrols2to the dependencies andmesonto the makedepends, it builds and starts.wooptoo commented on 2025-10-20 12:45 (UTC)
Thank you Nathan for maintaining this package
nathanchere commented on 2025-10-20 05:50 (UTC)
Sorry this took a while to fix, the PKGBUILD has now been rewritten from scratch to address several build issues and remove workarounds which are no longer relevant.
daniel7 commented on 2025-08-01 12:37 (UTC)
Thanks for commenting on this and bringing my attention to it.
It seems that something in Arch has changed and is now conflicting. I don't think it makes much sense to try to fix the 5.2.6 version now, as I assume the next stable version is around the corner. For now, I'm going to upgrade the package to version 6 beta, since this linphone-desktop version is quite old anyway (even though it's still the latest stable release and this AUR package should track the stable release).
I'm currently having some build problems that I hope to fix soon.
elvisman113 commented on 2025-07-31 20:03 (UTC)
After applying the
-DCMAKE_POLICY_VERSION_MINIMUM=3.5to thePKGBUILD, I'm getting a build error:dashall commented on 2025-05-25 11:08 (UTC) (edited on 2025-05-25 11:09 (UTC) by dashall)
recent cmake needs an additional flag to build successfully
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
add it into PKGBUILD build section:
build() {
cmake .. -DCMAKE_BUILD_PARALLEL_LEVEL=$(nproc) -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_POLICY_VERSION_MINIMUM=3.5
traibr commented on 2024-09-29 16:10 (UTC) (edited on 2024-09-29 18:00 (UTC) by traibr)
Hi Daniel, I've run into a problem installing this package, I've raised an incident request on the ArchLinux Forum - https://bbs.archlinux.org/viewtopic.php?id=299835 for more details, sorry I couldn't break it down very well in the AUR package repository comments box.
Building ver.: 0.0.1763 Packaging for: amd-64 CMake Error at linphone-sdk/external/mbedtls/CMakeLists.txt:314 (message):
/home/<USERNAME>/aur-package/linphone-desktop/src/linphone-desktop/linphone-sdk/external/mbedtls/framework/CMakeLists.txt not found. Run
git submodule update --initfrom the source tree to fetch the submodule contents.-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...
1 2 3 4 5 Next › Last »