[grilo-plugins] guardian-videos: Remove C plugin



commit 912a891904440a35a908d0ebdb8fb0f43bc35b21
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 21 10:37:20 2014 +0100

    guardian-videos: Remove C plugin
    
    It is obsoleted by the same plugin implemented in lua.
    
    This reverts commits 79635d20212c431142487dbb51cbcc96a5cfe587
    and fa49c5a92f7ba00d3b74f148e401fc7ee81d852d.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724644

 Makefile.am                                      |    1 -
 configure.ac                                     |   41 ----
 po/POTFILES.in                                   |    1 -
 src/Makefile.am                                  |    6 +-
 src/guardian-videos/Makefile.am                  |   50 -----
 src/guardian-videos/grl-guardianvideos.c         |  227 ----------------------
 src/guardian-videos/grl-guardianvideos.h         |   76 -------
 src/guardian-videos/grl-guardianvideos.xml       |   10 -
 src/guardian-videos/guardian.png                 |  Bin 2193 -> 0 bytes
 src/guardian-videos/guardianvideos.gresource.xml |    6 -
 10 files changed, 1 insertions(+), 417 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d118c95..bd9958e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-apple-trailers \
                             --enable-flickr \
                             --enable-freebox \
                             --enable-gravatar \
-                            --enable-guardianvideos \
                             --enable-jamendo \
                             --enable-lastfm-albumart \
                             --enable-localmetadata \
diff --git a/configure.ac b/configure.ac
index 73710e8..369f4d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1285,46 +1285,6 @@ DEPS_FREEBOX_LIBS="$DEPS_LIBS $GRLPLS_LIBS $AVAHI_LIBS"
 AC_SUBST(DEPS_FREEBOX_LIBS)
 
 # ----------------------------------------------------------
-# BUILD GUARDIANVIDEOS PLUGIN
-# ----------------------------------------------------------
-
-AC_ARG_ENABLE(guardianvideos,
-        AC_HELP_STRING([--enable-guardianvideos],
-                [enable Guardian Videos plugin (default: auto)]),
-        [
-                case "$enableval" in
-                     yes)
-                        if test "x$HAVE_GRLPLS" = "xno"; then
-                           AC_MSG_ERROR([grilo-pls-0.2 >= 0.2.0 not found, install it or use 
--disable-guardianvideos])
-                        fi
-                        ;;
-                esac
-        ],
-        [
-               if test "x$HAVE_GRLPLS" = "xyes"; then
-                  enable_guardianvideos=yes
-               else
-                  enable_guardianvideos=no
-               fi
-        ])
-
-AM_CONDITIONAL([GUARDIANVIDEOS_PLUGIN], [test "x$enable_guardianvideos" = "xyes"])
-GRL_PLUGINS_ALL="$GRL_PLUGINS_ALL guardianvideos"
-if test "x$enable_guardianvideos" = "xyes"
-then
-       GRL_PLUGINS_ENABLED="$GRL_PLUGINS_ENABLED guardianvideos"
-fi
-
-GUARDIANVIDEOS_PLUGIN_ID="grl-guardianvideos"
-AC_SUBST(GUARDIANVIDEOS_PLUGIN_ID)
-AC_DEFINE_UNQUOTED([GUARDIANVIDEOS_PLUGIN_ID], ["$GUARDIANVIDEOS_PLUGIN_ID"], [Guardian Videos plugin ID])
-
-DEPS_GUARDIANVIDEOS_CFLAGS="$DEPS_CFLAGS $GRLPLS_CFLAGS"
-AC_SUBST(DEPS_GUARDIANVIDEOS_CFLAGS)
-DEPS_GUARDIANVIDEOS_LIBS="$DEPS_LIBS $GRLPLS_LIBS"
-AC_SUBST(DEPS_GUARDIANVIDEOS_LIBS)
-
-# ----------------------------------------------------------
 # GETTEXT/INTLTOOL
 # ----------------------------------------------------------
 
@@ -1367,7 +1327,6 @@ AC_CONFIG_FILES([
   src/flickr/Makefile
   src/freebox/Makefile
   src/gravatar/Makefile
-  src/guardian-videos/Makefile
   src/jamendo/Makefile
   src/lastfm-albumart/Makefile
   src/local-metadata/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4a38421..63b8d67 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,7 +7,6 @@ src/filesystem/grl-filesystem.c
 src/flickr/grl-flickr.c
 src/freebox/grl-freebox.c
 src/gravatar/grl-gravatar.c
-src/guardian-videos/grl-guardianvideos.c
 src/jamendo/grl-jamendo.c
 src/lastfm-albumart/grl-lastfm-albumart.c
 src/local-metadata/grl-local-metadata.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 93492b6..dbaa29b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -106,12 +106,8 @@ if FREEBOX_PLUGIN
 SUBDIRS += freebox
 endif
 
-if GUARDIANVIDEOS_PLUGIN
-SUBDIRS += guardian-videos
-endif
-
 DIST_SUBDIRS = \
-   apple-trailers bliptv bookmarks dmap filesystem flickr freebox gravatar guardian-videos jamendo \
+   apple-trailers bliptv bookmarks dmap filesystem flickr freebox gravatar jamendo \
    lastfm-albumart local-metadata lua-factory magnatune metadata-store optical-media   \
    pocket podcasts raitv shoutcast tmdb tracker upnp vimeo youtube
 


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