[grilo-plugins] vimeo: remove due API change v2->v3



commit d6d91c7cf27de78b0b0575daeeddb1ae7f69cc94
Author: Victor Toso <victortoso gnome org>
Date:   Sat Mar 20 21:55:56 2021 +0100

    vimeo: remove due API change v2->v3
    
    This is not working for over a year now.
    Related: https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/67

 meson.build                       |   1 -
 meson_options.txt                 |   1 -
 src/vimeo/channel-vimeo.svg       | 108 --------
 src/vimeo/grl-vimeo.c             | 564 --------------------------------------
 src/vimeo/grl-vimeo.h             |  77 ------
 src/vimeo/gvimeo.c                | 500 ---------------------------------
 src/vimeo/gvimeo.h                | 112 --------
 src/vimeo/meson.build             |  30 --
 src/vimeo/vimeo.gresource.xml     |   6 -
 tests/meson.build                 |   1 -
 tests/vimeo/data/empty.data       |   4 -
 tests/vimeo/data/network-data.ini |   9 -
 tests/vimeo/data/results.data     |  87 ------
 tests/vimeo/meson.build           |  21 --
 tests/vimeo/test_vimeo.c          | 258 -----------------
 15 files changed, 1779 deletions(-)
---
diff --git a/meson.build b/meson.build
index c8c7e53f..30d38d64 100644
--- a/meson.build
+++ b/meson.build
@@ -130,7 +130,6 @@ plugins = [ # NAME, REQ_DEPS, OPT_DEPS
     ['tmdb', [json_glib_dep, libsoup_dep, grilo_net_dep], []],
     ['tracker', [tracker_sparql_dep], []],
     ['tracker3', [tracker3_dep], []],
-    ['vimeo', [grilo_net_dep, libxml_dep, totem_plparser_dep], []],
     ['youtube', [grilo_net_dep, libxml_dep, libgdata_dep, totem_plparser_dep], []],
 ]
 
diff --git a/meson_options.txt b/meson_options.txt
index 10400677..71f80b87 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,5 +20,4 @@ option('enable-thetvdb', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value:
 option('enable-tmdb', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable 
TMDb plugin')
 option('enable-tracker', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 
'Enable Tracker plugin (DEPRECATED)')
 option('enable-tracker3', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 
'Enable Tracker3 plugin')
-option('enable-vimeo', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable 
Vimeo plugin')
 option('enable-youtube', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 
'Enable YouTube plugin')
diff --git a/tests/meson.build b/tests/meson.build
index 434d9519..97e196db 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -11,7 +11,6 @@ test_plugins = [
     'lua-factory',
     'thetvdb',
     'tmdb',
-    'vimeo',
 ]
 
 test_lua_sources = [


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