[Lunar-commits] r17681 - moonbase/trunk/zbeta/gaim-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Sat Dec 17 03:31:03 UTC 2005


Author: v3rt1g0
Date: 2005-12-17 03:31:02 +0000 (Sat, 17 Dec 2005)
New Revision: 17681

Modified:
   moonbase/trunk/zbeta/gaim-cvs/BUILD
   moonbase/trunk/zbeta/gaim-cvs/DEPENDS
Log:
  Misc Tweak: gaim-cvs (beta)

  * Added support for the Lotus Sametime protocol (via meanwhile)
  * enabled voice chat support (--enable-vv)


Modified: moonbase/trunk/zbeta/gaim-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/gaim-cvs/BUILD	2005-12-17 03:24:39 UTC (rev 17680)
+++ moonbase/trunk/zbeta/gaim-cvs/BUILD	2005-12-17 03:31:02 UTC (rev 17681)
@@ -1,7 +1,7 @@
 (
 
-  # vv and truespeech are breaking as of 11Nov05
-  OPTS="$OPTS --disable-vv --disable-truespeech"
+  # TrueSpeech is breaking (or I'm missing a depends) as of 16Dec05
+  OPTS="$OPTS --disable-truespeech"
 
   default_cvs_build
 

Modified: moonbase/trunk/zbeta/gaim-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/gaim-cvs/DEPENDS	2005-12-17 03:24:39 UTC (rev 17680)
+++ moonbase/trunk/zbeta/gaim-cvs/DEPENDS	2005-12-17 03:31:02 UTC (rev 17681)
@@ -21,12 +21,15 @@
 optional_depends  "libao"      ""               ""                      \
                   "for sound support using libao"                       &&
 
-optional_depends  "speex"      ""               ""                      \
+optional_depends  "speex"      "--enable-vv"    ""                      \
                   "for voice chat support"                              &&
 
 optional_depends  "evolution"  ""               "--disable-gevolution"  \
                   "for the Gaim-Evolution plugin"                       &&
 
+optional_depends  "meanwhile"  ""               ""                      \
+                  "for meanwhile (Lotus Sametime) protocol support"     && 
+
 optional_depends  "startup-notification"                                \
                   ""  "--disable-startup-notification"                  \
                   "for window manager startup notification support"     &&



More information about the Lunar-commits mailing list