summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 22:53:59 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 22:55:49 +0100
commitc1e686a7106f3d68f0e185f94307353c30bb8cd3 (patch)
tree107d35a7fd12ea24aa475c13f5164cdae4b43b35 /README
parentfdb8ccc63d6fae2b7bde71073da2f556e281bc6d (diff)
downloadvdr-plugin-ttxtsubs-c1e686a7106f3d68f0e185f94307353c30bb8cd3.tar.gz
vdr-plugin-ttxtsubs-c1e686a7106f3d68f0e185f94307353c30bb8cd3.tar.bz2
Removed VDR*.patch and Checkpatch.sh and added up-to-date VDR patches into into "patches" subdirectory (thx to Rolf Ahrenberg)
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 9 insertions, 20 deletions
diff --git a/README b/README
index d201a78..c0c7ae1 100644
--- a/README
+++ b/README
@@ -63,28 +63,17 @@ reworked a few times.
Installation:
This plugin is for VDR >= 1.6.0. It currently needs a few hooks in, and
-changes to, VDR to work. A patch file is included. The patches should
+changes to, VDR to work. A patch file is included and it 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 (version numbers may differ):
-
-As usual, unpack the plugin and make a link:
- cd ..../vdr-1.2.6/PLUGINS/src
- tar zxvf ..../vdr-ttxtsubs-0.0.5.tgz
- ln -s ttxtsubs-0.0.5 ttxtsubs
-
-Go back to your VDR directory and install the patches and the new files:
- cd ../../
- cp PLUGINS/src/ttxtsubs-0.0.5/vdrttxtsubshooks.[ch] .
- patch -b < PLUGINS/src/ttxtsubs-0.0.5/VDR.patch
-
-Rebuild VDR:
- make clean
- make include-dir
- make
- make plugins
-
-Now you should be able to start VDR with "-P ttxtsubs".
+cd /put/your/path/here/VDR/PLUGINS/src
+tar -xzf /put/your/path/here/vdr-ttxtsubs-X.Y.Z.tgz
+ln -s ttxtsubs-X.Y.Z ttxtsubs
+cd /put/your/path/here/VDR
+patch -p1 < PLUGINS/src/ttxtsubs/patches/vdr-X.Y.Z-ttxtsubs.patch
+make
+make plugins
+./vdr -P ttxtsubs