summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/linphone/README6
-rw-r--r--network/linphone/linphone.info2
2 files changed, 3 insertions, 5 deletions
diff --git a/network/linphone/README b/network/linphone/README
index bf905f5437..22a3ebe07d 100644
--- a/network/linphone/README
+++ b/network/linphone/README
@@ -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.
diff --git a/network/linphone/linphone.info b/network/linphone/linphone.info
index acef43d187..698de73293 100644
--- a/network/linphone/linphone.info
+++ b/network/linphone/linphone.info
@@ -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"