Package Details: linphone-desktop 5.2.4-1

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
Provides: linphone
Submitter: Megver83
Maintainer: daniel7
Last Packager: daniel7
Votes: 10
Popularity: 0.30
First Submitted: 2020-07-23 05:07 (UTC)
Last Updated: 2024-04-13 11:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

Megver83 commented on 2020-08-03 17:08 (UTC) (edited on 2020-08-03 17:08 (UTC) by Megver83)

I'll see if I can make a patch for this, anyways.

Here it is: 0003-remove-bc_compute_full_version-usage.patch

Megver83 commented on 2020-08-02 22:38 (UTC) (edited on 2020-09-07 13:13 (UTC) by Megver83)

FYI, I maintain binary builds in Parabola GNU/Linux-libre, you can get it from here -> https://www.parabola.nu/packages/pcr/x86_64/linphone-desktop/ (it's also for i686)

To install it, just run:

$ pacman -U https://www.parabola.nu/packages/pcr/x86_64/linphone-desktop/download/

All its dependencies are built in Parabola too, and you can get them from there, however you may want this only if linphone-desktop is causing some trouble at build.

If you're having trouble with the signing key, you may want to download and then install the local package. For this, do the following:

$ wget --content-disposition 'https://www.parabola.nu/packages/pcr/x86_64/linphone-desktop/download/'
$ pacman -U linphone-desktop-4.2.2-1-x86_64.pkg.tar.xz

This example is for Linphone 4.2.2. Change the version accordingly

Megver83 commented on 2020-07-30 20:21 (UTC)

@wazlecracker you must build it in an environment without git installed, in my case I did it in a clean chroot (you can use devtools' makechrootpkg for this).

I'll see if I can make a patch for this, anyways.

<deleted-account> commented on 2020-07-30 20:16 (UTC)

Getting the following error when trying to build:

CMake Error at /usr/share/bctoolbox/cmake/bctoolboxCMakeUtils.cmake:162 (message):
invalid git describe version: ''
Call Stack (most recent call first):
linphone-app/build/CMakeLists.txt:49 (bc_compute_full_version)