[grilo-plugins/0.2.x: 3/30] bliptv: Remove source



commit b81f6ed74258ce75a141499e241a747f3e559d1d
Author: Victor Toso <me victortoso com>
Date:   Thu Aug 27 10:46:15 2015 +0200

    bliptv: Remove source
    
    As stated in the blip.tv/shutdown/message.html
    "Dear Blip User,
    
    Blip was closed on Thursday, August 20, 2015.
    
    As you may know, Blip was acquired by Maker Studios in September 2013
    and the acquisition has allowed for additional, more expansive
    direct-to-consumer tools and products for content creators across the
    network.
    
    If you are a creator and you have a YouTube channel, we encourage you
    to apply to the Maker Gen network to take advantage of Maker’s tools
    and services. Signup can be found here: https://max.makerstudios.com/.
    
    If you are a viewer, we encourage you to check out the great content
    from Maker talent at our new flagship site: http://maker.tv/
    
    We thank you for being a great partner to Blip!
    
    Blip Support"
    
    This source does not work anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725031

 Makefile.am                        |    1 -
 configure.ac                       |   45 -
 help/C/grilo-plugins.xml           |    5 -
 po/POTFILES.in                     |    1 -
 src/Makefile.am                    |    6 +-
 src/bliptv/Makefile.am             |   55 -
 src/bliptv/bliptv.gresource.xml    |    6 -
 src/bliptv/channel-bliptv.svg      |  127 -
 src/bliptv/grl-bliptv.c            |  567 ---
 src/bliptv/grl-bliptv.h            |   79 -
 src/bliptv/grl-bliptv.xml          |   10 -
 tests/Makefile.am                  |    5 -
 tests/bliptv/Makefile.am           |   37 -
 tests/bliptv/data/gnome.data       | 1037 -----
 tests/bliptv/data/grilo.data       |   36 -
 tests/bliptv/data/network-data.ini |   14 -
 tests/bliptv/data/page1.data       | 8494 -----------------------------------
 tests/bliptv/data/page2.data       | 8565 ------------------------------------
 tests/bliptv/test_bliptv.c         |  281 --
 19 files changed, 1 insertions(+), 19370 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a76381d..1598f5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,6 @@ EXTRA_DIST += ./m4/grilo.m4
 # when creating tarball releases,
 # and make sure that we enable all plugins needed by the documentation.
 DISTCHECK_CONFIGURE_FLAGS = --enable-apple-trailers \
-                            --enable-bliptv \
                             --enable-bookmarks \
                             --enable-dleyna \
                             --enable-dmap \
diff --git a/configure.ac b/configure.ac
index bf2078e..0e1353f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -900,49 +900,6 @@ DEPS_TRACKER_LIBS="$DEPS_LIBS $TRACKER_SPARQL_LIBS"
 AC_SUBST(DEPS_TRACKER_LIBS)
 
 # ----------------------------------------------------------
-# BUILD BLIP.TV PLUGIN
-# ----------------------------------------------------------
-
-AC_ARG_ENABLE(bliptv,
-        AC_HELP_STRING([--enable-bliptv],
-                [enable Blip.tv plugin (default: auto)]),
-        [
-                case "$enableval" in
-                     yes)
-                        if test "x$HAVE_GRLNET" = "xno"; then
-                           AC_MSG_ERROR([grilo-net-0.2 >= 0.2.2 not found, install it or use 
--disable-bliptv])
-                        fi
-                        if test "x$HAVE_XML" = "xno"; then
-                           AC_MSG_ERROR([libxml-2.0 not found, install it or use --disable-bliptv])
-                        fi
-                        ;;
-                esac
-        ],
-        [
-                if test "x$HAVE_GRLNET" = "xyes" -a "x$HAVE_XML" = "xyes"; then
-                   enable_bliptv=yes
-                else
-                   enable_bliptv=no
-                fi
-        ])
-
-AM_CONDITIONAL([BLIPTV_PLUGIN], [test "x$enable_bliptv" = "xyes"])
-GRL_PLUGINS_ALL="$GRL_PLUGINS_ALL blip.tv"
-if test "x$enable_bliptv" = "xyes"
-then
-       GRL_PLUGINS_ENABLED="$GRL_PLUGINS_ENABLED blip.tv"
-fi
-
-BLIPTV_PLUGIN_ID="grl-bliptv"
-AC_SUBST(BLIPTV_PLUGIN_ID)
-AC_DEFINE_UNQUOTED([BLIPTV_PLUGIN_ID], ["$BLIPTV_PLUGIN_ID"], [Blip.tv plugin ID])
-
-DEPS_BLIPTV_CFLAGS="$DEPS_CFLAGS $GRLNET_CFLAGS $XML_CFLAGS"
-AC_SUBST(DEPS_BLIPTV_CFLAGS)
-DEPS_BLIPTV_LIBS="$DEPS_LIBS $GRLNET_LIBS $XML_LIBS"
-AC_SUBST(DEPS_BLIPTV_LIBS)
-
-# ----------------------------------------------------------
 # BUILD RAI.TV PLUGIN
 # ----------------------------------------------------------
 
@@ -1332,7 +1289,6 @@ AC_CONFIG_FILES([
   po/Makefile.in
   po/Makefile
   src/Makefile
-  src/bliptv/Makefile
   src/bookmarks/Makefile
   src/dleyna/Makefile
   src/dmap/Makefile
@@ -1358,7 +1314,6 @@ AC_CONFIG_FILES([
   src/vimeo/Makefile
   src/youtube/Makefile
   tests/Makefile
-  tests/bliptv/Makefile
   tests/dleyna/Makefile
   tests/dleyna/dbusmock/dleyna-server-mock.service
   tests/lastfm-albumart/Makefile
diff --git a/help/C/grilo-plugins.xml b/help/C/grilo-plugins.xml
index ee3d710..f1fdf78 100644
--- a/help/C/grilo-plugins.xml
+++ b/help/C/grilo-plugins.xml
@@ -65,11 +65,6 @@
 <para>This is a Grilo plugin for Apple trailers. Its plugin ID is 
<literal>"grl-apple-trailers"</literal></para>
 </sect1>
 
-<sect1 id="sec-plugin-bliptv">
-<title>BlipTV</title>
-<para>This is a Grilo plugin for BlipTV. Its plugin ID is <literal>"grl-bliptv"</literal></para>
-</sect1>
-
 <sect1 id="sec-plugin-bookmarks">
 <title>Bookmarks</title>
 <para>This is a Grilo plugin for bookmarks. Its plugin ID is <literal>"grl-bookmarks"</literal></para>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index de00787..c24c445 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,3 @@
-src/bliptv/grl-bliptv.c
 src/bookmarks/grl-bookmarks.c
 src/dleyna/grl-dleyna-source.c
 src/dmap/grl-dmap.c
diff --git a/src/Makefile.am b/src/Makefile.am
index cfc25bd..30e647c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,10 +10,6 @@ include $(top_srcdir)/gtester.mk
 
 SUBDIRS =
 
-if BLIPTV_PLUGIN
-SUBDIRS += bliptv
-endif
-
 if BOOKMARKS_PLUGIN
 SUBDIRS += bookmarks
 endif
@@ -107,7 +103,7 @@ SUBDIRS += opensubtitles
 endif
 
 DIST_SUBDIRS = \
-   bliptv bookmarks dleyna dmap filesystem flickr freebox gravatar jamendo \
+   bookmarks dleyna dmap filesystem flickr freebox gravatar jamendo \
    lastfm-albumart local-metadata lua-factory magnatune metadata-store opensubtitles \
    optical-media podcasts raitv shoutcast thetvdb tmdb tracker vimeo youtube
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1e0369d..7a76f7f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,10 +9,6 @@ include $(top_srcdir)/gtester.mk
 
 SUBDIRS =
 
-if BLIPTV_PLUGIN
-SUBDIRS += bliptv
-endif
-
 if DLEYNA_PLUGIN
 SUBDIRS += dleyna
 endif
@@ -42,7 +38,6 @@ SUBDIRS += vimeo
 endif
 
 DIST_SUBDIRS =    \
-   bliptv         \
    dleyna         \
    lastfm-albumart\
    local-metadata \


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