[totem] plugins: Remove the obsolete Bemused plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] plugins: Remove the obsolete Bemused plugin
- Date: Thu, 1 Dec 2011 20:04:19 +0000 (UTC)
commit 5c905cc61d04ffe40bb92330e66aea4257dd0269
Author: Bastien Nocera <hadess hadess net>
Date: Thu Dec 1 21:02:50 2011 +0100
plugins: Remove the obsolete Bemused plugin
configure.in | 10 +-
po/POTFILES.in | 2 -
src/plugins/bemused/Makefile.am | 17 -
src/plugins/bemused/bemused.plugin.in | 9 -
src/plugins/bemused/totem-bemused.c | 749 ---------------------------------
5 files changed, 1 insertions(+), 786 deletions(-)
---
diff --git a/configure.in b/configure.in
index a7e8a0c..181dcf1 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 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 publish pythonconsole rotation save-file samplepython sample-vala screensaver screenshot sidebar-test skipto zeitgeist-dp grilo"
PLUGINDIR='${libdir}/totem/plugins'
AC_SUBST(PLUGINDIR)
@@ -442,13 +442,6 @@ for plugin in ${used_plugins}; do
add_plugin="0"
fi
;;
- bemused)
- PKG_CHECK_MODULES(BEMUSED, bluez, [HAVE_BLUEZ=yes], [HAVE_BLUEZ=no])
- if test "${HAVE_BLUEZ}" != "yes" ; then
- plugin_error_or_ignore "you need the bluez libraries installed for the Bemused plugin"
- add_plugin="0"
- fi
- ;;
publish)
# FIXME
PKG_CHECK_MODULES(LIBEPC, libepc-ui-1.0 > 0.4.0, [HAVE_LIBEPC=yes], [HAVE_LIBEPC=no])
@@ -736,7 +729,6 @@ src/Makefile
src/gst/Makefile
src/properties/Makefile
src/plugins/Makefile
-src/plugins/bemused/Makefile
src/plugins/dbusservice/Makefile
src/plugins/screensaver/Makefile
src/plugins/screenshot/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c996dfc..3f4c9a8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -37,8 +37,6 @@ src/totem.c
src/backend/bacon-video-widget-gst-0.10.c
src/backend/video-utils.c
src/plugins/totem-plugins-engine.c
-[type: gettext/ini]src/plugins/bemused/bemused.plugin.in
-src/plugins/bemused/totem-bemused.c
src/plugins/brasero-disc-recorder/totem-disc-recorder.c
[type: gettext/ini]src/plugins/brasero-disc-recorder/brasero-disc-recorder.plugin.in
[type: gettext/ini]src/plugins/chapters/chapters.plugin.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]