Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22985/10.3/main/finkinfo/gnome

Added Files:
        gst-python-0.10-py.patch 
Log Message:
gst stuff to test

--- NEW FILE: gst-python-0.10-py.patch ---
Binary files gst-python-0.10.3/gst/.Makefile.in.swp and 
gst-python-0.10.3-patched/gst/.Makefile.in.swp differ
--- gst-python-0.10.3/gst/Makefile.in   2006-03-21 16:11:33.000000000 -0500
+++ gst-python-0.10.3-patched/gst/Makefile.in   2006-03-23 22:10:19.000000000 
-0500
@@ -127,7 +127,7 @@
 CXXDEPMODE = @CXXDEPMODE@
 CXXFLAGS = @CXXFLAGS@
 CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
+DEFS = @DEFS@ -DNO_IMPORT_PYGOBJECT
 DEPDIR = @DEPDIR@
 ECHO = @ECHO@
 ECHO_C = @ECHO_C@
--- gst-python-0.10.3/gst/common.h      2005-10-11 08:42:53.000000000 -0400
+++ gst-python-0.10.3-patched/gst/common.h      2006-03-23 22:09:17.000000000 
-0500
@@ -54,7 +54,7 @@
     GstIterator *iter;
 } PyGstIterator;
 
-PyTypeObject PyGstIterator_Type;
+extern PyTypeObject PyGstIterator_Type;
 
 
 /* from gst-types.c */
--- gst-python-0.10.3/gst/pygstminiobject.h     2006-03-02 12:31:55.000000000 
-0500
+++ gst-python-0.10.3-patched/gst/pygstminiobject.h     2006-03-23 
22:08:53.000000000 -0500
@@ -45,7 +45,7 @@
 
 #ifndef _INSIDE_PYGSTMINIOBJECT_
 
-struct _PyGObject_Functions *_PyGObject_API;
+extern struct _PyGObject_Functions *_PyGObject_API;
 
 extern PyTypeObject PyGstMiniObject_Type;
 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to