[Lunar-commits] CVS: moonbase/libs/loudmouth DEPENDS, NONE,
	1.1 DETAILS, 1.11, 1.12
    Chad Kittel 
    v3rt1g0 at lunar-linux.org
       
    Wed Nov 17 14:39:25 UTC 2004
    
    
  
Update of /var/cvs/lunar/moonbase/libs/loudmouth
In directory espresso.foo-projects.org:/tmp/cvs-serv9352/loudmouth
Modified Files:
	DETAILS 
Added Files:
	DEPENDS 
Log Message:
Version bump.  Changed the source url as the old one was giving me 
strange wget results (as in it grabbed the source twice, but in the end 
lunar said it never grabbed it.. *shrug*).  Also added some missing 
dependancies.
--- NEW FILE: DEPENDS ---
depends "glib-2" &&
optional_depends "gnutls" "" "--with-ssl=no" "for SSL capabilities"        &&
optional_depends "gtk-doc" "--enable-gtk-doc" "" "for extra documentation" &&
optional_depends "gtk-sharp" "" "" "for C# (mono) support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/loudmouth/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS	5 Oct 2004 09:30:11 -0000	1.11
+++ DETAILS	17 Nov 2004 14:39:23 -0000	1.12
@@ -1,13 +1,15 @@
-           MODULE=loudmouth
-         VERSION=0.17.1
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/0.17/
-      SOURCE_VFY=sha1:04618ce612de132a5f215c10e23fe80e1e3463e1 
+          MODULE=loudmouth
+         VERSION=0.17.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://ftp.imendio.com/pub/imendio/loudmouth/src/
+      SOURCE_VFY=sha1:5774717c0c8d75c3c0afed8ec08408a13c9827cb
         WEB_SITE=http://www.imendio.com/projects/loudmouth/
          ENTERED=20030719
-         UPDATED=20040906
-           SHORT="Loudmouth is a library for gossip a Gnome Jabber 
-Clone"
+         UPDATED=20041117
+           SHORT="A small C library for writing Jabber clients using GLib"
+
 cat << EOF
-Loudmouth is a library for gossip a Gnome Jabber Clone
+Loudmouth is a lightweight and easy-to-use C library for programming
+with the Jabber protocol. It's designed to be easy to get started with
+and yet extensible to let you do anything the Jabber protocol allows.
 EOF
    
    
More information about the Lunar-commits
mailing list