[gnome-dvb-daemon] Removed Totem plugin



commit 394e0a41d777e51c6afa1d2e21521e46f9171332
Author: Sebastian Pölsterl <sebp k-d-w org>
Date:   Sat Nov 15 22:01:36 2014 +0100

    Removed Totem plugin
    
    Totem plugins cannot change Totem's UI anymore.
    Viewing in Totem is possible via grilo plugin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673903

 client/Makefile.am                       |    4 -
 client/totem-plugin/Makefile.am          |   13 -
 client/totem-plugin/dvb-daemon.plugin.in |    9 -
 client/totem-plugin/dvb-daemon.py        |  722 ------------------------------
 configure.ac                             |   35 --
 po/POTFILES.in                           |    2 -
 6 files changed, 0 insertions(+), 785 deletions(-)
---
diff --git a/client/Makefile.am b/client/Makefile.am
index 60ce988..3c92264 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -1,10 +1,6 @@
 SUBDIRS = \
        gnomedvb
 
-if ENABLE_TOTEM
-SUBDIRS += totem-plugin
-endif
-
 if ENABLE_GRILO
 SUBDIRS += grilo-plugin
 endif
diff --git a/configure.ac b/configure.ac
index 9cde251..1afccf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,39 +93,6 @@ AG_GST_CHECK_MODULE_BAD([dvbsrc])
 AG_GST_CHECK_MODULE_GOOD([rtpmp2tpay])
 
 dnl ****************
-dnl * Totem plugin
-dnl ****************
-AC_ARG_ENABLE([totem-plugin],
-       AS_HELP_STRING([--enable-totem-plugin], [Install the Totem plugin (default: no)]),
-       [enable_totem=$enableval],
-       [enable_totem=no])
-
-AM_CONDITIONAL(ENABLE_TOTEM, test "x$enable_totem" = "xyes")
-
-AC_ARG_WITH([totem-plugin-dir],
-       AS_HELP_STRING([--with-totem-plugin-dir],
-               [Directory where Totem plugins are installed (default: LIBDIR/totem/plugins)]))
-
-if test "x$enable_totem" = "xyes"; then
-       if test "x$with_totem_plugin_dir" = "x"; then
-               TOTEM_PLUGIN_DIR=`$PKG_CONFIG --variable=pluginsdir totem`
-               if test "x$TOTEM_PLUGIN_DIR" = "x"; then
-                       AC_MSG_ERROR(
-                       [
-
-       *** Could not determinate totem plugin directory.
-
-       Please make sure totem is installed or set the directory
-       manually using --with-totem-plugin-dir
-                       ])
-               fi
-       else
-               TOTEM_PLUGIN_DIR="$with_totem_plugin_dir"
-       fi
-fi
-AC_SUBST(TOTEM_PLUGIN_DIR)
-
-dnl ****************
 dnl * Grilo plugin
 dnl ****************
 GRL_VERSION=0.2
@@ -189,7 +156,6 @@ AC_CONFIG_FILES([
        client/gnomedvb/defs.py
        client/gnomedvb/Makefile
        client/grilo-plugin/Makefile
-       client/totem-plugin/Makefile
        data/Makefile
        data/gnome-dvb-control.desktop.in
        data/gnome-dvb-setup.desktop.in
@@ -203,6 +169,5 @@ $PACKAGE_NAME $PACKAGE_VERSION
 
     Install Prefix:               ${prefix}
     Python dir:                   ${pythondir}
-    Build Totem plugin            ${enable_totem}
     Build Grilo plugin            ${enable_grilo}
 "
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6c3ff89..dce2167 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -28,7 +28,5 @@ client/gnomedvb/ui/wizard/pages/SaveChannelListPage.py
 client/gnomedvb/ui/wizard/pages/SetupDevicePage.py
 client/gnomedvb/ui/wizard/pages/SummaryPage.py
 client/gnomedvb/ui/wizard/SetupWizard.py
-client/totem-plugin/dvb-daemon.plugin.in
-client/totem-plugin/dvb-daemon.py
 data/gnome-dvb-control.desktop.in.in
 data/gnome-dvb-setup.desktop.in.in


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