[Lunar-commits] <moonbase> pidgin: add optional voice and video conversation

Duncan Gibson engelsman at lunar-linux.org
Sat Nov 14 10:47:44 CET 2009


commit ee548ec2811c8d7524ba22c390d18335b6b12468
Author: Denis <0lvin at ukr.net>
Date:   Sat Nov 14 10:47:44 2009 +0100

    pidgin: add optional voice and video conversation
---
 chat/pidgin/BUILD   |    3 +--
 chat/pidgin/DEPENDS |    5 +++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/chat/pidgin/BUILD b/chat/pidgin/BUILD
index 29c8adb..20e899d 100644
--- a/chat/pidgin/BUILD
+++ b/chat/pidgin/BUILD
@@ -1,7 +1,6 @@
 (
 
-  # Voice & video need farsight
-  OPTS+=" --disable-nm --disable-vv"  &&
+  OPTS+=" --disable-nm" &&
 
   default_build
 
diff --git a/chat/pidgin/DEPENDS b/chat/pidgin/DEPENDS
index 85d4517..738e6f6 100644
--- a/chat/pidgin/DEPENDS
+++ b/chat/pidgin/DEPENDS
@@ -100,6 +100,11 @@ optional_depends  "tk"  \
                   "--disable-tk"   \
                   "for TK based plugin support"
 
+optional_depends "farsight2" \
+		  ""         \
+                  "--disable-vv" \
+		  "for voice and video support"
+
 # Mono implementation isn't far enough along to make this depends useful
 #optional_depends  "mono"            \
 #                  "--enable-mono"   \


More information about the Lunar-commits mailing list