summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2009-09-30 15:59:45 +0200
committerArjan Bouter2009-09-30 15:59:45 +0200
commit3b4204337a7e7d01e5049dc3e866c279779abcbb (patch)
tree262eea1d8427e43ba0ecc8e59c78ecb6deb98884
parentaa6991f7140f0c55eef8794faeda201ed7f1c6a4 (diff)
farsight2: added missing deps on gst plugins
-rwxr-xr-xnet/farsight2/DEPENDS5
-rw-r--r--net/farsight2/HISTORY3
2 files changed, 6 insertions, 2 deletions
diff --git a/net/farsight2/DEPENDS b/net/farsight2/DEPENDS
index 866f4b3add..6ffef00cba 100755
--- a/net/farsight2/DEPENDS
+++ b/net/farsight2/DEPENDS
@@ -2,5 +2,6 @@ depends libnice &&
optional_depends python "--enable-python" "--disable-python" "To build python bindings" &&
if is_depends_enabled $SPELL python; then
depends gst-python
-fi
-
+fi &&
+optional_depends gst-plugins-good '' '' 'for the RTP plugin' &&
+optional_depends gst-plugins-bad '' '' 'for the MSN plugin'
diff --git a/net/farsight2/HISTORY b/net/farsight2/HISTORY
index aea1ac7928..994ce75897 100644
--- a/net/farsight2/HISTORY
+++ b/net/farsight2/HISTORY
@@ -1,3 +1,6 @@
+2009-09-30 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS: added missing deps on gst plugins
+
2009-09-25 David Kowis <dkowis@shlrm.org>
* DEPENDS: if there's a python installed it automatically grabs onto
trying to build python bindings. So made an optional dependency of python