r7206 - in /vdr/vdr-plugin-osdteletext/trunk/debian: changelog control install patches/00list patches/91_osdteletext-1.5.0.dpatch patches/92_channelswitch-fix.dpatch patches/93_i18n-gettext.dpatch rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Thu Jul 24 08:47:50 UTC 2008


Author: tiber-guest
Date: Thu Jul 24 08:47:50 2008
New Revision: 7206

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7206
Log:
* Updated 91_osdteletext-1.5.0.dpatch to set a name for the osdteletext
  receiver thread
* Adeed 92_channelswitch-fix.dpatch
* Added 93_i18n-gettext.dpatch

Added:
    vdr/vdr-plugin-osdteletext/trunk/debian/patches/92_channelswitch-fix.dpatch
    vdr/vdr-plugin-osdteletext/trunk/debian/patches/93_i18n-gettext.dpatch
Modified:
    vdr/vdr-plugin-osdteletext/trunk/debian/changelog
    vdr/vdr-plugin-osdteletext/trunk/debian/control
    vdr/vdr-plugin-osdteletext/trunk/debian/install
    vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list
    vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch
    vdr/vdr-plugin-osdteletext/trunk/debian/rules

Modified: vdr/vdr-plugin-osdteletext/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/debian/changelog?rev=7206&op=diff
==============================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/changelog Thu Jul 24 08:47:50 2008
@@ -1,3 +1,12 @@
+vdr-plugin-osdteletext (0.5.1-38) UNRELEASED; urgency=low
+
+  * Updated 91_osdteletext-1.5.0.dpatch to set a name for the osdteletext
+    receiver thread
+  * Adeed 92_channelswitch-fix.dpatch
+  * Added 93_i18n-gettext.dpatch
+
+ -- Tobias Grimm <tg at e-tobi.net>  Thu, 24 Jul 2008 10:43:33 +0200
+
 vdr-plugin-osdteletext (0.5.1-37) unstable; urgency=low
 
   [ Tobias Grimm ]

Modified: vdr/vdr-plugin-osdteletext/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/debian/control?rev=7206&op=diff
==============================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/control (original)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/control Thu Jul 24 08:47:50 2008
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5)
+Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5), gettext
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/

Modified: vdr/vdr-plugin-osdteletext/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/debian/install?rev=7206&op=diff
==============================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/install (original)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/install Thu Jul 24 08:47:50 2008
@@ -1,2 +1,3 @@
 libvdr-osdteletext.so.*         usr/lib/vdr/plugins/
 debian/plugin.osdteletext.conf  etc/vdr/plugins/
+debian/tmp/usr/share/locale

Modified: vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list?rev=7206&op=diff
==============================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/patches/00list Thu Jul 24 08:47:50 2008
@@ -3,3 +3,5 @@
 
 90_APIVERSION
 91_osdteletext-1.5.0
+92_channelswitch-fix
+93_i18n-gettext

Modified: vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch?rev=7206&op=diff
==============================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch (original)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/patches/91_osdteletext-1.5.0.dpatch Thu Jul 24 08:47:50 2008
@@ -6,10 +6,10 @@
 ## DP: Changes for VDR >= 1.5.0.
 
 @DPATCH@
-diff -aur osdteletext-0.5.1/txtrecv.c osdteletext/txtrecv.c
---- osdteletext-0.5.1/txtrecv.c	2005-08-12 13:20:09.000000000 +0200
-+++ osdteletext/txtrecv.c	2007-01-14 00:14:15.667936696 +0100
-@@ -692,7 +692,9 @@
+diff -urNad vdr-plugin-osdteletext-0.5.1~/txtrecv.c vdr-plugin-osdteletext-0.5.1/txtrecv.c
+--- vdr-plugin-osdteletext-0.5.1~/txtrecv.c	2008-07-24 10:32:50.000000000 +0200
++++ vdr-plugin-osdteletext-0.5.1/txtrecv.c	2008-07-24 10:34:07.000000000 +0200
+@@ -692,11 +692,14 @@
  */
  
  cTxtReceiver::cTxtReceiver(int TPid, tChannelID chan)
@@ -20,3 +20,8 @@
   : cReceiver(0, -1, TPid), 
  #else
   : cReceiver(0, -1, 1, TPid), 
+ #endif
++ cThread("osdteletext-receiver"),
+    chan(chan), TxtPage(0), buffer((188+60)*75), running(false)
+ {
+    Storage::instance()->prepareDirectory(chan);

Added: vdr/vdr-plugin-osdteletext/trunk/debian/patches/92_channelswitch-fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/debian/patches/92_channelswitch-fix.dpatch?rev=7206&op=file
==============================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/patches/92_channelswitch-fix.dpatch (added)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/patches/92_channelswitch-fix.dpatch Thu Jul 24 08:47:50 2008
@@ -1,0 +1,72 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 92_channelswitch-fix.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes problems when switching channals on FF+Budget systems
+## DP: See: http://www.vdr-portal.de/board/thread.php?postid=728192#post728192
+
+ at DPATCH@
+diff -urNad vdr-plugin-osdteletext-0.5.1~/txtrecv.c vdr-plugin-osdteletext-0.5.1/txtrecv.c
+--- vdr-plugin-osdteletext-0.5.1~/txtrecv.c	2005-08-12 13:20:09.000000000 +0200
++++ vdr-plugin-osdteletext-0.5.1/txtrecv.c	2008-07-24 10:21:12.000000000 +0200
+@@ -521,12 +521,15 @@
+    /*if (running)
+       Cancel(3);*/
+    if (receiver)
++   {
++      receiver->Stop();
+       delete receiver;
++   }
+ }
+ 
+ void cTxtStatus::ChannelSwitch(const cDevice *Device, int ChannelNumber)
+ {
+-   if (Device->IsPrimaryDevice()) {
++   if (Device->IsPrimaryDevice() || Device == cDevice::ActualDevice()) {
+ 
+ /*#ifdef OSDTELETEXT_REINSERTION_PATCH
+       if (ttSetup.suspendReceiving) {
+@@ -563,9 +566,9 @@
+       if (!channel)
+          return;
+       //primary device a full-featured card
+-      if (cDevice::PrimaryDevice()->ProvidesChannel(channel, Setup.PrimaryLimit)) {
++      if (cDevice::ActualDevice()->ProvidesChannel(channel, Setup.PrimaryLimit)) {
+           receiver = new cTxtReceiver(TPid, chan);
+-          cDevice::PrimaryDevice()->AttachReceiver(receiver);
++         cDevice::ActualDevice()->AttachReceiver(receiver);
+           //dsyslog("OSDTeletext: Created teletext receiver for channel %d, PID %d on primary device", ChNum, TPid);
+       //primary device a DXR3 or similar
+       } else {
+@@ -707,7 +710,7 @@
+ 
+ cTxtReceiver::~cTxtReceiver()
+ {
+-   Detach();
++   cReceiver::Detach();
+    if (running) {
+       running=false;
+       buffer.Signal();
+@@ -717,6 +720,11 @@
+    delete TxtPage;
+ }
+ 
++void cTxtReceiver::Stop()
++{
++   Activate(false);
++}
++
+ void cTxtReceiver::Activate(bool On)
+ {
+   if (On) {
+diff -urNad vdr-plugin-osdteletext-0.5.1~/txtrecv.h vdr-plugin-osdteletext-0.5.1/txtrecv.h
+--- vdr-plugin-osdteletext-0.5.1~/txtrecv.h	2005-08-12 13:20:14.000000000 +0200
++++ vdr-plugin-osdteletext-0.5.1/txtrecv.h	2008-07-24 10:22:37.000000000 +0200
+@@ -175,6 +175,7 @@
+ public:
+    cTxtReceiver(int TPid, tChannelID chan);
+    virtual ~cTxtReceiver();
++   virtual void Stop();
+ };
+ 
+ class cTxtStatus : public cStatus/*, public cThread*/ {

Added: vdr/vdr-plugin-osdteletext/trunk/debian/patches/93_i18n-gettext.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/debian/patches/93_i18n-gettext.dpatch?rev=7206&op=file
==============================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/patches/93_i18n-gettext.dpatch (added)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/patches/93_i18n-gettext.dpatch Thu Jul 24 08:47:50 2008
@@ -1,0 +1,687 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 91_i18n-gettext.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vdr-plugin-osdteletext-0.5.1~/Makefile vdr-plugin-osdteletext-0.5.1/Makefile
+--- vdr-plugin-osdteletext-0.5.1~/Makefile	2008-07-24 10:36:21.000000000 +0200
++++ vdr-plugin-osdteletext-0.5.1/Makefile	2008-07-24 10:38:29.000000000 +0200
+@@ -64,9 +64,34 @@
+ 
+ -include $(DEPFILE)
+ 
++### Internationalization (I18N):
++
++PODIR     = po
++LOCALEDIR = $(VDRDIR)/locale
++I18Npo    = $(wildcard $(PODIR)/*.po)
++I18Nmsgs  = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
++I18Npot   = $(PODIR)/$(PLUGIN).pot
++
++%.mo: %.po
++	msgfmt -c -o $@ $<
++
++$(I18Npot): $(wildcard *.c)
++	xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<nobody at nowhere.org>' -o $@ $^
++
++%.po: $(I18Npot)
++	msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
++	@touch $@
++
++$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
++	@mkdir -p $(dir $@)
++	cp $< $@
++
++.PHONY: i18n
++i18n: $(I18Nmsgs)
++
+ ### Targets:
+ 
+-all: libvdr-$(PLUGIN).so
++all: libvdr-$(PLUGIN).so i18n
+ 
+ libvdr-$(PLUGIN).so: $(OBJS)
+ 	$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
+@@ -81,6 +106,7 @@
+ 	@echo Distribution package created as $(PACKAGE).tgz
+ 
+ clean:
++	@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
+ 	@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
+ 
+ install:
+diff -urNad vdr-plugin-osdteletext-0.5.1~/po/ca_ES.po vdr-plugin-osdteletext-0.5.1/po/ca_ES.po
+--- vdr-plugin-osdteletext-0.5.1~/po/ca_ES.po	1970-01-01 01:00:00.000000000 +0100
++++ vdr-plugin-osdteletext-0.5.1/po/ca_ES.po	2008-07-24 10:39:31.000000000 +0200
+@@ -0,0 +1,87 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at cadsoft.de>
++# This file is distributed under the same license as the VDR package.
++# Marc Rovira Vall <tm05462 at salleURL.edu>, 2003
++# Ramon Roca <ramon.roca at xcombo.com>, 2003
++# Jordi Vilà <jvila at tinet.org>, 2003
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <nobody at nowhere.org>\n"
++"POT-Creation-Date: 2008-05-04 15:36+0200\n"
++"PO-Revision-Date: 2008-05-04 15:33+0200\n"
++"Last-Translator: Jordi Vilà <jvila at tinet.org>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "*** Invalid Channel ***"
++msgstr ""
++
++msgid "Channel (press OK): "
++msgstr "Canal (premi OK):"
++
++msgid "Page"
++msgstr "Pàgina"
++
++msgid "not found"
++msgstr "no trobada"
++
++msgid "Displays teletext on the OSD"
++msgstr "Visualitza el teletext en l'OSD"
++
++msgid "Teletext (OSD)"
++msgstr "Teletext (OSD)"
++
++msgid "Red key"
++msgstr "Tecla vermella"
++
++msgid "Green key"
++msgstr "Tecla verda"
++
++msgid "Yellow key"
++msgstr "Tecla groga"
++
++msgid "Blue key"
++msgstr "Tecla blava"
++
++msgid "Zoom"
++msgstr "Zoom"
++
++msgid "Half page"
++msgstr "Mitja pàgina"
++
++msgid "Change channel"
++msgstr "Canvi cadena"
++
++msgid "Switch background"
++msgstr "Canvia el fons"
++
++msgid "Jump to..."
++msgstr "Salta a..."
++
++msgid "Background transparency"
++msgstr "Transparència del fons"
++
++msgid "Show clock"
++msgstr "Visualitza l'hora"
++
++msgid "Auto-update pages"
++msgstr "Actualització pàgines automàtica"
++
++msgid "OSD height"
++msgstr "Altura OSD"
++
++msgid "OSD width"
++msgstr "Amplària OSD"
++
++msgid "OSD horizontal align"
++msgstr ""
++
++msgid "OSD vertical align"
++msgstr ""
++
++msgid "  Page number"
++msgstr "  Nombre de pàgina"
+diff -urNad vdr-plugin-osdteletext-0.5.1~/po/de_DE.po vdr-plugin-osdteletext-0.5.1/po/de_DE.po
+--- vdr-plugin-osdteletext-0.5.1~/po/de_DE.po	1970-01-01 01:00:00.000000000 +0100
++++ vdr-plugin-osdteletext-0.5.1/po/de_DE.po	2008-07-24 10:39:31.000000000 +0200
+@@ -0,0 +1,85 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at cadsoft.de>
++# This file is distributed under the same license as the VDR package.
++# Klaus Schmidinger <kls at cadsoft.de>, 2000
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <nobody at nowhere.org>\n"
++"POT-Creation-Date: 2008-05-04 15:36+0200\n"
++"PO-Revision-Date: 2008-05-04 15:33+0200\n"
++"Last-Translator: Klaus Schmidinger <kls at cadsoft.de>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "*** Invalid Channel ***"
++msgstr ""
++
++msgid "Channel (press OK): "
++msgstr "Sender (OK drücken): "
++
++msgid "Page"
++msgstr "Seite"
++
++msgid "not found"
++msgstr "nicht gefunden"
++
++msgid "Displays teletext on the OSD"
++msgstr "Zeigt den Videotext auf dem OSD an"
++
++msgid "Teletext (OSD)"
++msgstr "Videotext (OSD)"
++
++msgid "Red key"
++msgstr "Rote Taste"
++
++msgid "Green key"
++msgstr "Grüne Taste"
++
++msgid "Yellow key"
++msgstr "Gelbe Taste"
++
++msgid "Blue key"
++msgstr "Blaue Taste"
++
++msgid "Zoom"
++msgstr "Vergrößern"
++
++msgid "Half page"
++msgstr "Halbe Seite"
++
++msgid "Change channel"
++msgstr "Kanal wechseln"
++
++msgid "Switch background"
++msgstr "Hintergrund ändern"
++
++msgid "Jump to..."
++msgstr "Springe zu..."
++
++msgid "Background transparency"
++msgstr "Hintergrund-Transparenz"
++
++msgid "Show clock"
++msgstr "Uhr anzeigen"
++
++msgid "Auto-update pages"
++msgstr "Seiten aktualisieren"
++
++msgid "OSD height"
++msgstr "OSD-Höhe"
++
++msgid "OSD width"
++msgstr "OSD-Breite"
++
++msgid "OSD horizontal align"
++msgstr "OSD horizontale Anordnung"
++
++msgid "OSD vertical align"
++msgstr "OSD vertikale Anordnung"
++
++msgid "  Page number"
++msgstr "  Seitenzahl"
+diff -urNad vdr-plugin-osdteletext-0.5.1~/po/es_ES.po vdr-plugin-osdteletext-0.5.1/po/es_ES.po
+--- vdr-plugin-osdteletext-0.5.1~/po/es_ES.po	1970-01-01 01:00:00.000000000 +0100
++++ vdr-plugin-osdteletext-0.5.1/po/es_ES.po	2008-07-24 10:39:31.000000000 +0200
+@@ -0,0 +1,85 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at cadsoft.de>
++# This file is distributed under the same license as the VDR package.
++# Ruben Nunez Francisco <ruben.nunez at tang-it.com>, 2002
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <nobody at nowhere.org>\n"
++"POT-Creation-Date: 2008-05-04 15:36+0200\n"
++"PO-Revision-Date: 2008-05-04 15:33+0200\n"
++"Last-Translator: Ruben Nunez Francisco <ruben.nunez at tang-it.com>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "*** Invalid Channel ***"
++msgstr ""
++
++msgid "Channel (press OK): "
++msgstr "Canal (pulse OK):"
++
++msgid "Page"
++msgstr "Página"
++
++msgid "not found"
++msgstr "no encontrada"
++
++msgid "Displays teletext on the OSD"
++msgstr "Visualiza el teletexto en el OSD"
++
++msgid "Teletext (OSD)"
++msgstr "Teletexto (OSD)"
++
++msgid "Red key"
++msgstr "Tecla roja"
++
++msgid "Green key"
++msgstr "Tecla verde"
++
++msgid "Yellow key"
++msgstr "Tecla amarilla"
++
++msgid "Blue key"
++msgstr "Tecla azul"
++
++msgid "Zoom"
++msgstr "Zoom"
++
++msgid "Half page"
++msgstr "Media página"
++
++msgid "Change channel"
++msgstr "Cambio cadena"
++
++msgid "Switch background"
++msgstr "Cambia el fondo"
++
++msgid "Jump to..."
++msgstr "Salta a..."
++
++msgid "Background transparency"
++msgstr "Transparencia del fondo"
++
++msgid "Show clock"
++msgstr "Visualiza el reloj"
++
++msgid "Auto-update pages"
++msgstr ""
++
++msgid "OSD height"
++msgstr "Altura OSD"
++
++msgid "OSD width"
++msgstr "Anchura OSD"
++
++msgid "OSD horizontal align"
++msgstr ""
++
++msgid "OSD vertical align"
++msgstr ""
++
++msgid "  Page number"
++msgstr "  Número de página"
+diff -urNad vdr-plugin-osdteletext-0.5.1~/po/fi_FI.po vdr-plugin-osdteletext-0.5.1/po/fi_FI.po
+--- vdr-plugin-osdteletext-0.5.1~/po/fi_FI.po	1970-01-01 01:00:00.000000000 +0100
++++ vdr-plugin-osdteletext-0.5.1/po/fi_FI.po	2008-07-24 10:39:31.000000000 +0200
+@@ -0,0 +1,88 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at cadsoft.de>
++# This file is distributed under the same license as the VDR package.
++# Hannu Savolainen <hannu at opensound.com>, 2002
++# Jaakko Hyvätti <jaakko at hyvatti.iki.fi>, 2002
++# Niko Tarnanen <niko.tarnanen at hut.fi>, 2003
++# Rolf Ahrenberg <rahrenbe at cc.hut.fi>, 2003
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <nobody at nowhere.org>\n"
++"POT-Creation-Date: 2008-05-04 15:36+0200\n"
++"PO-Revision-Date: 2008-05-04 15:33+0200\n"
++"Last-Translator: Rolf Ahrenberg <rahrenbe at cc.hut.fi>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "*** Invalid Channel ***"
++msgstr ""
++
++msgid "Channel (press OK): "
++msgstr "Kanava (paina OK):"
++
++msgid "Page"
++msgstr "Sivua"
++
++msgid "not found"
++msgstr "ei löydy"
++
++msgid "Displays teletext on the OSD"
++msgstr "Teksti-TV (OSD)"
++
++msgid "Teletext (OSD)"
++msgstr "Teksti-TV"
++
++msgid "Red key"
++msgstr "Punainen näppäin"
++
++msgid "Green key"
++msgstr "Vihreä näppäin"
++
++msgid "Yellow key"
++msgstr "Keltainen näppäin"
++
++msgid "Blue key"
++msgstr "Sininen näppäin"
++
++msgid "Zoom"
++msgstr "Suurenna"
++
++msgid "Half page"
++msgstr "Puolikas sivu"
++
++msgid "Change channel"
++msgstr "Vaihda kanavaa"
++
++msgid "Switch background"
++msgstr "Vaihda tausta"
++
++msgid "Jump to..."
++msgstr "Siirry sivulle..."
++
++msgid "Background transparency"
++msgstr "Taustan läpinäkyvyys"
++
++msgid "Show clock"
++msgstr "Näytä kello"
++
++msgid "Auto-update pages"
++msgstr "Automaattinen sivupäivitys"
++
++msgid "OSD height"
++msgstr "Korkeus"
++
++msgid "OSD width"
++msgstr "Leveys"
++
++msgid "OSD horizontal align"
++msgstr "Pystykeskitys"
++
++msgid "OSD vertical align"
++msgstr "Vaakakeskitys"
++
++msgid "  Page number"
++msgstr "  Sivunumero"
+diff -urNad vdr-plugin-osdteletext-0.5.1~/po/fr_FR.po vdr-plugin-osdteletext-0.5.1/po/fr_FR.po
+--- vdr-plugin-osdteletext-0.5.1~/po/fr_FR.po	1970-01-01 01:00:00.000000000 +0100
++++ vdr-plugin-osdteletext-0.5.1/po/fr_FR.po	2008-07-24 10:39:31.000000000 +0200
+@@ -0,0 +1,88 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at cadsoft.de>
++# This file is distributed under the same license as the VDR package.
++# Jean-Claude Repetto <jc at repetto.org>, 2001
++# Olivier Jacques <jacquesolivier at hotmail.com>, 2003
++# Gregoire Favre <greg at magma.unil.ch>, 2003
++# Nicolas Huillard <nhuillard at e-dition.fr>, 2005
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <nobody at nowhere.org>\n"
++"POT-Creation-Date: 2008-05-04 15:36+0200\n"
++"PO-Revision-Date: 2008-05-04 15:33+0200\n"
++"Last-Translator: Nicolas Huillard <nhuillard at e-dition.fr>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "*** Invalid Channel ***"
++msgstr ""
++
++msgid "Channel (press OK): "
++msgstr "Chaine (Appuyer sur OK): "
++
++msgid "Page"
++msgstr "Page"
++
++msgid "not found"
++msgstr "pas trouvé"
++
++msgid "Displays teletext on the OSD"
++msgstr ""
++
++msgid "Teletext (OSD)"
++msgstr "Teletext (OSD)"
++
++msgid "Red key"
++msgstr "Touche rouge"
++
++msgid "Green key"
++msgstr "Touche verte"
++
++msgid "Yellow key"
++msgstr "Touche jaune"
++
++msgid "Blue key"
++msgstr "Touche bleue"
++
++msgid "Zoom"
++msgstr "Zoom"
++
++msgid "Half page"
++msgstr "Demi-Page"
++
++msgid "Change channel"
++msgstr "Changer la chaîne"
++
++msgid "Switch background"
++msgstr "Change le fond d'écran"
++
++msgid "Jump to..."
++msgstr "Aller à..."
++
++msgid "Background transparency"
++msgstr "Fond transparent"
++
++msgid "Show clock"
++msgstr "Afficher l'heure"
++
++msgid "Auto-update pages"
++msgstr "Mise a jour des pages"
++
++msgid "OSD height"
++msgstr "OSD Hauteur"
++
++msgid "OSD width"
++msgstr "OSD Largeur"
++
++msgid "OSD horizontal align"
++msgstr ""
++
++msgid "OSD vertical align"
++msgstr ""
++
++msgid "  Page number"
++msgstr "  Nombre de pages"
+diff -urNad vdr-plugin-osdteletext-0.5.1~/po/it_IT.po vdr-plugin-osdteletext-0.5.1/po/it_IT.po
+--- vdr-plugin-osdteletext-0.5.1~/po/it_IT.po	1970-01-01 01:00:00.000000000 +0100
++++ vdr-plugin-osdteletext-0.5.1/po/it_IT.po	2008-07-24 10:39:31.000000000 +0200
+@@ -0,0 +1,87 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at cadsoft.de>
++# This file is distributed under the same license as the VDR package.
++# Alberto Carraro <bertocar at tin.it>, 2001
++# Antonio Ospite <ospite at studenti.unina.it>, 2003
++# Sean Carlos <seanc at libero.it>, 2005
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <nobody at nowhere.org>\n"
++"POT-Creation-Date: 2008-05-04 15:36+0200\n"
++"PO-Revision-Date: 2008-05-04 15:33+0200\n"
++"Last-Translator: Sean Carlos <seanc at libero.it>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "*** Invalid Channel ***"
++msgstr ""
++
++msgid "Channel (press OK): "
++msgstr "Canale (premere OK)"
++
++msgid "Page"
++msgstr "Pagina"
++
++msgid "not found"
++msgstr "non trovata"
++
++msgid "Displays teletext on the OSD"
++msgstr ""
++
++msgid "Teletext (OSD)"
++msgstr "Teletext (OSD)"
++
++msgid "Red key"
++msgstr "Tasto Rosso"
++
++msgid "Green key"
++msgstr "Tasto Verde"
++
++msgid "Yellow key"
++msgstr "Tasto Giallo"
++
++msgid "Blue key"
++msgstr "Tasto Blu"
++
++msgid "Zoom"
++msgstr "Zoom"
++
++msgid "Half page"
++msgstr "Mezza pagina"
++
++msgid "Change channel"
++msgstr "Cambio canale"
++
++msgid "Switch background"
++msgstr "Cambia sfondo"
++
++msgid "Jump to..."
++msgstr "Salta a..."
++
++msgid "Background transparency"
++msgstr "Trasparenza dello sfondo"
++
++msgid "Show clock"
++msgstr "Visualizza la hora"
++
++msgid "Auto-update pages"
++msgstr "Aggiornamento pagina automatico"
++
++msgid "OSD height"
++msgstr "Altezza OSD"
++
++msgid "OSD width"
++msgstr "Larghezza OSD"
++
++msgid "OSD horizontal align"
++msgstr ""
++
++msgid "OSD vertical align"
++msgstr ""
++
++msgid "  Page number"
++msgstr "  Numero di pagina"
+diff -urNad vdr-plugin-osdteletext-0.5.1~/po/ru_RU.po vdr-plugin-osdteletext-0.5.1/po/ru_RU.po
+--- vdr-plugin-osdteletext-0.5.1~/po/ru_RU.po	1970-01-01 01:00:00.000000000 +0100
++++ vdr-plugin-osdteletext-0.5.1/po/ru_RU.po	2008-07-24 10:39:31.000000000 +0200
+@@ -0,0 +1,85 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at cadsoft.de>
++# This file is distributed under the same license as the VDR package.
++# Vyacheslav Dikonov <sdiconov at mail.ru>, 2004
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <nobody at nowhere.org>\n"
++"POT-Creation-Date: 2008-05-04 15:36+0200\n"
++"PO-Revision-Date: 2008-05-04 15:33+0200\n"
++"Last-Translator: Vyacheslav Dikonov <sdiconov at mail.ru>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-5\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "*** Invalid Channel ***"
++msgstr ""
++
++msgid "Channel (press OK): "
++msgstr "ºÐÝÐÛ (½ÐÖÜØâÕ ¾º)"
++
++msgid "Page"
++msgstr "ÁâàÐÝØæÐ"
++
++msgid "not found"
++msgstr "ÝÕ ÝÐÙÔÕÝÐ"
++
++msgid "Displays teletext on the OSD"
++msgstr "¿ÞÚÐ× âÕÛÕâÕÚáâÐ Ò ÜÕÝî"
++
++msgid "Teletext (OSD)"
++msgstr "ÂÕÛÕâÕÚáâ"
++
++msgid "Red key"
++msgstr "ºàÐáÝÐï ÚÝÞßÚÐ"
++
++msgid "Green key"
++msgstr "·ÕÛñÝÐï ÚÝÞßÚÐ"
++
++msgid "Yellow key"
++msgstr "¶ñÛâÐï ÚÝÞßÚÐ"
++
++msgid "Blue key"
++msgstr "ÁØÝïï ÚÝÞßÚÐ"
++
++msgid "Zoom"
++msgstr "ãÒÕÛØçØâì"
++
++msgid "Half page"
++msgstr "ßÞÛ-áâàÐÝØæë"
++
++msgid "Change channel"
++msgstr "ßÕàÕÚÛîçØâì ÚÐÝÐÛ"
++
++msgid "Switch background"
++msgstr "ÝÕßàÞ×àÐçÝëÙ äÞÝ"
++
++msgid "Jump to..."
++msgstr "ßÕàÕÙâØ Ú..."
++
++msgid "Background transparency"
++msgstr "ÁâÕßÕÝì ßàÞ×àÐçÝÞáâØ äÞÝÐ"
++
++msgid "Show clock"
++msgstr "¿ÞÚÐ×ëÒÐâì çÐáë"
++
++msgid "Auto-update pages"
++msgstr "°ÒâÞÞÑÝÞÒÛÕÝØÕ áâàÐÝØæ"
++
++msgid "OSD height"
++msgstr "²ëáÞâÐ ÜÕÝî"
++
++msgid "OSD width"
++msgstr "ÈØàØÝÐ ÜÕÝî"
++
++msgid "OSD horizontal align"
++msgstr ""
++
++msgid "OSD vertical align"
++msgstr ""
++
++msgid "  Page number"
++msgstr "  ½ÞÜÕà áâàÐÝØæë"

Modified: vdr/vdr-plugin-osdteletext/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/trunk/debian/rules?rev=7206&op=diff
==============================================================================
--- vdr/vdr-plugin-osdteletext/trunk/debian/rules (original)
+++ vdr/vdr-plugin-osdteletext/trunk/debian/rules Thu Jul 24 08:47:50 2008
@@ -5,7 +5,8 @@
 
 DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
+               LOCALEDIR=debian/tmp/usr/share/locale
 
 common-build-arch::
 	$(MAKE) all $(MAKE_OPTIONS)
@@ -16,4 +17,3 @@
 
 common-binary-predeb-arch::
 	sh /usr/share/vdr-dev/dependencies.sh
-




More information about the pkg-vdr-dvb-changes mailing list