[PATCH 00/28] Plugins shipping XML



Hi, these crazy load of patches add the XML files that are needed for each
plugin to set its info according to recent suggestion and patches to do so.

So, basically these patches stop sending all the info (name, description,
author, etc.) to the export to the register and send these in the XML instead.

Joaquim Rocha (28):
  [applet-trailers] Use the new way to register the plugin
  [appler-trailers] Add plugin's XML file
  [bookmarks] Use the new way to register the plugin
  [bookmarks] Add plugin's XML file
  [fake-metadata] Use the new way to register the plugin
  [fake-metadata] Add plugin's XML file
  [filesystem] Use the new way to register the plugin
  [filesystem] Add plugin's XML file
  [flickr] Use the new way to register the plugin
  [flickr] Add plugin's XML file
  [gravatar] Use the new way to register the plugin
  [gravatar] Add plugin's XML file
  [jamendo] Use the new way to register the plugin
  [jamendo] Add plugin's XML file
  [lastfm-albumart] Use the new way to register the plugin
  [lastfm-albumart] Add plugin's XML file
  [metadata-store] Use the new way to register the plugin
  [metadata-store] Add plugin's XML file
  [podcasts] Use the new way to register the plugin
  [podcasts] Add plugin's XML file
  [shoutcast] Use the new way to register the plugin
  [shoutcast] Add plugin's XML file
  [upnp] Use the new way to register the plugin
  [upnp] Add plugin's XML file
  [vimeo] Use the new way to register the plugin
  [vimeo] Add plugin's XML file
  [youtube] Use the new way to register the plugin
  [youtube] Add plugin's XML file

 src/apple-trailers/Makefile.am                |    5 +++++
 src/apple-trailers/grl-apple-trailers.c       |   10 +---------
 src/apple-trailers/libgrlappletrailers.xml    |    9 +++++++++
 src/bookmarks/Makefile.am                     |    5 +++++
 src/bookmarks/grl-bookmarks.c                 |   10 +---------
 src/bookmarks/libgrlbookmarks.xml             |    9 +++++++++
 src/fake-metadata/Makefile.am                 |    5 +++++
 src/fake-metadata/grl-fake-metadata.c         |   10 +---------
 src/fake-metadata/libgrlfakemetadata.xml      |    9 +++++++++
 src/filesystem/Makefile.am                    |    5 +++++
 src/filesystem/grl-filesystem.c               |   10 +---------
 src/filesystem/libgrlfilesystem.xml           |    9 +++++++++
 src/flickr/Makefile.am                        |    5 +++++
 src/flickr/grl-flickr.c                       |   10 +---------
 src/flickr/libgrlflickr.xml                   |    9 +++++++++
 src/gravatar/Makefile.am                      |    5 +++++
 src/gravatar/grl-gravatar.c                   |   14 +++-----------
 src/gravatar/libgrlgravatar.xml               |    9 +++++++++
 src/jamendo/Makefile.am                       |    5 +++++
 src/jamendo/grl-jamendo.c                     |   10 +---------
 src/jamendo/libgrljamendo.xml                 |    9 +++++++++
 src/lastfm-albumart/Makefile.am               |    5 +++++
 src/lastfm-albumart/grl-lastfm-albumart.c     |   10 +---------
 src/lastfm-albumart/libgrllastfm-albumart.xml |    9 +++++++++
 src/metadata-store/Makefile.am                |    5 +++++
 src/metadata-store/grl-metadata-store.c       |   10 +---------
 src/metadata-store/libgrlmetadatastore.xml    |    9 +++++++++
 src/podcasts/Makefile.am                      |    5 +++++
 src/podcasts/grl-podcasts.c                   |   10 +---------
 src/podcasts/libgrlpodcasts.xml               |    9 +++++++++
 src/shoutcast/Makefile.am                     |    5 +++++
 src/shoutcast/grl-shoutcast.c                 |   10 +---------
 src/shoutcast/libgrlshoutcast.xml             |    9 +++++++++
 src/upnp/Makefile.am                          |    5 +++++
 src/upnp/grl-upnp.c                           |   10 +---------
 src/upnp/libgrlupnp.xml                       |    9 +++++++++
 src/vimeo/Makefile.am                         |    5 +++++
 src/vimeo/grl-vimeo.c                         |   10 +---------
 src/vimeo/libgrlvimeo.xml                     |    9 +++++++++
 src/youtube/Makefile.am                       |    5 +++++
 src/youtube/grl-youtube.c                     |   10 +---------
 src/youtube/libgrlyoutube.xml                 |    9 +++++++++
 42 files changed, 212 insertions(+), 128 deletions(-)
 create mode 100644 src/apple-trailers/libgrlappletrailers.xml
 create mode 100644 src/bookmarks/libgrlbookmarks.xml
 create mode 100644 src/fake-metadata/libgrlfakemetadata.xml
 create mode 100644 src/filesystem/libgrlfilesystem.xml
 create mode 100644 src/flickr/libgrlflickr.xml
 create mode 100644 src/gravatar/libgrlgravatar.xml
 create mode 100644 src/jamendo/libgrljamendo.xml
 create mode 100644 src/lastfm-albumart/libgrllastfm-albumart.xml
 create mode 100644 src/metadata-store/libgrlmetadatastore.xml
 create mode 100644 src/podcasts/libgrlpodcasts.xml
 create mode 100644 src/shoutcast/libgrlshoutcast.xml
 create mode 100644 src/upnp/libgrlupnp.xml
 create mode 100644 src/vimeo/libgrlvimeo.xml
 create mode 100644 src/youtube/libgrlyoutube.xml



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