From c8c22ad49b0501f9e3c35ee79bc8bf94e05eba66 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 19 May 2006 12:14:19 +0200 Subject: Modified the Makefile to copy additional libraries a plugin might provide --- PLUGINS.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'PLUGINS.html') diff --git a/PLUGINS.html b/PLUGINS.html index 0869c38f..51424ce3 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -6,7 +6,7 @@

The VDR Plugin System

-
Version 1.4
+
Version 1.4.1

Copyright © 2006 Klaus Schmidinger
@@ -192,6 +192,16 @@ of only lowercase characters and digits, it will only follow the symbolic links, should lead to the current version of the plugin you want to use. This way you can have several different versions of a plugin source (like hello-0.0.1 and hello-0.0.2) and define which one to actually use through the symbolic link. +

+If a plugin needs library files of its own, it can copy them to the lib +directory following the naming convention libname-library.so.0.0.1, +where name is the name of the plugin, and library identifies the +plugin's additional library. If the plugin hello would require the two +additional libraries foo and bar, the names would be +

+libhello-foo.so.0.0.1
+libhello-bar.so.0.0.1 +


Initializing a new plugin directory

-- cgit v1.2.3