diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -62,24 +62,24 @@ reworked a few times. Installation: -This plugin is written for VDR 1.1.25. It currently needs a few hooks -in, and changes to, VDR to work. A patch file is included. The patches -should be harmless if you don't have the plugin loaded, so even if you -patch VDR and later decide not to use this plugin you don't -necessarily have to reinstall VDR. It is probably possible to build -the plugin for other version of VDR, but don't count on it. +This plugin is for VDR 1.2.1. It currently needs a few hooks in, and +changes to, VDR to work. A patch file is included. The patches should +be harmless if you don't have the plugin loaded, so even if you patch +VDR and later decide not to use this plugin you don't necessarily have +to reinstall VDR. It is probably possible to build the plugin for +other version of VDR, but don't count on it. Steps: As usual, unpack the plugin and make a link: - cd ..../vdr-1.1.25/PLUGINS/src - tar zxvf ..../vdr-ttxtsubs-0.0.1.tgz - ln -s ttxtsubs-0.0.1 ttxtsubs + cd ..../vdr-1.2.1/PLUGINS/src + tar zxvf ..../vdr-ttxtsubs-0.0.3.tgz + ln -s ttxtsubs-0.0.3 ttxtsubs Go back to your VDR directory and install the patches and the new files: cd ../../ - cp PLUGINS/src/ttxtsubs-0.0.1/vdrttxtsubshooks.[ch] . - patch -b < PLUGINS/src/ttxtsubs-0.0.1/VDR.patch + cp PLUGINS/src/ttxtsubs-0.0.3/vdrttxtsubshooks.[ch] . + patch -b < PLUGINS/src/ttxtsubs-0.0.3/VDR.patch Rebuild VDR: make clean |