[grilo-plugins] jamendo: remove due API change v2->v3
- From: Victor Toso <victortoso src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] jamendo: remove due API change v2->v3
- Date: Sat, 27 Mar 2021 19:26:24 +0000 (UTC)
commit 2ce6c6e90f631357b6204bd10803f8641cb25db4
Author: Victor Toso <victortoso gnome org>
Date: Sat Mar 20 21:53:44 2021 +0100
jamendo: remove due API change v2->v3
We should port to v3. Disabling in the meanwhile.
Related: https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/76
meson.build | 1 -
meson_options.txt | 1 -
src/jamendo/TODO | 29 -
src/jamendo/grl-jamendo.c | 1413 ---------------------------------------------
src/jamendo/grl-jamendo.h | 78 ---
src/jamendo/meson.build | 24 -
6 files changed, 1546 deletions(-)
---
diff --git a/meson.build b/meson.build
index 736bc971..c8c7e53f 100644
--- a/meson.build
+++ b/meson.build
@@ -117,7 +117,6 @@ plugins = [ # NAME, REQ_DEPS, OPT_DEPS
['flickr', [grilo_net_dep, libxml_dep, oauth_dep], [goa_dep]],
['freebox', [grilo_pls_dep, avahi_client_dep, avahi_glib_dep, avahi_gobject_dep], []],
['gravatar', [], []],
- ['jamendo', [grilo_net_dep, libxml_dep], []],
['local-metadata', [gio_dep, libmediaart_dep], []],
['lua-factory', [lua_dep, libarchive_dep, grilo_net_dep, json_glib_dep, libxml_dep], [goa_dep,
totem_plparser_mini_dep]],
['magnatune', [sqlite3_dep, grilo_net_dep], []],
diff --git a/meson_options.txt b/meson_options.txt
index c2aa8375..10400677 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,7 +7,6 @@ option('enable-filesystem', type: 'combo', choices: [ 'auto', 'yes', 'no' ], val
option('enable-flickr', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable
Flickr plugin')
option('enable-freebox', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description:
'Enable Freebox plugin')
option('enable-gravatar', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description:
'Enable Gravatar plugin')
-option('enable-jamendo', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description:
'Enable Jamendo plugin')
option('enable-local-metadata', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description:
'Enable Local Metadata plugin')
option('enable-lua-factory', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'yes', description:
'Enable Lua Factory plugin')
option('enable-magnatune', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description:
'Enable Magnatune plugin')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]