[Lunar-commits] r26590 - moonbase/trunk/chat/pidgin
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Nov 4 03:57:46 CET 2007
Author: v3rt1g0
Date: 2007-11-04 03:57:46 +0100 (Sun, 04 Nov 2007)
New Revision: 26590
Modified:
moonbase/trunk/chat/pidgin/DEPENDS
moonbase/trunk/chat/pidgin/DETAILS
Log:
Module Version Bump: pidgin (2.2.1 -> 2.2.2)
* varous bug and memory leak fixes
* removed optional depend on mono until the google SoC mono
project hits pidgin. The current mono support is littlerally
useless
* favor avahi over howl.
compiled/tested: gcc-4.1.2 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/chat/pidgin/DEPENDS
===================================================================
--- moonbase/trunk/chat/pidgin/DEPENDS 2007-11-04 02:42:51 UTC (rev 26589)
+++ moonbase/trunk/chat/pidgin/DEPENDS 2007-11-04 02:57:46 UTC (rev 26590)
@@ -17,8 +17,9 @@
optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" \
"for remote contol of pidgin"
-optional_depends "mono" "--enable-mono" "--disable-mono" \
- "for Mono (C#) plugin support"
+# Mono implementation isn't far enough along to make this depends useful
+#optional_depends "mono" "--enable-mono" "--disable-mono" \
+# "for Mono (C#) plugin support"
optional_depends "sqlite" "" "--disable-cap" \
"for the Contact Availability Prediction plugin"
@@ -26,8 +27,8 @@
optional_depends "gettext" "" "--disable-nls" \
"for NLS support within gaim"
-optional_depends "howl" "" "" \
- "for Howl support in the Bonjour plugin"
+optional_depends "avahi" "" "" \
+ "for the Bonjour plugin"
optional_depends "nss" \
"--enable-gnutls=no \
Modified: moonbase/trunk/chat/pidgin/DETAILS
===================================================================
--- moonbase/trunk/chat/pidgin/DETAILS 2007-11-04 02:42:51 UTC (rev 26589)
+++ moonbase/trunk/chat/pidgin/DETAILS 2007-11-04 02:57:46 UTC (rev 26590)
@@ -1,11 +1,11 @@
MODULE=pidgin
- VERSION=2.2.1
+ VERSION=2.2.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:2dc920b156a2ba559108042ac2178f3bb8282e8e
+ SOURCE_VFY=sha1:ff955c3a2509d257c7fda1a48af6bdde439b0d8a
WEB_SITE=http://pidgin.im/
ENTERED=20070506
- UPDATED=20070930
+ UPDATED=20071103
PSAFE="no"
SHORT="a multi-protocol instant messaging application"
More information about the Lunar-commits
mailing list