diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:42:57 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:45:11 +0100 |
commit | 24caa0c99ed1482655d1832d5e23ec69a6d10962 (patch) | |
tree | 66e63bab968516421a8d700118fd2abbfd5e170e /README | |
parent | f2a84e51aa977e0287a6115bfd27fd37f7f18c6f (diff) | |
download | vdr-plugin-ttxtsubs-24caa0c99ed1482655d1832d5e23ec69a6d10962.tar.gz vdr-plugin-ttxtsubs-24caa0c99ed1482655d1832d5e23ec69a6d10962.tar.bz2 |
- Small adjustments for VDR 1.2.1v0.0.3
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 |