1 config BR2_PACKAGE_LINPHONE
3 select BR2_PACKAGE_LIBEXOSIP2
4 select BR2_PACKAGE_SPEEX
5 depends on BR2_INSTALL_LIBSTDCPP # mediastreamer (bundled)
6 depends on BR2_TOOLCHAIN_HAS_THREADS # ortp (bundled)
7 depends on BR2_USE_MMU # libeXosip2
9 Linphone is an internet phone or Voice Over IP phone (VoIP).
11 With linphone you can communicate freely with people over
12 the internet, with voice, video, and text instant messaging.
13 Linphone makes use of the SIP protocol, an open standard
14 for internet telephony. You can use Linphone with any SIP
15 VoIP operator, including our free SIP audio/video service.
16 linphone is free-software (or open-source), you can download
17 and redistribute it freely.
18 Linphone is available for desktop computers: Linux, Windows,
19 MacOSX, and for mobile phones: Android, iPhone, Blackberry.
21 Linphone support in Buildroot is limited to the commandline
22 client, linphonec, and video support is not enabled.
24 http://www.linphone.org/
26 comment "linphone needs a toolchain w/ threads, C++"
27 depends on BR2_USE_MMU
28 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS