[Lunar-commits] r17271 - moonbase/trunk/zbeta/gaim-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Nov 12 00:50:59 UTC 2005
Author: v3rt1g0
Date: 2005-11-12 00:50:55 +0000 (Sat, 12 Nov 2005)
New Revision: 17271
Removed:
moonbase/trunk/zbeta/gaim-cvs/CONFIGURE
Modified:
moonbase/trunk/zbeta/gaim-cvs/BUILD
moonbase/trunk/zbeta/gaim-cvs/DEPENDS
moonbase/trunk/zbeta/gaim-cvs/DETAILS
Log:
Module Overhaul: gaim-cvs
* Completely reworked this module as the code in cvs is now
what will become gaim 2.0.
* Reworked the dependancies to match the new build system.
* cleaned up the BUILD file and reworked it so that the
CONFIGURE file is no longer needed.
* I've found it to be stable, but there are obvious things still
wrong or not yet implemented. If you do try this, remember
that it WILL clobber your .gaim/ unless you move it out of
the way!
* When gaim 2. finally does come out, we can use this module as
a guideline to update the real 'gaim' module.
compiled/tested: gcc-3.4.4 | glibc-2.3.5 | kernel headers 2.6.x
Modified: moonbase/trunk/zbeta/gaim-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/gaim-cvs/BUILD 2005-11-11 22:14:01 UTC (rev 17270)
+++ moonbase/trunk/zbeta/gaim-cvs/BUILD 2005-11-12 00:50:55 UTC (rev 17271)
@@ -1,16 +1,8 @@
(
- verbose_msg "CFLAGS=$CFLAGS" &&
- verbose_msg "OPTS=$OPTS" &&
- ./autogen.sh --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-gtk2 \
- --disable-artsc \
- $OPTS &&
- default_make
-
+ # vv and truespeech are breaking as of 11Nov05
+ OPTS="$OPTS --disable-vv --disable-truespeech"
+
+ default_cvs_build
+
) > $C_FIFO 2>&1
Deleted: moonbase/trunk/zbeta/gaim-cvs/CONFIGURE
Modified: moonbase/trunk/zbeta/gaim-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/gaim-cvs/DEPENDS 2005-11-11 22:14:01 UTC (rev 17270)
+++ moonbase/trunk/zbeta/gaim-cvs/DEPENDS 2005-11-12 00:50:55 UTC (rev 17271)
@@ -1,36 +1,45 @@
-depends gtk+-2 &&
+depends gtk+-2 &&
-optional_depends "mozilla" \
- "--enable-gnutls=no \
- --with-nspr-libs=/usr/lib/mozilla/ \
- --with-nspr-includes=/usr/include/mozilla/nspr/ \
- --with-nss-libs=/usr/lib/mozilla/ \
- --with-nss-includes=/usr/include/mozilla/nss/ \
- --enable-nss=yes" \
- "" \
- "-*required* for msn support (say 'n' to gnutls if you say 'y' here)" &&
+optional_depends "gettext" "" "--disable-nls" \
+ "for NLS support within gaim" &&
-optional_depends "gnutls" \
- "--enable-nss=no --enable-gnutls=yes" \
- "" \
- "- *required* for msn support (say 'y' here if you said 'n' to mozilla)" &&
+optional_depends "howl" "" "" \
+ "for Howl support in the Bonjour plugin" &&
-optional_depends "audiofile" \
- "--enable-audiofile" \
- "--disable-audiofile" \
- "to play aiff, snd, wave, and au files" &&
+optional_depends "dbus" "--enable-dbus" "" \
+ "for remote contol of gaim via gaim-remote" &&
-optional_depends "esound" \
- "--enable-esd" \
- "--disable-esdtest" \
- "to enable enlightenment sound daemon for output" &&
+optional_depends "mono" "" "--disable-mono" \
+ "for Mono runtime support" &&
-optional_depends "gtkspell" \
- "--enable-gtkspell" \
- "--disable-gtkspell" \
- "to enable spell checking" &&
+optional_depends "gtkspell" "" "--disable-gtkspell" \
+ "for inline message spellcheck support" &&
-optional_depends "perl" \
- "--enable-perl" \
- "--disable-perl" \
- "to enable perl plugin support"
+optional_depends "audiofile" "" "" \
+ "for sound support using audiofile" &&
+
+optional_depends "libao" "" "" \
+ "for sound support using libao" &&
+
+optional_depends "speex" "" "" \
+ "for voice chat support" &&
+
+optional_depends "evolution" "" "--disable-gevolution" \
+ "for the Gaim-Evolution plugin" &&
+
+optional_depends "startup-notification" \
+ "" "--disable-startup-notification" \
+ "for window manager startup notification support" &&
+
+# MSN suuport needs either nns/nspr or gnutls
+optional_depends "mozilla" \
+ "--enable-gnutls=no \
+ --with-nspr-libs=/usr/lib/mozilla/ \
+ --with-nspr-includes=/usr/include/mozilla/nspr/ \
+ --with-nss-libs=/usr/lib/mozilla/ \
+ --with-nss-includes=/usr/include/mozilla/nss/ \
+ --enable-nss=yes" "" \
+ "-*required* for msn support (say 'n' to gnutls if you say 'y' here)" &&
+
+optional_depends "gnutls" "--enable-nss=no --enable-gnutls=yes" "" \
+ "- *required* for msn support (say 'y' here if you said 'n' to mozilla)"
Modified: moonbase/trunk/zbeta/gaim-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/gaim-cvs/DETAILS 2005-11-11 22:14:01 UTC (rev 17270)
+++ moonbase/trunk/zbeta/gaim-cvs/DETAILS 2005-11-12 00:50:55 UTC (rev 17271)
@@ -1,13 +1,18 @@
- MODULE=gaim-cvs
- VERSION=beta
- SOURCE=$MODULE-$VERSION.tar.bz2
+ MODULE=gaim-cvs
+ VERSION=beta
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gaim
-SOURCE_URL=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gaim:gaim
- WEB_SITE=http://gaim.sourceforge.net/
- ENTERED=20021223
- UPDATED=`date -u +%Y%m%d`
- SHORT="See gaim"
+ SOURCE_URL=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gaim:gaim
+ WEB_SITE=http://gaim.sourceforge.net/
+ ENTERED=20021223
+ UPDATED=`date -u +%Y%m%d`
+ SHORT="the CVS (development) version of gaim"
+
cat << EOF
-This is the cvs version of gaim, which is way ahead of the stable one
-usually!
+Gaim 2.0 is a modular messaging client capable of using AIM, MSN, Yahoo!,
+Jabber, ICQ, IRC, SILC, Novell GroupWise, Zephyr, and Gadu-Gadu all at
+once. It is written using gtk+-2 and is licenses under the GNU GPL.
+
+This is the cvs version of gaim 2.0. Gaim 2.0 is a major overhaul to
+the application from what gaim 1.x is.
EOF
More information about the Lunar-commits
mailing list