debian/0000755000000000000000000000000012146252046007170 5ustar debian/watch0000644000000000000000000000010411764675406010232 0ustar version=2 http://www.heiligenmann.de/vdr/download/vdr-vcd-(.*)\.tgz debian/rules0000755000000000000000000000062411764675406010270 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale %: dh $@ override_dh_auto_build: dh_auto_build -- all $(MAKE_OPTIONS) override_dh_auto_clean: $(MAKE) -o .dependencies clean $(MAKE_OPTIONS) rm -rf locale libvdr-*.so.* override_dh_gencontrol: sh /usr/share/vdr-dev/dependencies.sh dh_gencontrol debian/install0000644000000000000000000000004211764675406010573 0ustar libvdr-*.so.* usr/lib/vdr/plugins debian/copyright0000644000000000000000000000270111764675406011141 0ustar Upstream Homepage: http://www.heiligenmann.de/vdr/ Upstream Author: Thomas Heiligenmann Andreas Schultz Debian Maintainers: Tobias Grimm Thomas Schmidt Thomas Günther Copyright: (C) 2002 - 2008 Thomas Heiligenmann Copyright (Debian packaging): (C) 2002 - 2011 Thomas Schmidt, Thomas Günther, Tobias Grimm License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 on most Debian systems. License (Debian packaging): The Debian packaging is licensed under the GPL, version 2 or any later version, see /usr/share/common-licenses/GPL-2. debian/docs0000644000000000000000000000000711764675406010056 0ustar README debian/source/0000755000000000000000000000000011764675406010506 5ustar debian/source/format0000644000000000000000000000001411764675406011714 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011764675406010635 5ustar debian/patches/vdr-1.7.27.patch0000644000000000000000000012053211764675406013206 0ustar Index: vdr-plugin-vcd/i18n.c =================================================================== --- vdr-plugin-vcd.orig/i18n.c 2012-04-22 15:30:16.000000000 +0200 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,269 +0,0 @@ -/* - * i18n.c: Internationalization - * - * VCD Player plugin for VDR (the Video Disk Recorder) - * Copyright (C) 2002 Thomas Heiligenmann - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA - * - * Italian translations provided by Gringo - * - */ - - -#include "i18n.h" - -const tI18nPhrase Phrases[] = { - { "VideoCD", - "VideoCD", - "", - "VideoCD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "Tracks", - "Tracks", - "", - "Tracce", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "VideoCD SPI", - "VideoCD SPI", - "", - "VideoCD SPI", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "SPI", - "SPI", - "", - "SPI", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "No disc inserted", - "Keine CD eingelegt", - "", - "Nessun disco inserito", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "No VideoCD detected", - "Keine VideoCD erkannt", - "", - "Nessun VideoCD trovato", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "VCD", - "VCD", - "", - "VCD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "Setup.VCD$Drive speed", - "Laufwerkgeschwindigkeit", - "", - "Velocità lettore", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "Setup.VCD$Broken mode", - "Nicht standardkonform", - "", - "Mod. non standard", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "Setup.VCD$Hide main menu entry", - "Hauptmenüeintrag ausblenden", - "", - "Nascondi voce nel menu principale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "Setup.VCD$Play tracks continuously", - "Tracks nacheinander abspielen", - "", - "Riproduci tracce in modo continuo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "Setup.VCD$Autostart replay", - "Wiedergabe automatisch starten", - "", - "Riproduzione automatica all'avvio", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "Setup.VCD$Play sequence replay", - "Wiedergabe nach Sequenz", - "", - "Riproduci in sequenza", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - }, - { "Eject", - "Auswerfen", - "Izvrzi", - "Eject", - "Eject", - "Ejectar", - "Ejection", - "Eject", - "Avaa", - "Wyrzucenie", - "Expulsar", - "Exsagogi", - "Mata ut", - "Ejecteaza", - "Kidobni", - "Expulsar", - }, - { NULL } -}; - Index: vdr-plugin-vcd/i18n.h =================================================================== --- vdr-plugin-vcd.orig/i18n.h 2012-04-22 15:30:16.000000000 +0200 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -/* - * i18n.h: Internationalization - * - * VCD Player plugin for VDR (the Video Disk Recorder) - * Copyright (C) 2002 Thomas Heiligenmann - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA - * - */ - -#ifndef __VCD_I18N_H -#define __VCD_I18N_H - -#include - -extern const tI18nPhrase Phrases[]; - -#endif //__VCD_I18N_H Index: vdr-plugin-vcd/Makefile =================================================================== --- vdr-plugin-vcd.orig/Makefile 2012-04-22 15:31:13.000000000 +0200 +++ vdr-plugin-vcd/Makefile 2012-04-22 15:31:13.000000000 +0200 @@ -53,7 +53,7 @@ ### The object files (add further files here): -OBJS = $(PLUGIN).o functions.o i18n.o menu.o player.o viewer.o setup.o menucontrol.o psd.o psdcontrol.o +OBJS = $(PLUGIN).o functions.o menu.o player.o viewer.o setup.o menucontrol.o psd.o psdcontrol.o ### Implicit rules: @@ -69,9 +69,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='' -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 $@ @@ -86,4 +111,5 @@ @echo Distribution package created as $(PACKAGE).tgz clean: + @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ Index: vdr-plugin-vcd/menu.c =================================================================== --- vdr-plugin-vcd.orig/menu.c 2012-04-22 15:30:16.000000000 +0200 +++ vdr-plugin-vcd/menu.c 2012-04-22 15:31:13.000000000 +0200 @@ -26,7 +26,7 @@ #include #include -#include "i18n.h" +#include #include "menu.h" #include "functions.h" #include "setup.h" Index: vdr-plugin-vcd/menucontrol.c =================================================================== --- vdr-plugin-vcd.orig/menucontrol.c 2012-04-22 15:30:16.000000000 +0200 +++ vdr-plugin-vcd/menucontrol.c 2012-04-22 15:31:13.000000000 +0200 @@ -26,7 +26,7 @@ #include #include -#include "i18n.h" +#include #include "menu.h" #include "functions.h" #include "setup.h" Index: vdr-plugin-vcd/po/ca_ES.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/ca_ES.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,64 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Marc Rovira Vall , 2003 +# Ramon Roca , 2003 +# Jordi Vilà , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Jordi Vilà \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Expulsar" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/cs_CZ.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/cs_CZ.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Vladimír Bárta , 2006 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Vladimír Bárta \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/da_DK.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/da_DK.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Mogens Elneff , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Mogens Elneff \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/de_DE.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/de_DE.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Klaus Schmidinger , 2000 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Klaus Schmidinger \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "VideoCD" + +msgid "No VideoCD detected" +msgstr "Keine VideoCD erkannt" + +msgid "Eject" +msgstr "Auswerfen" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "Tracks" + +msgid "SPI" +msgstr "SPI" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "VCD" + +msgid "Setup.VCD$Drive speed" +msgstr "Laufwerkgeschwindigkeit" + +msgid "Setup.VCD$Broken mode" +msgstr "Nicht standardkonform" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "Hauptmenüeintrag ausblenden" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "Tracks nacheinander abspielen" + +msgid "Setup.VCD$Autostart replay" +msgstr "Wiedergabe automatisch starten" + +msgid "Setup.VCD$Play sequence replay" +msgstr "Wiedergabe nach Sequenz" + +msgid "No disc inserted" +msgstr "Keine CD eingelegt" Index: vdr-plugin-vcd/po/el_GR.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/el_GR.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Dimitrios Dimitrakos , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Dimitrios Dimitrakos \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-7\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Exsagogi" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/es_ES.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/es_ES.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Ruben Nunez Francisco , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Ruben Nunez Francisco \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Expulsar" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/et_EE.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/et_EE.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Arthur Konovalov , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Arthur Konovalov \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-13\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/fi_FI.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/fi_FI.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,65 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Hannu Savolainen , 2002 +# Jaakko Hyvätti , 2002 +# Niko Tarnanen , 2003 +# Rolf Ahrenberg , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Rolf Ahrenberg \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Avaa" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/fr_FR.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/fr_FR.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,65 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Jean-Claude Repetto , 2001 +# Olivier Jacques , 2003 +# Gregoire Favre , 2003 +# Nicolas Huillard , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Nicolas Huillard \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Ejection" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/hr_HR.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/hr_HR.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,63 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Drazen Dupor , 2004 +# Dino Ravnic , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Drazen Dupor \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/hu_HU.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/hu_HU.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,63 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Istvan Koenigsberger , 2002 +# Guido Josten , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Istvan Koenigsberger , Guido Josten \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Kidobni" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/it_IT.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/it_IT.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,64 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Alberto Carraro , 2001 +# Antonio Ospite , 2003 +# Sean Carlos , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Sean Carlos \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "VideoCD" + +msgid "No VideoCD detected" +msgstr "Nessun VideoCD trovato" + +msgid "Eject" +msgstr "Eject" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "Tracce" + +msgid "SPI" +msgstr "SPI" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "VCD" + +msgid "Setup.VCD$Drive speed" +msgstr "Velocità lettore" + +msgid "Setup.VCD$Broken mode" +msgstr "Mod. non standard" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "Nascondi voce nel menu principale" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "Riproduci tracce in modo continuo" + +msgid "Setup.VCD$Autostart replay" +msgstr "Riproduzione automatica all'avvio" + +msgid "Setup.VCD$Play sequence replay" +msgstr "Riproduci in sequenza" + +msgid "No disc inserted" +msgstr "Nessun disco inserito" Index: vdr-plugin-vcd/po/nl_NL.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/nl_NL.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,64 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Arnold Niessen , 2001 +# Hans Dingemans , 2003 +# Maarten Wisse , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Maarten Wisse \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Eject" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/nn_NO.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/nn_NO.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,63 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Jørgen Tvedt , 2001 +# Truls Slevigen , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Truls Slevigen \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Eject" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/pl_PL.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/pl_PL.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Michael Rakowski , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Michael Rakowski \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Wyrzucenie" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/pt_PT.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/pt_PT.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Paulo Lopes , 2001 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Paulo Lopes \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Ejectar" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/ro_RO.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/ro_RO.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,63 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Paul Lacatus , 2002 +# Lucian Muresan , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Lucian Muresan \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Ejecteaza" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/ru_RU.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/ru_RU.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Vyacheslav Dikonov , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Vyacheslav Dikonov \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-5\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/sl_SI.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/sl_SI.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,63 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Miha Setina , 2000 +# Matjaz Thaler , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Matjaz Thaler \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Izvrzi" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/sv_SE.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/sv_SE.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,63 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Tomas Prybil , 2002 +# Jan Ekholm , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Tomas Prybil \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "Mata ut" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/po/tr_TR.po =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ vdr-plugin-vcd/po/tr_TR.po 2012-04-22 15:31:13.000000000 +0200 @@ -0,0 +1,62 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Oktay Yolgeçen , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-22 15:30+0200\n" +"PO-Revision-Date: 2012-04-22 15:26+0200\n" +"Last-Translator: Oktay Yolgeçen \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-9\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "VideoCD" +msgstr "" + +msgid "No VideoCD detected" +msgstr "" + +msgid "Eject" +msgstr "" + +msgid "Key$Play" +msgstr "" + +msgid "Tracks" +msgstr "" + +msgid "SPI" +msgstr "" + +msgid "Jump: " +msgstr "" + +msgid "VCD" +msgstr "" + +msgid "Setup.VCD$Drive speed" +msgstr "" + +msgid "Setup.VCD$Broken mode" +msgstr "" + +msgid "Setup.VCD$Hide main menu entry" +msgstr "" + +msgid "Setup.VCD$Play tracks continuously" +msgstr "" + +msgid "Setup.VCD$Autostart replay" +msgstr "" + +msgid "Setup.VCD$Play sequence replay" +msgstr "" + +msgid "No disc inserted" +msgstr "" Index: vdr-plugin-vcd/psd.c =================================================================== --- vdr-plugin-vcd.orig/psd.c 2012-04-22 15:30:16.000000000 +0200 +++ vdr-plugin-vcd/psd.c 2012-04-22 15:31:13.000000000 +0200 @@ -21,7 +21,7 @@ */ -#include "i18n.h" +#include #include "psd.h" #include "psdcontrol.h" Index: vdr-plugin-vcd/psdcontrol.c =================================================================== --- vdr-plugin-vcd.orig/psdcontrol.c 2012-04-22 15:30:16.000000000 +0200 +++ vdr-plugin-vcd/psdcontrol.c 2012-04-22 15:31:13.000000000 +0200 @@ -27,7 +27,7 @@ #include #include -#include "i18n.h" +#include #include "functions.h" #include "setup.h" #include "psdcontrol.h" Index: vdr-plugin-vcd/setup.c =================================================================== --- vdr-plugin-vcd.orig/setup.c 2012-04-22 15:30:16.000000000 +0200 +++ vdr-plugin-vcd/setup.c 2012-04-22 15:31:13.000000000 +0200 @@ -22,7 +22,7 @@ #include #include "setup.h" -#include "i18n.h" +#include cVcdSetupData VcdSetupData; Index: vdr-plugin-vcd/vcd.c =================================================================== --- vdr-plugin-vcd.orig/vcd.c 2012-04-22 15:30:16.000000000 +0200 +++ vdr-plugin-vcd/vcd.c 2012-04-22 15:31:13.000000000 +0200 @@ -25,7 +25,7 @@ #include #include #include "functions.h" -#include "i18n.h" +#include #include "menu.h" #include "menucontrol.h" #include "psdcontrol.h" @@ -100,7 +100,6 @@ bool cPluginVcd::Start(void) { - RegisterI18n(Phrases); if (option_vcd) vcd = new cVcd(option_vcd); else debian/patches/90_vcd-0.9-1.7.3.patch0000644000000000000000000000111611764675406013711 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## 90_vcd-0.9-1.7.3.dpatch by Thomas Günther ## http://toms-cafe.de/vdr/download/vcd-0.9-1.7.3.diff ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Changes for VDR >= 1.7.3. @DPATCH@ --- vcd-0.9/player.h +++ vcd-0.9/player.h @@ -42,6 +42,12 @@ #define VIDEO_STREAM_SC 0xE0 #define SC_MASK 0xE0 +// from remux.h (VDR <= 1.7.2) +#define I_FRAME 1 + +// from recording.h (VDR <= 1.7.2) +#define FRAMESPERSEC 25 + class cVcdPlayer; class cVcdPlayerControl : public cControl { debian/patches/series0000644000000000000000000000014111764675406012046 0ustar 01_Makefile-fPIC-fix.patch 90_vcd-0.9-1.7.3.patch 91_vcd-0.9-fix-INCLUDES.patch vdr-1.7.27.patch debian/patches/91_vcd-0.9-fix-INCLUDES.patch0000644000000000000000000000110011764675406015227 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## 91_vcd-0.9-fix-INCLUDES.dpatch by Thomas Günther ## http://toms-cafe.de/vdr/download/vcd-0.9-fix-INCLUDES.diff ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fixes compilation with VDR >= 1.7.13. @DPATCH@ --- vcd-0.9/Makefile +++ vcd-0.9/Makefile @@ -47,7 +47,7 @@ PACKAGE = vdr-$(ARCHIVE) ### Includes and Defines (add further entries here): -INCLUDES = -I$(VDRINC) -I$(DVBDIR) +INCLUDES += -I$(VDRDIR)/include DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE debian/patches/01_Makefile-fPIC-fix.patch0000644000000000000000000000115011764675406015233 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## 01_Makefile-fPIC-fix.dpatch by Tobias Grimm ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad vdr-plugin-vcd-0.9~/Makefile vdr-plugin-vcd-0.9/Makefile --- vdr-plugin-vcd-0.9~/Makefile 2008-01-16 16:29:39.000000000 +0100 +++ vdr-plugin-vcd-0.9/Makefile 2008-02-17 15:18:06.000000000 +0100 @@ -16,7 +16,7 @@ ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual ### The directory environment: debian/compat0000644000000000000000000000000211764675406010404 0ustar 7 debian/control0000644000000000000000000000135411764675406010614 0ustar Source: vdr-plugin-vcd Section: video Priority: extra Maintainer: Debian VDR Team Uploaders: Thomas Schmidt , Tobias Grimm , Thomas Günther Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.28) Standards-Version: 3.9.3 Homepage: http://www.heiligenmann.de/vdr/ Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-vcd.git Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-vcd.git Package: vdr-plugin-vcd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends} Description: VDR Plugin for playing (S)VCD's This plugin for the Linux Video Disc Recorder VDR allows you to play your (S)VCD's within VDR. debian/changelog0000644000000000000000000004410712146252046011050 0ustar vdr-plugin-vcd (0.9-22build1) saucy; urgency=low * Rebuild for vdr-abi-2.0.0-debian. -- Colin Watson Sun, 19 May 2013 23:37:26 +0100 vdr-plugin-vcd (0.9-22) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.28) -- Tobias Grimm Sat, 09 Jun 2012 18:34:10 +0200 vdr-plugin-vcd (0.9-21) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.27) -- Tobias Grimm Thu, 19 Apr 2012 23:03:23 +0200 vdr-plugin-vcd (0.9-20) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.26) * Standards-Version: 3.9.3 -- Tobias Grimm Sun, 25 Mar 2012 12:19:47 +0200 vdr-plugin-vcd (0.9-19) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.23) -- Tobias Grimm Sun, 29 Jan 2012 19:05:24 +0100 vdr-plugin-vcd (0.9-18) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.22) -- Tobias Grimm Sun, 11 Dec 2011 17:16:40 +0100 vdr-plugin-vcd (0.9-17) unstable; urgency=low * Switched to GIT using pristine tar -- Tobias Grimm Sat, 29 Oct 2011 20:11:32 +0200 vdr-plugin-vcd (0.9-16) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.21) -- Tobias Grimm Sun, 18 Sep 2011 18:23:54 +0200 vdr-plugin-vcd (0.9-15) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.20) * Standards-Version: 3.9.2 -- Tobias Grimm Sat, 20 Aug 2011 15:25:39 +0200 vdr-plugin-vcd (0.9-14) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.18) -- Tobias Grimm Sun, 17 Apr 2011 20:06:37 +0200 vdr-plugin-vcd (0.9-13) unstable; urgency=low * Build-depend on vdr-dev >= 1.7.17 * Updated debian/copyright * Standards-Version: 3.9.1 * Switched to debhelper 7 and dropped cdbs -- Tobias Grimm Sat, 09 Apr 2011 19:43:48 +0200 vdr-plugin-vcd (0.9-12) unstable; urgency=low * Build-depend on vdr-dev >= 1.6.0-16 * Bumped standards version to 3.8.4 -- Tobias Grimm Sun, 28 Mar 2010 15:20:54 +0200 vdr-plugin-vcd (0.9-11) unstable; urgency=low * Added 91_vcd-0.9-fix-INCLUDES.dpatch * Removed DVBDIR from debian/rules * Updated debian/copyright -- Thomas Günther Thu, 04 Mar 2010 17:03:12 +0100 vdr-plugin-vcd (0.9-10) unstable; urgency=low * Removed non-standard shebang line from debian/rules (Closes: #552657) * Added README.source * Standards-Version: 3.8.3 -- Tobias Grimm Mon, 09 Nov 2009 00:17:21 +0100 vdr-plugin-vcd (0.9-9) unstable; urgency=low * Release for vdrdevel 1.7.6 * Added ${misc:Depends} * Bumped standards version to 3.8.1 * Updated debian/copyright * Changed section to "video" -- Thomas Günther Wed, 29 Apr 2009 23:11:11 +0200 vdr-plugin-vcd (0.9-8) unstable; urgency=low * Added 90_vcd-0.9-1.7.3.dpatch * Updated debian/copyright -- Thomas Günther Sun, 19 Apr 2009 19:42:25 +0200 vdr-plugin-vcd (0.9-7) unstable; urgency=low [ Tobias Grimm ] * Dropped patchlevel control field * Build-Depend on vdr-dev (>=1.6.0-5) * Bumped Standards-Version to 3.8.0 -- Thomas Schmidt Sat, 19 Jul 2008 18:35:11 +0200 vdr-plugin-vcd (0.9-6) unstable; urgency=low * Upload to unstable -- Thomas Schmidt Mon, 09 Jun 2008 00:14:00 +0200 vdr-plugin-vcd (0.9-5) experimental; urgency=low * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7 -- Tobias Grimm Mon, 12 May 2008 13:17:38 +0200 vdr-plugin-vcd (0.9-4) experimental; urgency=low [ Thomas Schmidt ] * Build-Depend on vdr-dev (>=1.6.0) * Updated years in debian/copyright [ Tobias Grimm ] * Using COMPAT=5 now -- Tobias Grimm Fri, 04 Apr 2008 14:34:34 +0200 vdr-plugin-vcd (0.9-3) experimental; urgency=low * Force rebuild for vdr 1.5.15 -- Tobias Grimm Mon, 18 Feb 2008 21:09:23 +0100 vdr-plugin-vcd (0.9-2) experimental; urgency=low * Force update for new VDR release * Added 01_Makefile-fPIC-fix.dpatch -- Tobias Grimm Sun, 17 Feb 2008 15:19:17 +0100 vdr-plugin-vcd (0.9-1) unstable; urgency=low * New upstream release -- Tobias Grimm Tue, 22 Jan 2008 01:02:39 +0100 vdr-plugin-vcd (0.8-2) unstable; urgency=low * Switched Build-System to cdbs, Build-Depend on cdbs * Bumped Standards-Version to 3.7.3 * Added Homepage field to debian/control * Renamed XS-Vcs-* fields to Vcs-* in debian/control -- Thomas Schmidt Fri, 28 Dec 2007 21:59:01 +0100 vdr-plugin-vcd (0.8-1) unstable; urgency=low * New upstream release * Changed debian/watch to match the changed upstream URL (closes: #450314) * Removed because of upstream fixes: - 01_Makefile-fPIC-fix.dpatch - 02_vdr-1.3.38-fix.dpatch - 90_APIVERSION.dpatch - 91_vcd-0.7-1.5.0.dpatch * Updated debian/copyright -- Tobias Grimm Wed, 12 Dec 2007 20:05:56 +0100 vdr-plugin-vcd (0.7-38) unstable; urgency=low * Release for vdrdevel 1.5.12 -- Thomas Günther Tue, 20 Nov 2007 23:46:34 +0100 vdr-plugin-vcd (0.7-37) unstable; urgency=low * Release for vdrdevel 1.5.11 -- Thomas Günther Tue, 6 Nov 2007 23:34:25 +0100 vdr-plugin-vcd (0.7-36) unstable; urgency=low * Release for vdrdevel 1.5.10 -- Thomas Günther Tue, 16 Oct 2007 23:51:05 +0200 vdr-plugin-vcd (0.7-35) unstable; urgency=low * Release for vdrdevel 1.5.9 -- Thomas Günther Tue, 28 Aug 2007 01:01:16 +0200 vdr-plugin-vcd (0.7-34) unstable; urgency=low * Release for vdrdevel 1.5.8 -- Thomas Günther Thu, 23 Aug 2007 01:09:14 +0200 vdr-plugin-vcd (0.7-33) unstable; urgency=low * Release for vdrdevel 1.5.6 -- Thomas Günther Tue, 14 Aug 2007 01:46:27 +0200 vdr-plugin-vcd (0.7-32) unstable; urgency=low * Release for vdrdevel 1.5.5 -- Thomas Günther Wed, 27 Jun 2007 23:02:49 +0200 vdr-plugin-vcd (0.7-31) unstable; urgency=low * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control * Removed version from Build-Dependancy to dpatch - even Sarge has the required version -- Thomas Schmidt Mon, 28 May 2007 20:27:25 +0200 vdr-plugin-vcd (0.7-30) experimental; urgency=low * Release for vdrdevel 1.5.2 -- Thomas Günther Sat, 28 Apr 2007 00:00:48 +0200 vdr-plugin-vcd (0.7-29) experimental; urgency=low * Release for vdrdevel 1.5.1 -- Thomas Günther Tue, 27 Feb 2007 19:59:25 +0100 vdr-plugin-vcd (0.7-28) experimental; urgency=low * Added 91_vcd-0.7-1.5.0.dpatch * Added myself to Uploaders -- Thomas Günther Sun, 21 Jan 2007 16:48:07 +0100 vdr-plugin-vcd (0.7-27) experimental; urgency=low [ Thomas Günther ] * Replaced VDRdevel adaptions in debian/rules with make-special-vdr * Adapted call of dependencies.sh and patchlevel.sh to the new location in /usr/share/vdr-dev/ * Install HISTORY as changelog * Using debian/compat now * Shortened debian/copyright [ Tobias Grimm ] * Build-Depend on vdr-dev (>=1.4.5-1) -- Tobias Grimm Sun, 14 Jan 2007 20:24:05 +0100 vdr-plugin-vcd (0.7-26) unstable; urgency=low * Build-Depend on vdr-dev (>=1.4.4-1) -- Tobias Grimm Sun, 5 Nov 2006 13:51:08 +0100 vdr-plugin-vcd (0.7-25) unstable; urgency=low * Build-Depend on vdr-dev (>=1.4.3-1) -- Thomas Schmidt Wed, 27 Sep 2006 08:30:11 +0200 vdr-plugin-vcd (0.7-24) unstable; urgency=low * Bumped Standards-Version to 3.7.2 * Added note about the Debian Maintainers to debian/copyright * Added Tobias Grimm to Uploaders * Build-Depend on vdr-dev (>=1.4.2-1) -- Thomas Schmidt Mon, 28 Aug 2006 20:59:15 +0200 vdr-plugin-vcd (0.7-23) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr-dev (>=1.4.1-1) -- Debian VDR Team Sun, 18 Jun 2006 15:55:04 +0200 vdr-plugin-vcd (0.7-22) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr-dev (>=1.4.0-1) -- Debian VDR Team Sun, 30 Apr 2006 21:34:34 +0200 vdr-plugin-vcd (0.7-21) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr-dev (>=1.3.48-1) * Tobias Grimm - Added 90_APIVERSION.dpatch -- Debian VDR Team Mon, 24 Apr 2006 20:17:02 +0200 vdr-plugin-vcd (0.7-20) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr-dev (>=1.3.46-1) -- Debian VDR Team Thu, 13 Apr 2006 00:28:59 +0200 vdr-plugin-vcd (0.7-19) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr-dev (>=1.3.45-1) -- Debian VDR Team Mon, 27 Mar 2006 23:17:59 +0200 vdr-plugin-vcd (0.7-18) unstable; urgency=low * Tobias Grimm - Depend/Build-Depend on vdr (>=1.3.41-1) -- Debian VDR Team Tue, 31 Jan 2006 20:03:22 +0100 vdr-plugin-vcd (0.7-17) unstable; urgency=low * Tobias Grimm - Build-Depend on vdr-dev (>=1.3.40-1) -- Debian VDR Team Thu, 26 Jan 2006 19:45:10 +0100 vdr-plugin-vcd (0.7-16) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr-dev (>=1.3.39-1) -- Debian VDR Team Sun, 22 Jan 2006 12:52:11 +0100 vdr-plugin-vcd (0.7-15) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr (>=1.3.38-1) - Added 02_vdr-1.3.38-fix.dpatch -- Debian VDR Team Tue, 10 Jan 2006 18:43:43 +0100 vdr-plugin-vcd (0.7-14) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr (>=1.3.37-1) -- Debian VDR Team Mon, 28 Nov 2005 22:59:09 +0100 vdr-plugin-vcd (0.7-13) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr (>=1.3.35-1) - Corrected FSF address in debian/copyright -- Debian VDR Team Wed, 2 Nov 2005 17:16:56 +0100 vdr-plugin-vcd (0.7-12) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr (>=1.3.33-1) -- Debian VDR Team Sun, 2 Oct 2005 12:25:58 +0200 vdr-plugin-vcd (0.7-11) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr (>=1.3.32-1) -- Debian VDR Team Sun, 11 Sep 2005 22:04:54 +0200 vdr-plugin-vcd (0.7-10) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr (>=1.3.31-1) - Use dependencies.sh from vdr-dev to set vdr dependencies and conflicts to the right vdr version when building the package -- Debian VDR Team Fri, 2 Sep 2005 18:24:09 +0200 vdr-plugin-vcd (0.7-9) unstable; urgency=low * Tobias Grimm - Depend/Build-Depend on vdr (>=1.3.30-1) - Conflict with vdr (>=1.3.30.99) -- Debian VDR Team Tue, 23 Aug 2005 19:19:09 +0200 vdr-plugin-vcd (0.7-8) unstable; urgency=low * Thomas Schmidt - Depend/Build-Depend on vdr (>=1.3.29-1) - Conflict with vdr (>=1.3.29.99) -- Debian VDR Team Mon, 15 Aug 2005 19:52:27 +0200 vdr-plugin-vcd (0.7-7) unstable; urgency=low * Thomas Schmidt - Depend/Build-Depend on vdr (>=1.3.28-1) - Conflict with vdr (>=1.3.29) -- Debian VDR Team Wed, 10 Aug 2005 21:22:01 +0200 vdr-plugin-vcd (0.7-6) unstable; urgency=low * Thomas Schmidt - Bumped Standards-Version to 3.6.2 -- Debian VDR Team Wed, 29 Jun 2005 18:43:32 +0200 vdr-plugin-vcd (0.7-5) unstable; urgency=low * Thomas Schmidt - Depend/Build-Depend on vdr (>=1.3.27-1) - Conflict with vdr (>=1.3.28) -- Debian VDR Team Sun, 19 Jun 2005 18:12:36 +0200 vdr-plugin-vcd (0.7-4) unstable; urgency=low * Thomas Schmidt - Depend/Build-Depend on vdr (>=1.3.26-1) - Conflict with vdr (>=1.3.27) -- Debian VDR Team Sun, 12 Jun 2005 17:16:05 +0200 vdr-plugin-vcd (0.7-3) experimental; urgency=low * Thomas Schmidt - Depend/Build-Depend on vdr (>=1.3.25-1) - Conflict with vdr (>=1.3.26) -- Debian VDR Team Tue, 31 May 2005 15:00:11 +0200 vdr-plugin-vcd (0.7-2) experimental; urgency=low * Thomas Schmidt - Depend/Build-Depend on vdr (>=1.3.24-1) - Conflict with vdr (>=1.3.25) -- Debian VDR Team Mon, 9 May 2005 17:56:31 +0200 vdr-plugin-vcd (0.7-1) experimental; urgency=low * Thomas Schmidt - New upstream release - Depend/Build-Depend on vdr (>=1.3.23-1) - Conflict with vdr (>=1.3.24) -- Debian VDR Team Sun, 10 Apr 2005 14:04:16 +0200 vdr-plugin-vcd (0.0.6c-2) unstable; urgency=low * Thomas Schmidt - Use patchlevel.sh subst in debian/rules not the old code, therefore Build-Depend on vdr (>=1.2.6-7) - Build-depend on dpatch (>= 2.0.9) - Converted existing dpatch-files to the new short format - Changed my email-address to the debian one -- Debian VDR Team Sat, 26 Mar 2005 17:53:07 +0100 vdr-plugin-vcd (0.0.6c-1) unstable; urgency=low * Thomas Schmidt - First upload to the official archive (closes: #273312) - New upstream release - Added watch-file - Added patchlevel-mechanism, to be compatible with c't-vdr - Use dpatch, so build-dep on dpatch - Add 01_Makefile-fPIC-fix.dpatch - Use dh_install - Changed maintainer to Debian VDR and DVB Packaging Team - Changed architecture to any -- Debian VDR Team Sat, 25 Sep 2004 11:55:01 +0200 vdr-plugin-vcd (0.0.6b-1) unstable; urgency=low * New upstream release -- Thomas Schmidt Sat, 22 Nov 2003 13:53:07 +0100 vdr-plugin-vcd (0.0.6-1) unstable; urgency=low * New upstream release -- Thomas Schmidt Mon, 17 Nov 2003 23:47:51 +0100 vdr-plugin-vcd (0.0.5b-1) unstable; urgency=low * New upstream release * Rebuild for vdr 1.2.6 -- Thomas Schmidt Sun, 16 Nov 2003 15:14:52 +0100 vdr-plugin-vcd (0.0.5-1) unstable; urgency=low * New upstream release -- Thomas Schmidt Sun, 12 Oct 2003 12:58:13 +0200 vdr-plugin-vcd (0.0.4i-6) unstable; urgency=low * Rebuild for vdr 1.2.5 -- Thomas Schmidt Wed, 17 Sep 2003 20:33:38 +0200 vdr-plugin-vcd (0.0.4i-5) unstable; urgency=low * changed the plugin-dir to /usr/lib/vdr/plugins, to be FHS compliant Thanks to Henning Glawe for pointing me to this one -- Thomas Schmidt Sun, 14 Sep 2003 16:35:01 +0200 vdr-plugin-vcd (0.0.4i-4) unstable; urgency=low * Changed debian/rules and debian/control (added debian/control.template), so that the correct dependancy to vdr is filled out automatically on the version of vdr-dev, you have installed * Bump Standards-Version to 3.6.1 -- Thomas Schmidt Wed, 10 Sep 2003 10:36:47 +0200 vdr-plugin-vcd (0.0.4i-3) unstable; urgency=low * Rebuild for vdr 1.2.2 * Bump Standards-Version to 3.6.0 -- Thomas Schmidt Wed, 13 Aug 2003 10:58:55 +0200 vdr-plugin-vcd (0.0.4i-2) unstable; urgency=low * Rebuild for vdr 1.2.1 -- Thomas Schmidt Mon, 9 Jun 2003 19:10:25 +0200 vdr-plugin-vcd (0.0.4i-1) unstable; urgency=low * New upstream release -- Thomas Schmidt Sun, 1 Jun 2003 23:36:18 +0200 vdr-plugin-vcd (0.0.4h-2) unstable; urgency=low * Rebuild for vdr 1.2.0 -- Thomas Schmidt Sun, 1 Jun 2003 22:01:58 +0200 vdr-plugin-vcd (0.0.4h-1) unstable; urgency=low * New upstream release * Rebuild for vdr 1.1.29 -- Thomas Schmidt Wed, 30 Apr 2003 18:04:49 +0200 vdr-plugin-vcd (0.0.4g-1) unstable; urgency=low * New upstream release * Rebuild for vdr 1.1.28 * Bump Standars-Version to 3.5.9 -- Thomas Schmidt Tue, 22 Apr 2003 13:34:25 +0200 vdr-plugin-vcd (0.0.4f-3) unstable; urgency=low * rebuild for vdr 1.1.27 -- Thomas Schmidt Sun, 13 Apr 2003 15:50:09 +0200 vdr-plugin-vcd (0.0.4f-2) unstable; urgency=low * rebuild for vdr 1.1.25 -- Thomas Schmidt Wed, 5 Mar 2003 20:15:52 +0100 vdr-plugin-vcd (0.0.4f-1) unstable; urgency=low * New upstream release - ok, now thats enough for today ;-) -- Thomas Schmidt Sun, 2 Feb 2003 16:42:26 +0100 vdr-plugin-vcd (0.0.4e-1) unstable; urgency=low * New upstream release -- Thomas Schmidt Sun, 2 Feb 2003 16:03:27 +0100 vdr-plugin-vcd (0.0.4b-1) unstable; urgency=low * Initial Release. -- Thomas Schmidt Sun, 2 Feb 2003 15:21:57 +0100