diff options
author | Thomas Günther <tom@toms-cafe.de> | 2009-06-21 03:04:34 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-06-21 03:04:34 +0200 |
commit | ea25399458d35ca25e3477200baa1b393a577b37 (patch) | |
tree | 93d9b12177384e6aff92adb36342f02291444473 /README | |
parent | c51a331d720c7e2fb5252c6cf4c1ddd4b4b8a8a1 (diff) | |
download | vdr-plugin-text2skin-ea25399458d35ca25e3477200baa1b393a577b37.tar.gz vdr-plugin-text2skin-ea25399458d35ca25e3477200baa1b393a577b37.tar.bz2 |
Removed backward compatibility to VDR < 1.6.0 (closes #137)
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -33,7 +33,7 @@ No library - you can only load XPM files - XPMs don't support partial transparency / alpha channels -ImageMagick +ImageMagick + you can load many different image types including animations Imlib2 @@ -56,28 +56,16 @@ Installation: Install text2skin like any other plugin. In this example I assume that you have changed to the folder where the VDR sourcecode is located, and that it is -version 0.0.1 of the plugin you wish to install. During the build process, -there will be generated two files called SKINS and SKINS.de, the skin format -documentation. +version 1.2 of the plugin you wish to install. root@linux # cd PLUGINS/src -root@linux # wget http://www.magoa.net/linux/contrib/vdr-text2skin-1.0.tgz -root@linux # tar -xfz vdr-text2skin-1.0.tgz +root@linux # wget http://projects.vdr-developer.org/attachments/download/112/vdr-text2skin-1.2.tgz +root@linux # tar -xzf vdr-text2skin-1.2.tgz +root@linux # ln -s text2skin-1.2 text2skin root@linux # cd ../.. root@linux # make plugins root@linux # ./vdr -P text2skin -There are several patches included, which can be applied to VDR, but all of -them are considered optional. - -vdr-1.3.17-dvbplayer-buttons.diff - - demonstration on how to use the colorbuttons in replay mode (no skin makes - use of that so far) - -vdr-1.3.17-osdbase-maxitems.diff - - allows dynamic height menu lists, i.e. when some part of the list is - overpainted with a special message - Where to put the skins: ----------------------- |