rpms/totem/devel totem-gmyth-build-fix.patch, NONE, 1.1 totem.spec, 1.157, 1.158

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Feb 4 22:52:59 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23420

Modified Files:
	totem.spec 
Added Files:
	totem-gmyth-build-fix.patch 
Log Message:
Add patch for mythtv build


totem-gmyth-build-fix.patch:

--- NEW FILE totem-gmyth-build-fix.patch ---
Index: src/plugins/mythtv/totem-mythtv.c
===================================================================
--- src/plugins/mythtv/totem-mythtv.c	(revision 5065)
+++ src/plugins/mythtv/totem-mythtv.c	(working copy)
@@ -42,10 +42,10 @@
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
-#include <gmyth_backendinfo.h>
-#include <gmyth_file_transfer.h>
-#include <gmyth_scheduler.h>
-#include <gmyth_util.h>
+#include <gmyth/gmyth_backendinfo.h>
+#include <gmyth/gmyth_file_transfer.h>
+#include <gmyth/gmyth_scheduler.h>
+#include <gmyth/gmyth_util.h>
 
 #define TOTEM_TYPE_MYTHTV_PLUGIN		(totem_mythtv_plugin_get_type ())
 #define TOTEM_MYTHTV_PLUGIN(o)		(G_TYPE_CHECK_INSTANCE_CAST ((o), TOTEM_TYPE_MYTHTV_PLUGIN, TotemMythtvPlugin))


Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- totem.spec	4 Feb 2008 20:55:17 -0000	1.157
+++ totem.spec	4 Feb 2008 22:52:03 -0000	1.158
@@ -62,6 +62,7 @@
 
 # http://bugzilla.gnome.org/show_bug.cgi?id=458324
 Patch0: totem-xul-4.patch
+Patch1: totem-gmyth-build-fix.patch
 
 %description
 Totem is simple movie player for the Gnome desktop. It features a
@@ -148,6 +149,7 @@
 %setup -q
 
 %patch0 -p0 -b .xulrunner
+%patch1 -p0 -b .gmyth
 automake
 autoconf
 




More information about the fedora-extras-commits mailing list