vdr-plugin-skindesigner/libskindesignerapi
louis bc07550708 fixed crash using animated images in plugins 2015-06-20 06:30:26 +02:00
..
COPYING adapting readme 2015-04-03 09:53:47 +02:00
Makefile implemented Skin Repositories 2015-05-30 16:43:59 +02:00
README adapting readme 2015-04-03 09:53:47 +02:00
osdelements.c fixed crash using animated images in plugins 2015-06-20 06:30:26 +02:00
osdelements.h introduced libskindesignerapi 2015-04-02 15:09:41 +02:00
skindesignerapi.c introduced libskindesignerapi 2015-04-02 15:09:41 +02:00
skindesignerapi.h lib versioning 2015-04-03 09:18:26 +02:00
skindesignerosdbase.c implemented Skin Repositories 2015-05-30 16:43:59 +02:00
skindesignerosdbase.h implemented Skin Repositories 2015-05-30 16:43:59 +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