~afafaf4/totem/totemubuntu

« back to all changes in this revision

Viewing changes to debian/patches/04_tracker_build.patch

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GNOME #563706
 
2
Upstream commit r5837
 
3
 
 
4
Index: totem-2.24.3/src/plugins/tracker/totem-tracker-widget.c
 
5
===================================================================
 
6
--- totem-2.24.3.orig/src/plugins/tracker/totem-tracker-widget.c        2009-04-07 15:36:49.275956162 +0200
 
7
+++ totem-2.24.3/src/plugins/tracker/totem-tracker-widget.c     2009-04-07 15:36:54.639950889 +0200
 
8
@@ -28,10 +28,10 @@
 
9
 #include <stdio.h>
 
10
 #include <stdlib.h>
 
11
 #include <libintl.h>
 
12
-#include <tracker.h>
 
13
-#include <tracker-client.h>
 
14
 #include <glib/gi18n-lib.h>
 
15
 #include <gio/gio.h>
 
16
+#include <dbus/dbus.h>
 
17
+#include <tracker.h>
 
18
 
 
19
 #include "totem-tracker-widget.h"
 
20
 #include "totem-cell-renderer-video.h"