From 24caa0c99ed1482655d1832d5e23ec69a6d10962 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sat, 13 Dec 2008 10:42:57 +0100 Subject: - Small adjustments for VDR 1.2.1 --- README | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'README') diff --git a/README b/README index 48c3000..c7f1b69 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3