From b92def5bf06c38302c6a11ea6b4592b40248ebee Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 4 Feb 2008 22:52:03 +0000 Subject: [PATCH] Add patch for mythtv build --- totem-gmyth-build-fix.patch | 19 +++++++++++++++++++ totem.spec | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 totem-gmyth-build-fix.patch diff --git a/totem-gmyth-build-fix.patch b/totem-gmyth-build-fix.patch new file mode 100644 index 0000000..0343daf --- /dev/null +++ b/totem-gmyth-build-fix.patch @@ -0,0 +1,19 @@ +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 + +-#include +-#include +-#include +-#include ++#include ++#include ++#include ++#include + + #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)) diff --git a/totem.spec b/totem.spec index 8099dea..d4e205c 100644 --- a/totem.spec +++ b/totem.spec @@ -62,6 +62,7 @@ Obsoletes: nautilus-media # 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 @@ the properties dialogue. %setup -q %patch0 -p0 -b .xulrunner +%patch1 -p0 -b .gmyth automake autoconf