[totem] plugins: Remove tracker plugin



commit dbcbecedfecc9b1a83a690ed135d088e565e36a1
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 1 11:10:40 2011 +0100

    plugins: Remove tracker plugin
    
    As grilo provides us with one itself.

 configure.in                               |   10 +-
 po/POTFILES.in                             |    3 -
 src/plugins/tracker/Makefile.am            |   19 -
 src/plugins/tracker/totem-tracker-widget.c |  889 ----------------------------
 src/plugins/tracker/totem-tracker-widget.h |   54 --
 src/plugins/tracker/totem-tracker.c        |   79 ---
 src/plugins/tracker/tracker.plugin.in      |    9 -
 7 files changed, 1 insertions(+), 1062 deletions(-)
---
diff --git a/configure.in b/configure.in
index 596152d..f60c2c6 100644
--- a/configure.in
+++ b/configure.in
@@ -72,7 +72,7 @@ AC_SUBST(TOTEM_API_VERSION)
 AC_DEFINE_UNQUOTED(TOTEM_API_VERSION, ["$TOTEM_API_VERSION"], [Define to the Totem plugin API version])
 
 # The full list of plugins
-allowed_plugins="bemused brasero-disc-recorder chapters dbusservice im-status gromit iplayer jamendo lirc media-player-keys ontop opensubtitles properties publish pythonconsole save-file samplepython sample-vala screensaver screenshot sidebar-test skipto tracker youtube zeitgeist-dp grilo"
+allowed_plugins="bemused brasero-disc-recorder chapters dbusservice im-status gromit iplayer jamendo lirc media-player-keys ontop opensubtitles properties publish pythonconsole save-file samplepython sample-vala screensaver screenshot sidebar-test skipto youtube zeitgeist-dp grilo"
 
 PLUGINDIR='${libdir}/totem/plugins'
 AC_SUBST(PLUGINDIR)
@@ -436,13 +436,6 @@ for plugin in ${used_plugins}; do
 				add_plugin="0"
 			fi
 		;;
-		tracker)
-			PKG_CHECK_MODULES(TRACKER, tracker-sparql-0.10 >= 0.9.34, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
-			if test "${HAVE_TRACKER}" != "yes" ; then
-				plugin_error_or_ignore "you need the tracker development headers installed for the tracker plugin"
-				add_plugin="0"
-			fi
-		;;
 		sample-vala)
 			if test "${with_vala}" != "yes" ; then
 				plugin_error_or_ignore "you need vala installed to use the sample-vala plugin"
@@ -773,7 +766,6 @@ src/plugins/sidebar-test/Makefile
 src/plugins/skipto/Makefile
 src/plugins/samplepython/Makefile
 src/plugins/sample-vala/Makefile
-src/plugins/tracker/Makefile
 src/plugins/youtube/Makefile
 src/plugins/pythonconsole/Makefile
 src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7a73dc3..afb8e44 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -90,9 +90,6 @@ src/plugins/skipto/totem-skipto.c
 src/plugins/skipto/totem-skipto-plugin.c
 src/plugins/skipto/totem-time-entry.c
 [type: gettext/glade]src/plugins/skipto/skipto.ui
-src/plugins/tracker/totem-tracker-widget.c
-src/plugins/tracker/totem-tracker.c
-[type: gettext/ini]src/plugins/tracker/tracker.plugin.in
 [type: gettext/ini]src/plugins/youtube/youtube.plugin.in
 [type: gettext/glade]src/plugins/youtube/youtube.ui
 src/plugins/youtube/totem-youtube.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]