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 »

eyenx commented on 2018-08-09 12:08 (UTC)

any updates on this @thrasibule

thrasibule commented on 2018-07-13 14:51 (UTC)

@frealgagu, @eyenx. Compilation seems to be broken at the moment. Even with the new dependencies, compilation fails for me. It also needs master version of soci which is not in AUR yet, I would need to add a soci-git package. I'm going to wait a little bit to see if upstream fixes it, otherwise, I'll probably force to use a specific commit, where the code can compile.

eyenx commented on 2018-07-10 12:37 (UTC)

soci should be added to the Dependencies.

frealgagu commented on 2018-06-27 03:21 (UTC) (edited on 2018-06-27 03:23 (UTC) by frealgagu)

Looks like xsd is a new dependency for this package.

-- Found XercesC: /usr/lib/libxerces-c.so (found version "3.2.1") 
CMake Error at /usr/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find LibXsd (missing: LIBXSD_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindLibXsd.cmake:43 (find_package_handle_standard_args)
  CMakeLists.txt:137 (find_package)


-- Configuring incomplete, errors occurred!
See also "src/linphone/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
    Aborting...

Even installing xsd, other error happen installing...

[ 55%] Building CXX object src/CMakeFiles/linphone.dir/db/abstract/abstract-db.cpp.o
In file included from src/linphone/src/db/abstract/abstract-db-p.h:24,
                 from src/linphone/src/db/abstract/abstract-db.cpp:28:
src/linphone/src/db/session/db-session.h:23:10: fatal error: soci/soci.h: No such file or directory
 #include <soci/soci.h>
          ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/linphone.dir/build.make:1064: src/CMakeFiles/linphone.dir/db/abstract/abstract-db.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:345: src/CMakeFiles/linphone.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

frealgagu commented on 2018-05-16 18:50 (UTC)

I've uninstalled every package and installed again and it works. Thank you.

thrasibule commented on 2018-05-16 16:45 (UTC)

@frealgagu Did you try to recompile mediastreamer-git? linphone-git compiles fine here.

frealgagu commented on 2018-05-16 14:55 (UTC)

ffmpeg3.4 should be the dependency (instead of just ffmpeg) because it contains libswscale.so.4 which is the version than linphone needs. That applies also to linphone-desktop

frealgagu commented on 2018-05-09 23:07 (UTC)

The following error is happening:

[ 17%] Building CXX object coreapi/CMakeFiles/linphone.dir/bellesip_sal/sal_sdp.c.o
/tmp/aur/linphone-git/src/linphone/coreapi/bellesip_sal/sal_sdp.c: In function ‘SalStreamDescription* sdp_to_stream_description(SalMediaDescription*, belle_sdp_media_description_t*)’:
/tmp/aur/linphone-git/src/linphone/coreapi/bellesip_sal/sal_sdp.c:822:11: error: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 63 bytes from a string of length 255 [-Werror=stringop-truncation]
    strncpy(stream->rtcp_addr, tmp, sizeof(stream->rtcp_addr)-1);
    ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘void sdp_parse_media_crypto_parameters(belle_sdp_media_description_t*, SalStreamDescription*)’,
    inlined from ‘SalStreamDescription* sdp_to_stream_description(SalMediaDescription*, belle_sdp_media_description_t*)’ at /tmp/aur/linphone-git/src/linphone/coreapi/bellesip_sal/sal_sdp.c:847:36:
/tmp/aur/linphone-git/src/linphone/coreapi/bellesip_sal/sal_sdp.c:517:14: error: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 127 bytes from a string of length 255 [-Werror=stringop-truncation]
      strncpy ( stream->crypto[valid_count].master_key, tmp2, sizeof(stream->crypto[valid_count].master_key)-1 );
      ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘void sdp_parse_media_ice_parameters(belle_sdp_media_description_t*, SalStreamDescription*)’,
    inlined from ‘SalStreamDescription* sdp_to_stream_description(SalMediaDescription*, belle_sdp_media_description_t*)’ at /tmp/aur/linphone-git/src/linphone/coreapi/bellesip_sal/sal_sdp.c:859:32:
/tmp/aur/linphone-git/src/linphone/coreapi/bellesip_sal/sal_sdp.c:569:13: error: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 63 bytes from a string of length 63 [-Werror=stringop-truncation]
      strncpy(remote_candidate->addr, candidate.addr, sizeof(remote_candidate->addr)-1);
      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [coreapi/CMakeFiles/linphone.dir/build.make:258: coreapi/CMakeFiles/linphone.dir/bellesip_sal/sal_sdp.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:181: coreapi/CMakeFiles/linphone.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

zeroflag commented on 2018-04-24 06:12 (UTC)

Please, note that this is the CLI version only. The GUI can be provided by the "linphone-desktop-git" package, though. Please, update this in the package description accordingly, thanks.