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

1 2 3 4 5 6 Next › Last »

MarsSeed commented on 2023-06-17 17:57 (UTC)

Please revise the build, some additional dependencies seem to be needed by default config options (e.g. soci for default ENABLE_DB_STORAGE)

Please also don't disable FlexiAPI as it is needed for some account management tasks now. (Enabling it requires jsoncpp-cmake.)

reclusivesage commented on 2021-06-30 22:37 (UTC) (edited on 2021-06-30 22:39 (UTC) by reclusivesage)

After getting lime-git installed, I encountered an error about the c-recorder.cpp when building this package:

[ 33%] Building CXX object src/CMakeFiles/linphone.dir/c-wrapper/api/c-search-result.cpp.o
In file included from /home/uSER/AUR/liblinphone-git/src/linphone/src/c-wrapper/api/c-recorder.cpp:24:
/home/uSER/AUR/liblinphone-git/src/linphone/src/recorder/recorder.h:24:10: fatal error: mediastreamer2/msmediarecorder.h: No such file or directory
   24 | #include <mediastreamer2/msmediarecorder.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/linphone.dir/build.make:664: src/CMakeFiles/linphone.dir/c-wrapper/api/c-recorder.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 33%] Building CXX object src/CMakeFiles/linphone.dir/c-wrapper/internal/c-sal.cpp.o
make[2]: Leaving directory '/home/uSER/AUR/liblinphone-git/src/build'
make[1]: *** [CMakeFiles/Makefile2:399: src/CMakeFiles/linphone.dir/all] Error 2
make[1]: Leaving directory '/home/uSER/AUR/liblinphone-git/src/build'
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/home/uSER/AUR/liblinphone-git/src/build'
==> ERROR: A failure occurred in build().
    Aborting...

The full output is here (since there were many earlier warnings, though I'm guessing not all is required and the most relevant info is at the very end): https://bin.httpjames.space/?be10d96596947af7#5QZBokKDN6WgsPM4p5DPpkzPfRQBWvbt78A9etAshqtH

AndyM48 commented on 2021-06-21 09:40 (UTC)

I am getting the following build error:

CMake Error at CMakeLists.txt:202 (find_package):
  By not providing "Findjsoncpp.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "jsoncpp", but
  CMake did not find one.

  Could not find a package configuration file provided by "jsoncpp" with any
  of the following names:

    jsoncppConfig.cmake
    jsoncpp-config.cmake

  Add the installation prefix of "jsoncpp" to CMAKE_PREFIX_PATH or set
  "jsoncpp_DIR" to a directory containing one of the above files.  If
  "jsoncpp" provides a separate development package or SDK, be sure it has
  been installed.

Manifest0 commented on 2021-01-27 07:59 (UTC)

When compiling this package i'm having the error:

[ 76%] Linking CXX executable linphonec
/usr/bin/ld: /usr/lib/libbelcard.so.1: undefined reference to `belr::Recognizer::feed(std::shared_ptr<belr::ParserContextBase> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long)'
collect2: error: ld returned 1 exit status

Manifest0 commented on 2020-12-17 22:07 (UTC)

Shouldn't all the linphone related deps of this pkgbuild be the "-git" ones?

belcard-git belle-sip-git bzrtp-git lime-git mediastreamer-git ortp-git soci-git

thrasibule commented on 2020-09-08 01:27 (UTC)

@DAC324, these are just warnings, that's not the case of the error. You probably need to rebuild belle-sip-git and mediastreamer-git.

DAC324 commented on 2020-09-07 12:18 (UTC) (edited on 2020-09-07 12:20 (UTC) by DAC324)

Build fails with:

In file, invoked by /var/tmp/pamac-build-gerd/linphone-git/src/linphone/include/linphone/core.h:65,
                 von /var/tmp/pamac-build-gerd/linphone-git/src/linphone/coreapi/account_creator.c:21:
/var/tmp/pamac-build-gerd/linphone-git/src/linphone/include/linphone/xmlrpc.h:267:64: note: declared here
  267 | LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneXmlRpcRequestCbs * linphone_xml_rpc_request_get_callbacks(const LinphoneXmlRpcRequest request);
      |                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]:  [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:82: coreapi/CMakeFiles/linphone-coreapi.dir/account_creator.c.o] Error 1
make[1]: ** [CMakeFiles/Makefile2:395: coreapi/CMakeFiles/linphone-coreapi.dir/all] Error 2
make:  [Makefile:149: all] Error 2

Manifest0 commented on 2020-04-18 14:32 (UTC)

Figure it out. I had belle-sip installed instead of belle-sip-git. After i installed belle-sip-git, i was able to build linphone-git :-)

Manifest0 commented on 2020-04-17 09:53 (UTC)

Unfortunately this isn't compiling :-(

Am i missing something?

/data/tmp/linphone-git/src/linphone/include/linphone/proxy_config.h:416:42: note: declared here
  416 | LINPHONE_PUBLIC LINPHONE_DEPRECATED void linphone_proxy_config_destroy(LinphoneProxyConfig *cfg);
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:83: coreapi/CMakeFiles/linphone-coreapi.dir/account_creator.c.o] Erro 1
make[1]: *** [CMakeFiles/Makefile2:411: coreapi/CMakeFiles/linphone-coreapi.dir/all] Erro 2
make: *** [Makefile:150: all] Erro 2
==> ERRO: Uma falha ocorreu em build().
    A cancelar...
:: Unable to build linphone-git - makepkg exited with code: 4

thrasibule commented on 2020-03-28 13:32 (UTC)

same thing with mediastreamer-git... I'll bump the dependencies in the PKGBUILD.