Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tracker/files: tracker-0.12.3-strigi.patch
Date: Wed, 02 Nov 2011 16:24:09
Message-Id: 20111102162358.BCFA82004C@flycatcher.gentoo.org
1 tetromino 11/11/02 16:23:58
2
3 Added: tracker-0.12.3-strigi.patch
4 Log:
5 Add 0.12.7 from the gnome overlay. Used by gnome-3.2. Lots of changes and improvements, including optional firefox and thunderbird support (firefox support is controlled by USE=firefox-bookmarks so that users don't enable it by accident, since it can slow down the browser). Some ugly hacks are required to avoid thunderbird- and firefox-related access violations. The nautilus extension has been split off into a separate package (nautilus-tracker-tags) to avoid circular dependencies with nautilus-3.2.
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-misc/tracker/files/tracker-0.12.3-strigi.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/files/tracker-0.12.3-strigi.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/files/tracker-0.12.3-strigi.patch?rev=1.1&content-type=text/plain
14
15 Index: tracker-0.12.3-strigi.patch
16 ===================================================================
17 diff --git a/src/tracker-extract/tracker-extract.c b/src/tracker-extract/tracker-extract.c
18 index cff290a..aed4dc9 100644
19 --- a/src/tracker-extract/tracker-extract.c
20 +++ b/src/tracker-extract/tracker-extract.c
21 @@ -298,7 +298,7 @@ get_file_metadata (TrackerExtractTask *task,
22 info = tracker_extract_info_new (file, task->mimetype, task->graph);
23 g_object_unref (file);
24
25 -#ifdef HAVE_LIBSTREAMANALYZER
26 +#if 0 /* disabling entirely, see comment below */
27 /* FIXME: This entire section is completely broken,
28 * it doesn't even build these days. It should be removed or fixed.
29 * -mr (05/09/11)
30 diff --git a/src/tracker-extract/tracker-topanalyzer.cpp b/src/tracker-extract/tracker-topanalyzer.cpp
31 index 86dbda7..f749c00 100644
32 --- a/src/tracker-extract/tracker-topanalyzer.cpp
33 +++ b/src/tracker-extract/tracker-topanalyzer.cpp
34 @@ -39,7 +39,7 @@
35
36 #include <libtracker-common/tracker-type-utils.h>
37 #include <libtracker-common/tracker-os-dependant.h>
38 -#include <libtracker-common/tracker-sparql-builder.h>
39 +#include <libtracker-client/tracker-sparql-builder.h>
40 #include <libtracker-common/tracker-ontologies.h>
41
42 #include <libtracker-extract/tracker-utils.h>