network/linphone: Fixed dep information

This commit is contained in:
ponce 2012-08-24 19:23:05 +02:00
parent 89b8c6162e
commit e100a6cb43
2 changed files with 3 additions and 5 deletions

View file

@ -4,7 +4,5 @@ with most SIP clients and gateways. It uses various audio and
video codecs such as Speex, GSM, G711, ilbc, Theora, H263-1998,
MPEG4, and snow.
Linphone requires libosip2, libeXosip2 and speex. For video support
you'll also need ffmpeg. To enable support for video just pass
VIDEO=yes to the script.
All depenencies are available from SlackBuilds.org
For video support you need the optional dependency ffmpeg.
To enable support for video just pass VIDEO=yes to the script.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/source
MD5SUM="4be6e940372dba1f6793aef849c1ff0d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg gsm ilbc libeXosip2 libosip2 speex"
REQUIRES="libeXosip2 libosip2 speex"
MAINTAINER="Eugene Wissner"
EMAIL="belka.ew@gmail.com"