[xiph-commits] r8918 - icecast/trunk/shout-python

brendan at motherfish-iii.xiph.org brendan at motherfish-iii.xiph.org
Mon Feb 14 11:19:54 PST 2005


Author: brendan
Date: 2005-02-14 11:19:53 -0800 (Mon, 14 Feb 2005)
New Revision: 8918

Modified:
   icecast/trunk/shout-python/example.py
   icecast/trunk/shout-python/setup.py
   icecast/trunk/shout-python/shout.c
Log:
set svn:keywords, update URL



Property changes on: icecast/trunk/shout-python/example.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: icecast/trunk/shout-python/setup.py
===================================================================
--- icecast/trunk/shout-python/setup.py	2005-02-14 19:03:51 UTC (rev 8917)
+++ icecast/trunk/shout-python/setup.py	2005-02-14 19:19:53 UTC (rev 8918)
@@ -55,7 +55,7 @@
 setup (name = 'shout-python',
        version = ver,
        description = 'Bindings for libshout 2',
-       url = 'http://xiph.org/~brendan/shout-python/',
+       url = 'http://icecast.org/download.php',
        author = 'Brendan Cully',
        author_email = 'brendan at xiph.org',
        ext_modules = [shout])


Property changes on: icecast/trunk/shout-python/setup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: icecast/trunk/shout-python/shout.c
===================================================================
--- icecast/trunk/shout-python/shout.c	2005-02-14 19:03:51 UTC (rev 8917)
+++ icecast/trunk/shout-python/shout.c	2005-02-14 19:19:53 UTC (rev 8918)
@@ -1,5 +1,5 @@
 /* shout.c: python bindings to libshout
- * Copyright (c) 2003 Brendan Cully <brendan at xiph.org>
+ * Copyright (c) 2003,5 Brendan Cully <brendan at xiph.org>
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Library General Public
@@ -16,7 +16,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  *  Boston, MA  02111-1307  USA.
  *
- * $Id: shout.c,v 1.3 2003/07/13 17:29:53 brendan Exp $
+ * $Id$
  */
 
 #include <Python.h>


Property changes on: icecast/trunk/shout-python/shout.c
___________________________________________________________________
Name: svn:keywords
   + Id



More information about the commits mailing list