2012-05-07 12:43:12 +02:00
|
|
|
config BR2_PACKAGE_LINPHONE
|
|
|
|
bool "linphone"
|
|
|
|
select BR2_PACKAGE_LIBEXOSIP2
|
|
|
|
select BR2_PACKAGE_SPEEX
|
2012-06-03 21:25:00 +02:00
|
|
|
select BR2_PACKAGE_ORTP
|
|
|
|
select BR2_PACKAGE_MEDIASTREAMER
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # mediastreamer
|
2012-12-11 01:39:00 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # ortp
|
2013-03-01 01:21:16 +01:00
|
|
|
depends on BR2_USE_MMU # libeXosip2
|
2013-10-09 14:22:37 +02:00
|
|
|
depends on BR2_INET_IPV6 # mediastreamer
|
2012-05-07 12:43:12 +02:00
|
|
|
help
|
|
|
|
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
|
|
|
|
|
|
|
With linphone you can communicate freely with people over
|
|
|
|
the internet, with voice, video, and text instant messaging.
|
|
|
|
Linphone makes use of the SIP protocol, an open standard
|
|
|
|
for internet telephony. You can use Linphone with any SIP
|
|
|
|
VoIP operator, including our free SIP audio/video service.
|
|
|
|
linphone is free-software (or open-source), you can download
|
|
|
|
and redistribute it freely.
|
|
|
|
Linphone is available for desktop computers: Linux, Windows,
|
|
|
|
MacOSX, and for mobile phones: Android, iPhone, Blackberry.
|
|
|
|
|
|
|
|
Linphone support in Buildroot is limited to the commandline
|
|
|
|
client, linphonec, and video support is not enabled.
|
|
|
|
|
|
|
|
http://www.linphone.org/
|
2012-06-03 21:25:00 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "linphone needs a toolchain w/ threads, C++, IPv6"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-10-09 14:22:37 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
!BR2_INET_IPV6
|