summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:57:06 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:57:06 +0100
commit88012c106b8310507e872c72544f423433bac5d2 (patch)
treecf4f58d87b296cf7ed2d269725ae83f8e9db68f0 /README
parent00bd2927feef683ce1630c0614fbe91cd0ea4e93 (diff)
downloadvdr-plugin-ttxtsubs-0.0.4b.tar.gz
vdr-plugin-ttxtsubs-0.0.4b.tar.bz2
- Fix patch for VDR 1.2.5v0.0.4b
- Minor bug fix for dxr3 display
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 6 insertions, 14 deletions
diff --git a/README b/README
index 8411165..5b58dee 100644
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ reworked a few times.
Installation:
-This plugin is for VDR 1.2.1. It currently needs a few hooks in, and
+This plugin is for VDR 1.2.5. 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
@@ -72,14 +72,14 @@ other version of VDR, but don't count on it.
Steps:
As usual, unpack the plugin and make a link:
- cd ..../vdr-1.2.1/PLUGINS/src
- tar zxvf ..../vdr-ttxtsubs-0.0.3.tgz
- ln -s ttxtsubs-0.0.3 ttxtsubs
+ cd ..../vdr-1.2.5/PLUGINS/src
+ tar zxvf ..../vdr-ttxtsubs-0.0.4b.tgz
+ ln -s ttxtsubs-0.0.4b ttxtsubs
Go back to your VDR directory and install the patches and the new files:
cd ../../
- cp PLUGINS/src/ttxtsubs-0.0.3/vdrttxtsubshooks.[ch] .
- patch -b < PLUGINS/src/ttxtsubs-0.0.3/VDR.patch
+ cp PLUGINS/src/ttxtsubs-0.0.4b/vdrttxtsubshooks.[ch] .
+ patch -b < PLUGINS/src/ttxtsubs-0.0.4b/VDR.patch
Rebuild VDR:
make clean
@@ -87,12 +87,4 @@ Rebuild VDR:
make
make plugins
-
-NOTE: If you have installed an earlier version of the patch, you
-need to upgrade it. If so, do this:
- cd ..../vdr-1.2.1
- patch -b < PLUGINS/src/ttxtsubs-0.0.3/VDR.upgrade-patch
- make
-
-
Now you should be able to start VDR with "-P ttxtsubs".