[PATCH 0/2] Move and rename the plugins' XML file



Hi,

Regarding the last changes that used an XML file to represent plugins'
information, that XML file needed to have the same name as its plugin
(that is, the name of the library: lib....xml) and exist under the same
directory as well.

This approach is not very clean in the way that it mixes the libraries
with the XML files. Plus, it restricts the XML name to the library's
one.

This patch introduces a directory to hold the plugins' XML files and
will expect the files to have the plugin's ID (with the xml extension)
instead.

I'll also upload the changes for the apple-trailers' plugin.

Since the rest that's to be done is repetitive work, I'd like to hear
your opinions about these changes before I do the changes to the
remaining plugins.


Cheers,

Joaquim Rocha (2):
  Add plugins' configuration directory from autotools
  grl-plugin-registry.c: Use the plugin configuration dir and the
    plugin's ID to get the plugin's XML

 configure.ac              |    9 +++++++++
 src/Makefile.am           |    2 ++
 src/grl-plugin-registry.c |   29 +++++------------------------
 3 files changed, 16 insertions(+), 24 deletions(-)



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