[SCM] vdr-plugin-vdrcd packaging repository branch, master, updated. debian/0.0.10.1-43-1-gbe16721
etobi
git at e-tobi.net
Sun Jun 3 10:10:45 UTC 2012
The following commit has been merged in the master branch:
commit be16721ab0a4e1cbdc75965a9dcca4466da3322f
Author: etobi <git at e-tobi.net>
Date: Sun Jun 3 11:49:47 2012 +0200
Source format 3.0 (quilt)
* Source format 3.0 (quilt)
* Switched to debhelper 7 and dropped cdbs
* Build-depend on vdr-dev (>= 1.7.27)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 54d6fec..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,7 +0,0 @@
-This package uses the dpatch system to save and apply patches to the
-upstream source code of the software that is packaged. For details
-about how to use dpatch read
-
- /usr/share/doc/dpatch/README.source.gz
-
-from the dpatch package.
diff --git a/debian/changelog b/debian/changelog
index d039cf4..b893745 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-vdrcd (0.0.10.1-44) UNRELEASED; urgency=low
+
+ * Source format 3.0 (quilt)
+ * Switched to debhelper 7 and dropped cdbs
+ * Build-depend on vdr-dev (>= 1.7.27)
+
+ -- Tobias Grimm <etobi at debian.org> Sun, 03 Jun 2012 11:49:21 +0200
+
vdr-plugin-vdrcd (0.0.10.1-43) experimental; urgency=low
* Switched to GIT using pristine tar
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 7fa4026..5966225 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: video
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <tg at e-tobi.net>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.27)
+Standards-Version: 3.9.3
Homepage: http://linux.kompiliert.net/index.php?view=vdrcd
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-vdrcd.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-vdrcd.git
@@ -14,12 +14,12 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, vdr-plugin-dvd, vdr-plugin-vcd
Suggests: vdr-plugin-mp3
Description: Mediadetection Plugin for vdr
- This Plugin tries to identify the type of a Media Disc
- inserted into your CD-ROM/DVD drive. If the type of media
- is known and an appropriate Plugin is loaded, it starts it.
+ This Plugin tries to identify the type of a Media Disc
+ inserted into your CD-ROM/DVD drive. If the type of media
+ is known and an appropriate Plugin is loaded, it starts it.
.
- If you have a VDR directory structure on that disc, it
- launches VDR's own Recording Menu.
+ If you have a VDR directory structure on that disc, it
+ launches VDR's own Recording Menu.
.
- This also works if you have the MPEG- files stored
+ This also works if you have the MPEG- files stored
directly in the root of the disc, starting with 001.vdr.
diff --git a/debian/install b/debian/install
index c5b712a..97efeda 100644
--- a/debian/install
+++ b/debian/install
@@ -2,3 +2,4 @@ libvdr-vdrcd.so.* usr/lib/vdr/plugins/
debian/plugin.vdrcd.conf etc/vdr/plugins/
debian/mount.sh usr/lib/vdr-plugin-vdrcd/
debian/commands.vdrcd.conf etc/vdr/command-hooks/
+locale usr/share/
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 0ea937f..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,5 +0,0 @@
-01_Makefile-fPIC-fix
-10_mp3-kUp-fix
-11_dvd-archive
-
-90_APIVERSION.dpatch
diff --git a/debian/patches/01_Makefile-fPIC-fix.dpatch b/debian/patches/01_Makefile-fPIC-fix.patch
similarity index 100%
rename from debian/patches/01_Makefile-fPIC-fix.dpatch
rename to debian/patches/01_Makefile-fPIC-fix.patch
diff --git a/debian/patches/10_mp3-kUp-fix.dpatch b/debian/patches/10_mp3-kUp-fix.patch
similarity index 100%
rename from debian/patches/10_mp3-kUp-fix.dpatch
rename to debian/patches/10_mp3-kUp-fix.patch
diff --git a/debian/patches/11_dvd-archive.dpatch b/debian/patches/11_dvd-archive.patch
similarity index 100%
rename from debian/patches/11_dvd-archive.dpatch
rename to debian/patches/11_dvd-archive.patch
diff --git a/debian/patches/90_APIVERSION.dpatch b/debian/patches/90_APIVERSION.dpatch
deleted file mode 100644
index 2a60f84..0000000
--- a/debian/patches/90_APIVERSION.dpatch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh -e
-## 90_APIVERSION.dpatch by Thomas Günther <tom at toms-cafe.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Support for the APIVERSION define as introduced in VDR-1.3.47.
-
-case "$1" in
- -patch)
- sed -i -e s/VDRVERSION/APIVERSION/g Makefile
- ;;
- -unpatch)
- sed -i -e s/APIVERSION/VDRVERSION/g Makefile
- ;;
- *)
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1
- ;;
-esac
-
-exit 0
diff --git a/debian/patches/90_APIVERSION.patch b/debian/patches/90_APIVERSION.patch
new file mode 100644
index 0000000..aa09d6a
--- /dev/null
+++ b/debian/patches/90_APIVERSION.patch
@@ -0,0 +1,22 @@
+Index: vdr-plugin-vdrcd/Makefile
+===================================================================
+--- vdr-plugin-vdrcd.orig/Makefile 2012-06-03 11:46:16.000000000 +0200
++++ vdr-plugin-vdrcd/Makefile 2012-06-03 11:47:14.000000000 +0200
+@@ -31,7 +31,7 @@
+
+ ### The version number of VDR (taken from VDR's "config.h"):
+
+-VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
++APIVERSION = $(shell grep 'define APIVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
+
+ ### The name of the distribution archive:
+
+@@ -80,7 +80,7 @@
+
+ libvdr-$(PLUGIN).so: $(OBJS)
+ $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
+- @cp $@ $(LIBDIR)/$@.$(VDRVERSION)
++ @cp $@ $(LIBDIR)/$@.$(APIVERSION)
+
+ dist: clean
+ @-rm -rf $(TMPDIR)/$(ARCHIVE)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6f71f7b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,6 @@
+01_Makefile-fPIC-fix.patch
+10_mp3-kUp-fix.patch
+11_dvd-archive.patch
+
+90_APIVERSION.patch
+vdr-1.7.27-i18n.patch
diff --git a/debian/patches/vdr-1.7.27-i18n.patch b/debian/patches/vdr-1.7.27-i18n.patch
new file mode 100644
index 0000000..1f6f9ad
--- /dev/null
+++ b/debian/patches/vdr-1.7.27-i18n.patch
@@ -0,0 +1,1262 @@
+Index: vdr-plugin-vdrcd/Makefile
+===================================================================
+--- vdr-plugin-vdrcd.orig/Makefile 2012-06-03 11:53:58.000000000 +0200
++++ vdr-plugin-vdrcd/Makefile 2012-06-03 11:53:58.000000000 +0200
+@@ -46,7 +46,7 @@
+
+ ### The object files (add further files here):
+
+-OBJS = $(PLUGIN).o i18n.o setup.o status.o
++OBJS = $(PLUGIN).o setup.o status.o
+
+ ifeq ($(shell test -f $(VDRDIR)/PLUGINS/src/mp3/mp3.h ; echo $$?),0)
+ DEFINES += -DHAVE_MP3_H
+@@ -74,9 +74,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='<tobias.grimm at e-tobi.net>' -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 $@
+@@ -91,4 +116,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-vdrcd/i18n.c
+===================================================================
+--- vdr-plugin-vdrcd.orig/i18n.c 2012-06-03 11:50:21.000000000 +0200
++++ /dev/null 1970-01-01 00:00:00.000000000 +0000
+@@ -1,108 +0,0 @@
+-#include "i18n.h"
+-
+-const tI18nPhrase Phrases[] = {
+- { "Play Disc", // English
+- "Disk abspielen", // Deutsch
+- "", // Slovenski
+- "", // Italiano
+- "", // Nederlands
+- "", // Portugus
+- "Lecture du disque", // Franais
+- "", // Norsk
+- "", // Suomi
+- "", // Polski
+- "", // Espaol
+- "", // Ellinika
+- "", // Svenska
+- "", // Romaneste
+- "", // Magyar
+- "", // Català
+- },
+- { "Identifying Disc", // English
+- "Identifiziere Disk", // Deutsch
+- "", // Slovenski
+- "", // Italiano
+- "", // Nederlands
+- "", // Portugus
+- "Identification du disque",// Franais
+- "", // Norsk
+- "", // Suomi
+- "", // Polski
+- "", // Espaol
+- "", // Ellinika
+- "", // Svenska
+- "", // Romaneste
+- "", // Magyar
+- "", // Català
+- },
+- { "Couldn't identify disc!",// English
+- "Konnte Disk nicht identifizieren!",// Deutsch
+- "", // Slovenski
+- "", // Italiano
+- "", // Nederlands
+- "", // Portugus
+- "Impossible d'identifier le disque !",// Franais
+- "", // Norsk
+- "", // Suomi
+- "", // Polski
+- "", // Espaol
+- "", // Ellinika
+- "", // Svenska
+- "", // Romaneste
+- "", // Magyar
+- "", // Català
+- },
+- { "Missing appropriate PlugIn!",// English
+- "Kein passendes PlugIn gefunden!",// Deutsch
+- "", // Slovenski
+- "", // Italiano
+- "", // Nederlands
+- "", // Portugus
+- "Plugin approprié manquant !",// Franais
+- "", // Norsk
+- "", // Suomi
+- "", // Polski
+- "", // Espaol
+- "", // Ellinika
+- "", // Svenska
+- "", // Romaneste
+- "", // Magyar
+- "", // Català
+- },
+- { "Drive not present in mp3sources.conf!"//English
+- "Laufwerk fehlt in mp3sources.conf!",// Deutsch
+- "", // Slovenski
+- "", // Italiano
+- "", // Nederlands
+- "", // Portugus
+- "Lecteur absent de mp3sources.conf!",// Franais
+- "", // Norsk
+- "", // Suomi
+- "", // Polski
+- "", // Espaol
+- "", // Ellinika
+- "", // Svenska
+- "", // Romaneste
+- "", // Magyar
+- "", // Català
+- },
+- { "Drive not present in mplayersources.conf!"//English
+- "Laufwerk fehlt in mplayersources.conf!",// Deutsch
+- "", // Slovenski
+- "", // Italiano
+- "", // Nederlands
+- "", // Portugus
+- "Lecteur absent de mplayersources.conf!",// Franais
+- "", // Norsk
+- "", // Suomi
+- "", // Polski
+- "", // Espaol
+- "", // Ellinika
+- "", // Svenska
+- "", // Romaneste
+- "", // Magyar
+- "", // Català
+- },
+- { NULL }
+-};
+-
+Index: vdr-plugin-vdrcd/i18n.h
+===================================================================
+--- vdr-plugin-vdrcd.orig/i18n.h 2012-06-03 11:50:21.000000000 +0200
++++ /dev/null 1970-01-01 00:00:00.000000000 +0000
+@@ -1,9 +0,0 @@
+-#ifndef VDR_VDRCD_I18N_H
+-#define VDR_VDRCD_I18N_H
+-
+-#include <vdr/i18n.h>
+-
+-extern const tI18nPhrase Phrases[];
+-
+-#endif // VDR_VDRCD_I18N_H
+-
+Index: vdr-plugin-vdrcd/po/ca_ES.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/ca_ES.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,46 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.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: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Jordi Vilà <jvila at tinet.org>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/cs_CZ.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/cs_CZ.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Vladimír Bárta <vladimir.barta at k2atmitec.cz>, 2006
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Vladimír Bárta <vladimir.barta at k2atmitec.cz>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-2\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/da_DK.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/da_DK.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Mogens Elneff <mogens at elneff.dk>, 2004
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Mogens Elneff <mogens at elneff.dk>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/de_DE.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/de_DE.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Klaus Schmidinger <kls at tvdr.de>, 2000
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Klaus Schmidinger <kls at tvdr.de>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr "Disk abspielen"
++
++msgid "Identifying Disc"
++msgstr "Identifiziere Disk"
++
++msgid "Couldn't identify disc!"
++msgstr "Konnte Disk nicht identifizieren!"
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr "Kein passendes PlugIn gefunden!"
+Index: vdr-plugin-vdrcd/po/el_GR.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/el_GR.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Dimitrios Dimitrakos <mail at dimitrios.de>, 2002
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Dimitrios Dimitrakos <mail at dimitrios.de>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-7\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/es_ES.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/es_ES.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.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: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Ruben Nunez Francisco <ruben.nunez at tang-it.com>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/et_EE.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/et_EE.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Arthur Konovalov <kasjas at hot.ee>, 2004
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Arthur Konovalov <kasjas at hot.ee>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-13\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/fi_FI.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/fi_FI.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,47 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.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: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Rolf Ahrenberg <rahrenbe at cc.hut.fi>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/fr_FR.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/fr_FR.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,47 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.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: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Nicolas Huillard <nhuillard at e-dition.fr>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr "Lecture du disque"
++
++msgid "Identifying Disc"
++msgstr "Identification du disque"
++
++msgid "Couldn't identify disc!"
++msgstr "Impossible d'identifier le disque !"
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr "Plugin approprié manquant !"
+Index: vdr-plugin-vdrcd/po/hr_HR.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/hr_HR.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,45 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Drazen Dupor <drazen.dupor at dupor.com>, 2004
++# Dino Ravnic <dino.ravnic at fer.hr>, 2004
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Drazen Dupor <drazen.dupor at dupor.com>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-2\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr "Laufwerk fehlt in mp3sources.conf!"
+Index: vdr-plugin-vdrcd/po/hu_HU.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/hu_HU.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,45 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Istvan Koenigsberger <istvnko at hotmail.com>, 2002
++# Guido Josten <guido.josten at t-online.de>, 2002
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Istvan Koenigsberger <istvnko at hotmail.com>, Guido Josten <guido.josten at t-online.de>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-2\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/it_IT.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/it_IT.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,46 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.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: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Sean Carlos <seanc at libero.it>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/nl_NL.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/nl_NL.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,46 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Arnold Niessen <niessen at iae.nl> <arnold.niessen at philips.com>, 2001
++# Hans Dingemans <hans.dingemans at tacticalops.nl>, 2003
++# Maarten Wisse <Maarten.Wisse at urz.uni-hd.de>, 2005
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Maarten Wisse <Maarten.Wisse at urz.uni-hd.de>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-15\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/nn_NO.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/nn_NO.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,45 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Jørgen Tvedt <pjtvedt at online.no>, 2001
++# Truls Slevigen <truls at slevigen.no>, 2002
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Truls Slevigen <truls at slevigen.no>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/pl_PL.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/pl_PL.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Michael Rakowski <mrak at gmx.de>, 2002
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Michael Rakowski <mrak at gmx.de>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-2\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/pt_PT.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/pt_PT.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Paulo Lopes <pmml at netvita.pt>, 2001
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Paulo Lopes <pmml at netvita.pt>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/ro_RO.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/ro_RO.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,45 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Paul Lacatus <paul at campina.iiruc.ro>, 2002
++# Lucian Muresan <lucianm at users.sourceforge.net>, 2004
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Lucian Muresan <lucianm at users.sourceforge.net>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-2\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/ru_RU.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/ru_RU.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.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: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Vyacheslav Dikonov <sdiconov at mail.ru>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-5\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/sl_SI.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/sl_SI.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,45 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Miha Setina <mihasetina at softhome.net>, 2000
++# Matjaz Thaler <matjaz.thaler at guest.arnes.si>, 2003
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Matjaz Thaler <matjaz.thaler at guest.arnes.si>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-2\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/sv_SE.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/sv_SE.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,45 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Tomas Prybil <tomas at prybil.se>, 2002
++# Jan Ekholm <chakie at infa.abo.fi>, 2003
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Tomas Prybil <tomas at prybil.se>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/po/tr_TR.po
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ vdr-plugin-vdrcd/po/tr_TR.po 2012-06-03 11:56:20.000000000 +0200
+@@ -0,0 +1,44 @@
++# VDR plugin language source file.
++# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
++# This file is distributed under the same license as the VDR package.
++# Oktay Yolgeçen <oktay_73 at yahoo.de>, 2007
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: VDR 1.5.7\n"
++"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
++"POT-Creation-Date: 2012-06-03 11:56+0200\n"
++"PO-Revision-Date: 2012-06-03 11:43+0200\n"
++"Last-Translator: Oktay Yolgeçen <oktay_73 at yahoo.de>\n"
++"Language-Team: <vdr at linuxtv.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-9\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++msgid "Video-CD Autostart"
++msgstr ""
++
++msgid "Audio/MP3-CD Autostart"
++msgstr ""
++
++msgid "Plays identified Media Discs (for autofs)"
++msgstr ""
++
++msgid "Play Disc"
++msgstr ""
++
++msgid "Identifying Disc"
++msgstr ""
++
++msgid "Couldn't identify disc!"
++msgstr ""
++
++msgid "Drive not present in mplayersources.conf!"
++msgstr ""
++
++msgid "Drive not present in mp3sources.conf!"
++msgstr ""
++
++msgid "Missing appropriate PlugIn!"
++msgstr ""
+Index: vdr-plugin-vdrcd/vdrcd.c
+===================================================================
+--- vdr-plugin-vdrcd.orig/vdrcd.c 2012-06-03 11:53:58.000000000 +0200
++++ vdr-plugin-vdrcd/vdrcd.c 2012-06-03 11:53:58.000000000 +0200
+@@ -7,7 +7,7 @@
+ */
+
+ #include "vdrcd.h"
+-#include "i18n.h"
++#include <vdr/i18n.h>
+ #include "setup.h"
+ #include "status.h"
+
+@@ -21,8 +21,8 @@
+ extern const char *VideoDirectory;
+
+ static const char *VERSION = "0.0.10.1";
+-static const char *DESCRIPTION = "Plays identified Media Discs (for autofs)";
+-static const char *MAINMENUENTRY = "Play Disc";
++static const char *DESCRIPTION = trNOOP("Plays identified Media Discs (for autofs)");
++static const char *MAINMENUENTRY = trNOOP("Play Disc");
+
+ enum eTypeMethod {
+ State,
+@@ -161,8 +161,6 @@
+ }
+
+ bool cPluginVdrcd::Start(void) {
+- RegisterI18n(Phrases);
+-
+ if (MountScript == NULL)
+ MountScript = "mount.sh";
+
diff --git a/debian/rules b/debian/rules
index ad58720..6c9a1b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,20 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
-DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
- LOCALEDIR=debian/tmp/usr/share/locale
+%:
+ dh $@
-common-build-arch::
- $(MAKE) all $(MAKE_OPTIONS)
+override_dh_auto_build:
+ dh_auto_build -- all $(MAKE_OPTIONS)
-binary-install/vdr-plugin-vdrcd::
- chmod 755 $(CURDIR)/debian/vdr-plugin-vdrcd/usr/lib/vdr-plugin-vdrcd/mount.sh
-
-cleanbuilddir::
+override_dh_auto_clean:
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -f libvdr-*.so.*
+ rm -rf locale libvdr-*.so.*
-common-binary-predeb-arch::
+override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
+ dh_gencontrol
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
vdr-plugin-vdrcd packaging repository
More information about the pkg-vdr-dvb-changes
mailing list