summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 11:01:34 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 11:01:34 +0100
commite5d1aacca2020e63dbaf320ba8b1de61746ad410 (patch)
tree0e267f716f34700a439971926fdc79b0172a0f38 /Makefile
parent88012c106b8310507e872c72544f423433bac5d2 (diff)
downloadvdr-plugin-ttxtsubs-0.0.5pre1.tar.gz
vdr-plugin-ttxtsubs-0.0.5pre1.tar.bz2
- New features:v0.0.5pre1
- More than one language can be chosen, they are used in order of preference - Handles languages with two ISO 639-2 identifiers (as ger/deu, fre/fra) - Subtitles can now be turned on or off - Optional main menu alternative for easy access - Selectable vertical position of text for 4:3/Anamorphic or Letterbox - Left, Center or Right horizontal position of text - Remapping option for those French channels that incorrectly sends teletext page numbers in decimal instead of hexadecimal. Very moderate remapping done at the moment, I hope it is enough. - Subtitles are now recorded with their PTS (timestamps). Not that the timestamps are completely wrong on some channels, this may confuse uncareful subtitle extracting software. - Included patch for VDR 1.3.5 - untested! - Bugs fixed: - Fixed a net-to-host-order bug in the si parser that could make it incorrectly think that there are no subtitles on a channel. Thanks to Nicolas "tarass"! - Fixed a bit swapping bug causing incorrect character encoding for some languages. Thanks to Nicolas "tarass"!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 92e053c..3d2da80 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.18 2003/07/16 04:01:44 ragge Exp $
+# $Id: Makefile,v 1.19 2004/03/01 04:41:13 ragge Exp ragge $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -83,7 +83,7 @@ dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tgz
-bup: clean patch
+bup: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a $(SOURCEFILES) RCS $(TMPDIR)/$(ARCHIVE)