[35705] trunk/dports/gnome/totem

gui_dos at macports.org gui_dos at macports.org
Thu Apr 3 05:55:26 PDT 2008


Revision: 35705
          http://trac.macosforge.org/projects/macports/changeset/35705
Author:   gui_dos at macports.org
Date:     2008-04-03 05:55:23 -0700 (Thu, 03 Apr 2008)

Log Message:
-----------
totem: avoid PyGTK duplicated symbols

Modified Paths:
--------------
    trunk/dports/gnome/totem/Portfile

Added Paths:
-----------
    trunk/dports/gnome/totem/files/patch-bindings-python-totem.override.diff
    trunk/dports/gnome/totem/files/patch-src-plugins-totem-python-module.c.diff

Modified: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile	2008-04-03 11:24:14 UTC (rev 35704)
+++ trunk/dports/gnome/totem/Portfile	2008-04-03 12:55:23 UTC (rev 35705)
@@ -25,7 +25,9 @@
 distname        totem-${version}
 use_bzip2       yes
 patchfiles	patch-src-backend-Makefile.am.diff \
-		patch-src-backend-Makefile.in.diff
+		patch-src-backend-Makefile.in.diff \
+		patch-bindings-python-totem.override.diff \
+		patch-src-plugins-totem-python-module.c.diff
 depends_build   port:pkgconfig
 depends_lib     port:gstreamer \
 		port:p5-xml-parser \

Added: trunk/dports/gnome/totem/files/patch-bindings-python-totem.override.diff
===================================================================
--- trunk/dports/gnome/totem/files/patch-bindings-python-totem.override.diff	                        (rev 0)
+++ trunk/dports/gnome/totem/files/patch-bindings-python-totem.override.diff	2008-04-03 12:55:23 UTC (rev 35705)
@@ -0,0 +1,10 @@
+--- bindings/python/totem.override.orig	2008-01-07 17:06:14.000000000 +0100
++++ bindings/python/totem.override	2008-04-03 14:02:39.000000000 +0200
+@@ -5,6 +5,7 @@
+ 
+ #define NO_IMPORT_PYGOBJECT
+ #include <pygobject.h>
++#define NO_IMPORT_PYGTK
+ #include <pygtk/pygtk.h>
+ 
+ #include "override_common.h"

Added: trunk/dports/gnome/totem/files/patch-src-plugins-totem-python-module.c.diff
===================================================================
--- trunk/dports/gnome/totem/files/patch-src-plugins-totem-python-module.c.diff	                        (rev 0)
+++ trunk/dports/gnome/totem/files/patch-src-plugins-totem-python-module.c.diff	2008-04-03 12:55:23 UTC (rev 35705)
@@ -0,0 +1,10 @@
+--- src/plugins/totem-python-module.c.orig	2008-02-04 12:09:43.000000000 +0100
++++ src/plugins/totem-python-module.c	2008-04-03 14:32:54.000000000 +0200
+@@ -29,6 +29,7 @@
+ #endif
+ 
+ #include <Python.h>
++#define NO_IMPORT_PYGOBJECT
+ #include <pygobject.h>
+ #include <pygtk/pygtk.h>
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080403/09e6ba9f/attachment.html


More information about the macports-changes mailing list