[PATCH plugins 00/14] Use of GrlNet in plugins



These patch series are the implementation of the GrlNetWc among all
the plugins which do async web requests.

In order to implement this, several plugins need a private structure
which had to be refactored.

Víctor Manuel Jáquez Leal (14):
  build: detect through pkgconfig grilo-net
  jamendo: use GrlNet
  apple-trailers: screen resolution as param
  apple-trailers: use GrlNet
  apple-trailers: trivial cleanups
  flickr: add GrlNet
  flickr: trivial changes
  youtube: use private structure for gdata service
  youtube: add GrlNet
  shoutcast: add GrlNet
  shoutcast: remove unused includes
  podcasts: use GrlNet
  podcast: remove unused includes
  lastfm-albumart: use GrlNet

 configure.ac                              |   47 +++++----
 src/apple-trailers/Makefile.am            |    6 +-
 src/apple-trailers/grl-apple-trailers.c   |  158 ++++++++++++++++++++++-------
 src/apple-trailers/grl-apple-trailers.h   |    7 +-
 src/flickr/Makefile.am                    |    4 +-
 src/flickr/gflickr.c                      |   58 +++++++----
 src/jamendo/Makefile.am                   |   12 ++-
 src/jamendo/grl-jamendo.c                 |  104 ++++++++++++++-----
 src/jamendo/grl-jamendo.h                 |    4 +
 src/lastfm-albumart/Makefile.am           |    6 +-
 src/lastfm-albumart/grl-lastfm-albumart.c |   47 +++++----
 src/podcasts/Makefile.am                  |    6 +-
 src/podcasts/grl-podcasts.c               |   50 +++++----
 src/shoutcast/Makefile.am                 |    4 +-
 src/shoutcast/grl-shoutcast.c             |   65 +++++++-----
 src/youtube/Makefile.am                   |    6 +-
 src/youtube/grl-youtube.c                 |  141 ++++++++++++++++++++-----
 src/youtube/grl-youtube.h                 |    5 +-
 18 files changed, 499 insertions(+), 231 deletions(-)



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