Package Details: liblinphone-git 5.1.0.alpha.r55.g59940f045-1

Git Clone URL: https://aur.archlinux.org/liblinphone-git.git (read-only, click to copy)
Package Base: liblinphone-git
Description: A Voice-over-IP phone library and CLI
Upstream URL: http://www.linphone.org
Licenses: GPL
Conflicts: liblinphone
Provides: liblinphone
Submitter: thrasibule
Maintainer: None
Last Packager: thrasibule
Votes: 15
Popularity: 0.000000
First Submitted: 2020-09-10 02:09 (UTC)
Last Updated: 2021-09-02 11:53 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

CircleCode commented on 2020-03-28 13:13 (UTC)

you need to install ortp-git

It's indeed better with this one (maybe then you should upgrade the ortp dependency to >=4.4?)

I am now facing a new error:

src/conference/session/tone-manager.cpp:608:41: error: 'MS_SND_CARD_STREAM_DTMF' was not declared in this scope; did you mean 'MS_SND_CARD_STREAM_RING'?
  608 |   ms_snd_card_set_stream_type(ringcard, MS_SND_CARD_STREAM_DTMF);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~
      |                                         MS_SND_CARD_STREAM_RING
make[2]: *** [src/CMakeFiles/linphone.dir/build.make:899: src/CMakeFiles/linphone.dir/conference/session/tone-manager.cpp.o] Error 1

thrasibule commented on 2020-03-28 01:52 (UTC)

you need to install ortp-git

CircleCode commented on 2020-03-27 19:23 (UTC)

build fails with following errors:

src/linphone/src/conference/session/ms2-streams.h:94:2: error: 'RtpBundle' does not name a type
   94 |  RtpBundle *createOrGetRtpBundle(const SalStreamDescription *sd);
      |  ^~~~~~~~~
src/linphone/src/conference/session/ms2-streams.h:110:2: error: 'RtpBundle' does not name a type
  110 |  RtpBundle *mRtpBundle = nullptr;
      |  ^~~~~~~~~
make[2]: *** [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:184: coreapi/CMakeFiles/linphone-coreapi.dir/callbacks.c.o] Error 1

I do not know if I can report it upstream because I do not find where the build process you're using is documented.

PedroHLC commented on 2020-03-21 20:01 (UTC)

From a clean chroot I got:

CMake Error at cmake/Tools.cmake:31 (message):
  'six' python module not found

Add python-six as a dependency.

But anyway it failed in the building...

thrasibule commented on 2020-01-21 01:29 (UTC)

@ellypsis. Looked like you filed the wrong repo (should be linphone, not linphone-desktop). Anyway, upstream is not very responsive to bug reports so I doubt you'll get an answer. I think the bug is caused by the new version of doxygen. I get the same error as you with doxygen-1.8.17, but it compiles fine with doxygen-1.8.16

ellypsis commented on 2020-01-10 10:38 (UTC) (edited on 2020-01-10 10:39 (UTC) by ellypsis)

I have an issue making the package. I post on github : https://github.com/BelledonneCommunications/linphone-desktop/issues/308

bdumont commented on 2019-12-21 11:04 (UTC)

Sorry, I should have provided the link in my first comment. I found this one : https://gitlab.linphone.org/BC/public/mediastreamer2/commit/67d341952dd67c77b5e02d38337d0efa636cbacb, which corresponds to this one in the Github repository : https://github.com/BelledonneCommunications/mediastreamer2/commit/67d341952dd67c77b5e02d38337d0efa636cbacb

aquilarubra commented on 2019-12-21 10:13 (UTC)

"The commit that defined the missing variable was made in both the Github and Gitlab repositories"
Which is this commit? There is another package, linphone-desktop-all, which has the same issue, and compiles neither with mediastreamer nor with mediastreamer-git

bdumont commented on 2019-12-21 10:09 (UTC)

I had mediastreamer 4.3 installed through pacman, it may explain the issue.

aquilarubra commented on 2019-12-21 09:43 (UTC)

For me it worked only with mediastreamer-git