Add patch for mythtv build
This commit is contained in:
parent
d4e9e96201
commit
b92def5bf0
19
totem-gmyth-build-fix.patch
Normal file
19
totem-gmyth-build-fix.patch
Normal file
@ -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 <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))
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user