summaryrefslogtreecommitdiffstats
path: root/libraries/opal
diff options
context:
space:
mode:
author ponce2012-08-26 18:14:17 +0200
committer ponce2012-08-26 18:14:17 +0200
commit2a02219ff7fa39ab832665e72918f3fd27fee17e (patch)
tree9751138e32adb37805f9da7093ce535a4131417b /libraries/opal
parent2398707122d8b77e8391b67b51ffff866b8e2dfc (diff)
downloadslackbuilds-2a02219ff7fa39ab832665e72918f3fd27fee17e.tar.gz
libraries/opal: Fixed dep information
Diffstat (limited to 'libraries/opal')
-rw-r--r--libraries/opal/README7
-rw-r--r--libraries/opal/opal.info2
2 files changed, 3 insertions, 6 deletions
diff --git a/libraries/opal/README b/libraries/opal/README
index 6a7a516728..f8ce253d30 100644
--- a/libraries/opal/README
+++ b/libraries/opal/README
@@ -2,8 +2,5 @@ The Open Phone Abstraction Library (OPAL) is a C++ multi-platform,
multi-protocol library for Fax, Video & Voice over IP and other
networks.
-Opal requires ptlib. Speex is also recommended, even though Opal
-ships with its own version. x264 and ffmpeg are optional, but
-highly recommended, for video support.
-
-Celt is also optional.
+Optional dependencies are speex (recommended, even though Opal
+ships with its own version) and celt.
diff --git a/libraries/opal/opal.info b/libraries/opal/opal.info
index 403c1ab1f3..41bbc0c1c8 100644
--- a/libraries/opal/opal.info
+++ b/libraries/opal/opal.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/opalvoip/opal-3.10.3.tar.bz2"
MD5SUM="fb0ed52e8dd56ab5c7d1a9ad2499cba2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="celt ffmpeg ptlib speex x264"
+REQUIRES="ffmpeg ptlib x264"
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"