[Lunar-commits] r21261 - moonbase/trunk/zbeta/gaim-svn

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Sep 5 03:33:23 UTC 2006


Author: v3rt1g0
Date: 2006-09-05 03:33:23 +0000 (Tue, 05 Sep 2006)
New Revision: 21261

Modified:
   moonbase/trunk/zbeta/gaim-svn/BUILD
   moonbase/trunk/zbeta/gaim-svn/DEPENDS
Log:
  Misc Tidy: gaim-svn (beta)

   * bring the configure options back up to what is in SVN.
     (Video/speech support no longer exists in svn)


Modified: moonbase/trunk/zbeta/gaim-svn/BUILD
===================================================================
--- moonbase/trunk/zbeta/gaim-svn/BUILD	2006-09-05 03:22:38 UTC (rev 21260)
+++ moonbase/trunk/zbeta/gaim-svn/BUILD	2006-09-05 03:33:23 UTC (rev 21261)
@@ -1,8 +1,5 @@
 (
 
-  # TrueSpeech is breaking (or I'm missing a depends) as of 16Dec05
-  OPTS="$OPTS --disable-truespeech"
-
   default_cvs_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/zbeta/gaim-svn/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/gaim-svn/DEPENDS	2006-09-05 03:22:38 UTC (rev 21260)
+++ moonbase/trunk/zbeta/gaim-svn/DEPENDS	2006-09-05 03:33:23 UTC (rev 21261)
@@ -16,28 +16,34 @@
 optional_depends  "gtkspell"   ""               "--disable-gtkspell"    \
                   "for inline message spellcheck support"               &&
 
-optional_depends  "gstreamer-10"  ""            "--disable-gstreamer"   \
+optional_depends  "gstreamer-10"    ""          "--disable-gstreamer"   \
                   "for sound support within the application"            &&
 
-optional_depends  "linphone"   ""               ""                      \
-                  "for limited voice chat support"                      &&
+optional_depends  "evolution"       ""          "--disable-gevolution"  \
+                  "for the Gaim-Evolution plugin"                       &&
 
-optional_depends  "jack"       ""               ""                      \
-                  "for additional voice chat features"                  &&
+optional_depends  "meanwhile"       ""          ""                      \
+                  "for meanwhile (Lotus Sametime) protocol support"     && 
 
-optional_depends  "libsamplerate"  ""           ""                      \
-                  "for additional voice chat features"                  &&
+optional_depends  "libdbi-drivers"  ""          "--disable-cap"         \
+                  "for the Contact Availability Prediction plugin"      &&
 
-optional_depends  "evolution"  ""               "--disable-gevolution"  \
-                  "for the Gaim-Evolution plugin"                       &&
+optional_depends  "libSM"           ""          "--disable-sm"          \
+                  "for X session management support"                    &&
 
-optional_depends  "meanwhile"  ""               ""                      \
-                  "for meanwhile (Lotus Sametime) protocol support"     && 
-
 optional_depends  "startup-notification"                                \
                   ""  "--disable-startup-notification"                  \
                   "for window manager startup notification support"     &&
 
+optional_depends  "perl"       "--enable-perl"  "--disable-perl"        \
+                  "for Perl based plugin support"                       &&
+
+optional_depends  "tcl"       ""                ""                      \
+                  "for TCL based plugin support"                        &&
+
+optional_depends  "tk"        ""                ""                      \
+                  "for TK based plugin support"                         &&
+
 # MSN suuport needs either nns/nspr or gnutls
 optional_depends  "mozilla"                                             \
                   "--enable-gnutls=no                                   \



More information about the Lunar-commits mailing list