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: thrasibule
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 »

bdumont commented on 2019-12-17 20:36 (UTC)

Mmh... The commit that defined the missing variable was made in both the Github and Gitlab repositories, and it predates the last build. I can't figure out what happened.

thrasibule commented on 2019-12-17 20:18 (UTC)

mediastreamer-git or mediastreamer in the main repo are actually mediastreamer2.

bdumont commented on 2019-12-17 19:44 (UTC)

Yes, I installed mediastreamer before: it seams to need mediastreamer2 also (or only?).

thrasibule commented on 2019-12-17 19:20 (UTC)

@bdumont linphone already depends on mediastreamer. I'm not sure how you were able to compile it without installing the dependency in the first place.

bdumont commented on 2019-12-17 19:13 (UTC) (edited on 2019-12-21 10:58 (UTC) by bdumont)

Making the package gives the following error :

/home/bastien/build/linphone-git/src/linphone/src/conference/session/media-session.cpp:3368:49: error: ‘MS_RTT_4103_SOURCE_SET_KEEP_ALIVE_INTERVAL’ was not declared in this scope 3368 | ms_filter_call_method(textStream->rttsource, MS_RTT_4103_SOURCE_SET_KEEP_ALIVE_INTERVAL, &interval); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: [src/CMakeFiles/linphone.dir/build.make:869: src/CMakeFiles/linphone.dir/conference/session/media-session.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:472: src/CMakeFiles/linphone.dir/all] Error 2 make: *** [Makefile:130: all] Error 2

Installing mediastreamer2 solves it : https://gitlab.linphone.org/BC/public/mediastreamer2

jose1711 commented on 2019-12-13 21:34 (UTC)

i've spent many hours trying to resolve an issue when i was unable to call linphone running on my pc. the fix was surprisingly easy (= read and don't ignore the warnings):

mkdir ~/.local/share/linphone

maybe this could go into .install script?

Thermi commented on 2019-12-11 14:33 (UTC) (edited on 2019-12-11 14:33 (UTC) by Thermi)

Broken as of now:

make[7]: Entering directory '/home/thermi/.cache/yay/linphone-desktop-all/src/linphone-desktop-4.1.1/WORK/desktop/Build/v4l/ut
ils/rds-ctl'                                                                                                                  
  CXX      rds-ctl.o                                                                                                          
  CXXLD    rds-ctl                                                                                                            
/usr/sbin/ld: rds-ctl.o: in function `print_rds_pi(v4l2_rds const*)':                                                         
rds-ctl.cpp:(.text+0x1f47): undefined reference to `v4l2_rds_get_coverage_str'                                                /usr/sbin/ld: rds-ctl.o: in function `print_rds_data(v4l2_rds const*, unsigned int)':                                         
rds-ctl.cpp:(.text+0x2019): undefined reference to `v4l2_rds_get_pty_str'                                                     /usr/sbin/ld: rds-ctl.cpp:(.text+0x21ae): undefined reference to `v4l2_rds_get_country_str'                                   
/usr/sbin/ld: rds-ctl.cpp:(.text+0x221d): undefined reference to `v4l2_rds_get_language_str'                                  /usr/sbin/ld: rds-ctl.o: in function `read_rds(v4l2_rds*, int, int)':                                                         
rds-ctl.cpp:(.text+0x248a): undefined reference to `v4l2_rds_add'                                                             /usr/sbin/ld: rds-ctl.cpp:(.text+0x24c8): undefined reference to `v4l2_rds_get_group'                                         
/usr/sbin/ld: rds-ctl.o: in function `read_rds_from_fd(int)':                                                                 rds-ctl.cpp:(.text+0x252f): undefined reference to `v4l2_rds_create'                                                          
/usr/sbin/ld: rds-ctl.cpp:(.text+0x25cc): undefined reference to `v4l2_rds_destroy'                                           
collect2: error: ld returned 1 exit status                                                                                    make[7]: *** [Makefile:426: rds-ctl] Error 1

Maniaxx commented on 2019-02-05 00:29 (UTC) (edited on 2019-02-05 00:29 (UTC) by Maniaxx)

Can you add the other codecs as well (AMR, SILK, G729 and H264)?

./prepare.py --all-codecs

thrasibule commented on 2019-01-16 15:42 (UTC)

@dreieck Yes it does. that's why I went to the trouble of writing PKGBUILD for all of those...

dreieck commented on 2019-01-16 15:30 (UTC)

Does it really depend on the -git-versions of bctoolbox, belcard, belle, belr, bzrtp, lime, mediastreamer, ortp, and soci?

If not, I recomend to remove the -git-part in the dependencies, so both the "standard" and the "-git"-versions can be used.