vdr-plugin-skindesigner/libskindesignerapi
kamel5 a685cbb131 Version 1.2.8 2019-06-21 14:10:45 +02:00
..
COPYING adapting readme 2015-04-03 09:53:47 +02:00
Makefile Version 1.2.8 2019-06-21 14:10:45 +02:00
README adapting readme 2015-04-03 09:53:47 +02:00
osdelements.c redesigned animations 2016-07-22 15:21:09 +02:00
osdelements.h Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
pluginstructure.c fixed line breaks 2016-02-06 09:55:15 +01:00
pluginstructure.h fixed line breaks 2016-02-06 09:55:15 +01:00
skindesignerapi.c Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
skindesignerapi.h redesigned animations 2016-07-22 15:21:09 +02:00
skindesignerosdbase.c Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
skindesignerosdbase.h Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
tokencontainer.c fixed line breaks 2016-02-06 09:55:15 +01:00
tokencontainer.h optimized flushes when more animations are running in parallel 2016-05-01 06:35:13 +02:00

README

Description
-----------

Library which provides the Skindesigner API to other Plugins. Plugins using
this API are able to use all Skindesigner facilities to display their OSD
representation.

Thanks @ Lars Hanisch for providing an exemplarily implementation on which
the code of this library is based on.  

Installation
------------

cd <PLUGINSOURCEDIR>/libskindesignerapi
make clean
make install

After installation check if libskindesignerapi.pc is correctly found in your
PKG_CONFIG_PATH. If not, you should do something like this in your .bashrc:

export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:$PKG_CONFIG_PATH