[totem] chapters: Remove chapters for now



commit df72f5ad8ac01706100e050126b44da3ba6c6f0a
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 23 16:16:24 2015 +0200

    chapters: Remove chapters for now
    
    It doesn't have a UI anymore, and it doesn't get installed.

 configure.ac                                |   11 +-
 po/POTFILES.in                              |    6 -
 src/plugins/chapters/Makefile.am            |   34 -
 src/plugins/chapters/chapters-edit.ui       |   35 -
 src/plugins/chapters/chapters-list.ui       |  235 -----
 src/plugins/chapters/chapters.plugin.in     |    9 -
 src/plugins/chapters/totem-chapters-utils.c |   95 --
 src/plugins/chapters/totem-chapters-utils.h |   33 -
 src/plugins/chapters/totem-chapters.c       | 1224 ---------------------------
 src/plugins/chapters/totem-cmml-parser.c    |  950 ---------------------
 src/plugins/chapters/totem-cmml-parser.h    |   89 --
 src/plugins/chapters/totem-edit-chapter.c   |  146 ----
 src/plugins/chapters/totem-edit-chapter.h   |   58 --
 13 files changed, 1 insertions(+), 2924 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c48e5bf..53aa292 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,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="apple-trailers autoload-subtitles brasero-disc-recorder chapters dbusservice im-status 
gromit lirc media-player-keys ontop opensubtitles properties pythonconsole recent rotation save-file 
samplepython sample-vala screensaver screenshot skipto zeitgeist-dp vimeo"
+allowed_plugins="apple-trailers autoload-subtitles brasero-disc-recorder dbusservice im-status gromit lirc 
media-player-keys ontop opensubtitles properties pythonconsole recent rotation save-file samplepython 
sample-vala screensaver screenshot skipto zeitgeist-dp vimeo"
 
 PLUGINDIR='${libdir}/totem/plugins'
 AC_SUBST(PLUGINDIR)
@@ -411,14 +411,6 @@ for plugin in ${used_plugins}; do
                                PKG_CHECK_MODULES(SAVE_FILE, gio-2.0 >= 2.26)
                        fi
                ;;
-               chapters)
-                       PKG_CHECK_MODULES(CHAPTERS, libxml-2.0 >= $LIBXML_REQS gtk+-3.0 glib-2.0,
-                               [BUILD_CHAPTERS=yes], [BUILD_CHAPTERS=no])
-                       if test "${BUILD_CHAPTERS}" != "yes" ; then
-                               plugin_error "you need gtk+-3.0, glib-2.0 >= 2.15.0 and libxml-2.0 >= 2.6.0 
to use the chapters plugin"
-                               add_plugin="0"
-                       fi
-               ;;
                zeitgeist-dp)
                        if test "${with_vala}" != "yes" ; then
                                plugin_error_or_ignore "you need vala installed to use the zeitgeist-dp 
plugin"
@@ -573,7 +565,6 @@ src/plugins/sample-vala/Makefile
 src/plugins/pythonconsole/Makefile
 src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml
 src/plugins/brasero-disc-recorder/Makefile
-src/plugins/chapters/Makefile
 src/plugins/zeitgeist-dp/Makefile
 src/plugins/vimeo/Makefile
 src/backend/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e75b81b..9a6a3a2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -39,12 +39,6 @@ src/totem-video-thumbnailer.c
 [type: gettext/ini]src/plugins/autoload-subtitles/autoload-subtitles.plugin.in
 [type: gettext/ini]src/plugins/brasero-disc-recorder/brasero-disc-recorder.plugin.in
 src/plugins/brasero-disc-recorder/totem-disc-recorder.c
-[type: gettext/glade]src/plugins/chapters/chapters-edit.ui
-[type: gettext/glade]src/plugins/chapters/chapters-list.ui
-[type: gettext/ini]src/plugins/chapters/chapters.plugin.in
-src/plugins/chapters/totem-chapters.c
-src/plugins/chapters/totem-cmml-parser.c
-src/plugins/chapters/totem-edit-chapter.c
 [type: gettext/ini]src/plugins/dbusservice/dbusservice.plugin.in
 src/plugins/dbusservice/dbusservice.py
 [type: gettext/ini]src/plugins/gromit/gromit.plugin.in


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