Search Criteria
Package Details: linphone-desktop-appimage-stable 6.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linphone-desktop-appimage-stable.git (read-only, click to copy) |
---|---|
Package Base: | linphone-desktop-appimage-stable |
Description: | A free VoIP and video softphone based on the SIP protocol (AppImage version. Stable release) |
Upstream URL: | https://www.linphone.org |
Licenses: | GPL2 |
Conflicts: | linphone-desktop-all, linphone-desktop-all-git, linphone-desktop-appimage, linphone-desktop-git, linphone-git |
Provides: | linphone, linphone-desktop |
Submitter: | thomasandres |
Maintainer: | thomasandres |
Last Packager: | thomasandres |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-21 17:39 (UTC) |
Last Updated: | 2025-06-17 17:21 (UTC) |
Dependencies (1)
Required by (2)
- linphone-plugin-msx264 (requires linphone)
- lpclic (requires linphone)
Latest Comments
simplecard commented on 2025-08-24 14:22 (UTC)
This package downloads linphone version 6.0.0 aka "CallEdition", which introduces a whole new UI design but also lacks features such as the ability to customize your own custom ringphone. Perhaps the package maintainer could make that clear in the packages description.
emceebois commented on 2024-02-06 03:36 (UTC)
A workaround to this was to edit PKGBUILD to enclose
https://www.linphone.org/releases/linux/app/Linphone-${pkgver}.AppImage
in double-quotes instead of single-quotes. Not sure if that violates some best practice for PKGBUILD files.emceebois commented on 2024-02-05 23:22 (UTC)
The pkgver function seems to be failing with the latest update. Here's the output when I try to install with a clean build:
https://pastebin.com/rmW9mjhF
tl;dr - There's a 404 because it's literally trying to find "Linphone-${pkgver}.AppImage" without replacement.
dreieck commented on 2023-12-22 15:03 (UTC)
Can you please add
linphone=${pkgver}
to theprovides
array?And if there is no
/usr/bin/linphone
, can you create one, as it has been in the past?There are packages that depend on
linphone
.Thanks for maintaining!
calamity commented on 2021-11-11 00:46 (UTC) (edited on 2021-11-11 00:46 (UTC) by calamity)
What is the purpose of the pkgver() function? I don't see it for this package. Instead it makes the build fail in a case like right now, when the pkgver variable is not the latest version available.
Thanks for the package tho.