[totem] plugins: Remove "Coherence" plugin



commit adc3ba965ab46a94335ffee06dacdad24322a093
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jun 17 13:17:20 2011 +0100

    plugins: Remove "Coherence" plugin

 configure.in                                       |    8 +-
 po/POTFILES.in                                     |    2 -
 src/plugins/coherence_upnp/Makefile.am             |    8 -
 .../coherence_upnp/coherence_upnp.plugin.in        |    9 --
 src/plugins/coherence_upnp/coherence_upnp.py       |  137 --------------------
 5 files changed, 1 insertions(+), 163 deletions(-)
---
diff --git a/configure.in b/configure.in
index 9577162..178976d 100644
--- a/configure.in
+++ b/configure.in
@@ -68,7 +68,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 coherence_upnp 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"
+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"
 
 PLUGINDIR='${libdir}/totem/plugins'
 AC_SUBST(PLUGINDIR)
@@ -389,11 +389,6 @@ for plugin in ${used_plugins}; do
 	add_plugin="1"
 
 	case ${plugin} in
-		coherence_upnp)
-			# The Coherence framework still uses PyGTK, and thus conflicts with the new pygobject introspected bindings
-			plugin_error_or_ignore "the coherence_upnp plugin uses PyGTK and conflicts with the new pygobject bindings"
-			add_plugin="0"
-		;;
 		gromit)
 			if test "${have_x11}" != "yes" ; then
 				plugin_error_or_ignore "the gromit plugin is not supported on non-X11 targets"
@@ -742,7 +737,6 @@ src/gst/Makefile
 src/properties/Makefile
 src/plugins/Makefile
 src/plugins/bemused/Makefile
-src/plugins/coherence_upnp/Makefile
 src/plugins/dbusservice/Makefile
 src/plugins/screensaver/Makefile
 src/plugins/screenshot/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 967e0b2..5dc51c1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -46,8 +46,6 @@ src/plugins/brasero-disc-recorder/totem-disc-recorder.c
 [type: gettext/glade]src/plugins/chapters/chapters-list.ui
 src/plugins/chapters/totem-chapters.c
 src/plugins/chapters/totem-cmml-parser.c
-src/plugins/coherence_upnp/coherence_upnp.py
-[type: gettext/ini]src/plugins/coherence_upnp/coherence_upnp.plugin.in
 [type: gettext/ini]src/plugins/im-status/totem-im-status.plugin.in
 src/plugins/im-status/totem-im-status.c
 [type: gettext/ini]src/plugins/gromit/gromit.plugin.in



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