[totem] plugins: Remove publish plugin



commit c2fa677f0b2c14787c62a40c95ddd0643904a9d5
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 13 12:27:41 2012 +0100

    plugins: Remove publish plugin
    
    The sharing functionality was too restricted (only to other Totem
    instances), and the fetching of external playlists should be done
    via Grilo instead.

 configure.in                                       |   12 +-
 po/POTFILES.in                                     |    4 -
 src/plugins/publish/Makefile.am                    |   31 -
 ...g.gnome.totem.plugins.publish.gschema.xml.in.in |   28 -
 src/plugins/publish/publish-plugin.glade           |  164 -----
 src/plugins/publish/publish-plugin.ui              |  111 ----
 src/plugins/publish/publish.convert                |    3 -
 src/plugins/publish/publish.plugin.in              |    8 -
 src/plugins/publish/totem-publish.c                |  681 --------------------
 9 files changed, 1 insertions(+), 1041 deletions(-)
---
diff --git a/configure.in b/configure.in
index acfc8c6..6bf8ca8 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="brasero-disc-recorder chapters dbusservice im-status gromit iplayer lirc media-player-keys ontop opensubtitles properties publish pythonconsole rotation save-file samplepython sample-vala screensaver screenshot sidebar-test skipto zeitgeist-dp grilo"
+allowed_plugins="brasero-disc-recorder chapters dbusservice im-status gromit iplayer lirc media-player-keys ontop opensubtitles properties pythonconsole rotation save-file samplepython sample-vala screensaver screenshot sidebar-test skipto zeitgeist-dp grilo"
 
 PLUGINDIR='${libdir}/totem/plugins'
 AC_SUBST(PLUGINDIR)
@@ -441,14 +441,6 @@ for plugin in ${used_plugins}; do
 				add_plugin="0"
 			fi
 		;;
-		publish)
-			# FIXME
-			PKG_CHECK_MODULES(LIBEPC, libepc-ui-1.0 > 0.4.0, [HAVE_LIBEPC=yes], [HAVE_LIBEPC=no])
-			if test "${HAVE_LIBEPC}" != "yes" ; then
-				plugin_error_or_ignore "you need the easy-publish-and-consume library installed for the publish plugin"
-				add_plugin="0"
-			fi
-		;;
 		rotation)
 			if test "${with_vala}" != "yes" ; then
 				plugin_error_or_ignore "you need vala installed to use the rotation plugin"
@@ -763,8 +755,6 @@ src/plugins/samplepython/Makefile
 src/plugins/sample-vala/Makefile
 src/plugins/pythonconsole/Makefile
 src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml.in
-src/plugins/publish/Makefile
-src/plugins/publish/org.gnome.totem.plugins.publish.gschema.xml.in
 src/plugins/brasero-disc-recorder/Makefile
 src/plugins/chapters/Makefile
 src/plugins/zeitgeist-dp/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f003bbc..bc74f56 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -65,10 +65,6 @@ src/plugins/opensubtitles/org.gnome.totem.plugins.opensubtitles.gschema.xml.in.i
 [type: gettext/ini]src/plugins/ontop/ontop.plugin.in
 src/plugins/properties/totem-movie-properties.c
 [type: gettext/ini]src/plugins/properties/movie-properties.plugin.in
-src/plugins/publish/org.gnome.totem.plugins.publish.gschema.xml.in.in
-src/plugins/publish/totem-publish.c
-[type: gettext/ini]src/plugins/publish/publish.plugin.in
-[type: gettext/glade]src/plugins/publish/publish-plugin.ui
 src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml.in.in
 [type: gettext/ini]src/plugins/rotation/rotation.plugin.in
 src/plugins/rotation/totem-rotation-plugin.vala



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