r5917 - in /vdr/vdr-plugin-iptv/trunk/debian: ./ README.Debian changelog compat control copyright dirs docs examples install links patches/ patches/00list patches/02_libsi-include.dpatch patches/03_de-po.dpatch rules vlc2iptv watch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Nov 21 08:48:36 UTC 2007


Author: tiber-guest
Date: Wed Nov 21 08:48:36 2007
New Revision: 5917

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5917
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    vdr/vdr-plugin-iptv/trunk/debian/   (with props)
    vdr/vdr-plugin-iptv/trunk/debian/README.Debian
    vdr/vdr-plugin-iptv/trunk/debian/changelog
    vdr/vdr-plugin-iptv/trunk/debian/compat
    vdr/vdr-plugin-iptv/trunk/debian/control
    vdr/vdr-plugin-iptv/trunk/debian/copyright
    vdr/vdr-plugin-iptv/trunk/debian/dirs
    vdr/vdr-plugin-iptv/trunk/debian/docs
    vdr/vdr-plugin-iptv/trunk/debian/examples
    vdr/vdr-plugin-iptv/trunk/debian/install
    vdr/vdr-plugin-iptv/trunk/debian/links
    vdr/vdr-plugin-iptv/trunk/debian/patches/
    vdr/vdr-plugin-iptv/trunk/debian/patches/00list
    vdr/vdr-plugin-iptv/trunk/debian/patches/02_libsi-include.dpatch   (with props)
    vdr/vdr-plugin-iptv/trunk/debian/patches/03_de-po.dpatch   (with props)
    vdr/vdr-plugin-iptv/trunk/debian/rules   (with props)
    vdr/vdr-plugin-iptv/trunk/debian/vlc2iptv
    vdr/vdr-plugin-iptv/trunk/debian/watch

Propchange: vdr/vdr-plugin-iptv/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: vdr/vdr-plugin-iptv/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/README.Debian?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/README.Debian (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/README.Debian Wed Nov 21 08:48:36 2007
@@ -1,0 +1,32 @@
+vdr-plugin-iptv for Debian
+--------------------------
+
+The IPTV plug-in can use an external script for transcoding input streams
+into an MPEG2 transport stream.
+
+The Debian package of the IPTV plug-in comes with it's own script that uses
+VLC for transcoding. The script is called `vlc2iptv` and can be used
+as follows:
+
+In the channels.conf:
+
+    IPTV-EXT;IPTV:1:IPTV|EXT|vlc2iptv|1:P:0:2:3:0:0:1:0:0:0
+                                      ^
+                                      |
+                                 <Parameter>
+
+<Parameter> specifies, which URL should be transcoded. To configure this URL,
+create a file `/etc/vdr/plugins/iptv/vlcinput/<Parameter>.conf` with the
+following contents:
+
+    URL="http://www.foo.net/bar-stream"
+    VPID=2
+    APID=3
+    SPID=4
+
+VPID, APID and SPID are the PID-Values you have to use in the channels.conf
+entry.                            
+
+Please see also the section about the external streaming in the README.
+
+ -- Tobias Grimm <tg at e-tobi.net>  Sat, 27 Oct 2007 11:56:47 +0200

Added: vdr/vdr-plugin-iptv/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/changelog?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/changelog (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/changelog Wed Nov 21 08:48:36 2007
@@ -1,0 +1,25 @@
+vdr-plugin-iptv (0.0.3-2xeatre1) unstable; urgency=low
+
+  * Rebuild for new vdr 1.5.11-1xeatre1
+
+ -- Tobias Grimm <tg at e-tobi.net>  Mon, 12 Nov 2007 17:32:26 +0100
+
+vdr-plugin-iptv (0.0.3-2) unstable; urgency=low
+
+  * Force rebuild for vdr 1.4.7-2xeatre4 / 1.5.10-1xeatre3
+  * Build-Depend on vdr-dev >= 1.4.7-2
+
+ -- Tobias Grimm <tg at e-tobi.net>  Sun, 04 Nov 2007 01:19:21 +0100
+
+vdr-plugin-iptv (0.0.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Added description of vlc2iptv
+
+ -- Tobias Grimm <tg at e-tobi.net>  Mon, 29 Oct 2007 20:49:24 +0100
+
+vdr-plugin-iptv (0.0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #447906)
+
+ -- Tobias Grimm <tg at e-tobi.net>  Mon, 29 Oct 2007 01:12:47 +0100

Added: vdr/vdr-plugin-iptv/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/compat?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/compat (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/compat Wed Nov 21 08:48:36 2007
@@ -1,0 +1,1 @@
+5

Added: vdr/vdr-plugin-iptv/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/control?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/control (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/control Wed Nov 21 08:48:36 2007
@@ -1,0 +1,21 @@
+Source: vdr-plugin-iptv
+Section: misc
+Priority: extra
+Maintainer: Tobias Grimm <tg at e-tobi.net>
+Build-Depends: debhelper (>= 5), dpatch, vdr-dev (>= 1.4.7-2)
+Standards-Version: 3.7.2
+
+Package: vdr-plugin-iptv
+Architecture: any
+Depends: ${shlibs:Depends}, ${vdr:Depends}, vlc
+Description: IPTV plug-in for VDR
+ This plug-in for the Linux Video Disc Recorder (VDR) seamlessly integrates
+ multicast IPTV transport streams. You can use any IPTV channel like any other
+ normal DVB channel for live viewing, recording, etc. The plug-in also features
+ full section filtering capabilities which allow for example information
+ to be extracted from the Event Information Tabel (EIT) embedded in the incoming
+ stream.
+ .
+ Currently the IPTV plug-in has direct support for both multicast UDP/RTP
+ and unicast HTTP MPEG1/2 transport streams.
+XB-VDR-Patchlevel: ${vdr:Patchlevel}

Added: vdr/vdr-plugin-iptv/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/copyright?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/copyright (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/copyright Wed Nov 21 08:48:36 2007
@@ -1,0 +1,37 @@
+Upstream Homepage:
+    http://www.saunalahti.fi/~rahrenbe/vdr/iptv/
+
+Upstream Authors:
+    Rolf Ahrenberg
+    Antti Seppälä
+
+Debian Maintainers:
+    Tobias Grimm <tg at e-tobi.net>
+
+Copyright:
+    (C) 2007 Rolf Ahrenberg, Antti Seppälä
+
+Copyright (Debian packaging):
+    (C) 2007 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.
+
+    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 St, 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 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.

Added: vdr/vdr-plugin-iptv/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/dirs?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/dirs (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/dirs Wed Nov 21 08:48:36 2007
@@ -1,0 +1,1 @@
+etc/vdr/plugins/iptv/vlcinput

Added: vdr/vdr-plugin-iptv/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/docs?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/docs (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/docs Wed Nov 21 08:48:36 2007
@@ -1,0 +1,1 @@
+README

Added: vdr/vdr-plugin-iptv/trunk/debian/examples
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/examples?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/examples (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/examples Wed Nov 21 08:48:36 2007
@@ -1,0 +1,1 @@
+iptv/*

Added: vdr/vdr-plugin-iptv/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/install?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/install (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/install Wed Nov 21 08:48:36 2007
@@ -1,0 +1,5 @@
+libvdr-iptv.so.*    usr/lib/vdr/plugins/
+locale/*            usr/share/locale/
+
+debian/vlc2iptv     usr/share/vdr-plugin-iptv/
+

Added: vdr/vdr-plugin-iptv/trunk/debian/links
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/links?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/links (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/links Wed Nov 21 08:48:36 2007
@@ -1,0 +1,1 @@
+usr/share/vdr-plugin-iptv/vlc2iptv    var/lib/vdr/plugins/iptv/vlc2iptv

Added: vdr/vdr-plugin-iptv/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/patches/00list?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/patches/00list (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/patches/00list Wed Nov 21 08:48:36 2007
@@ -1,0 +1,2 @@
+02_libsi-include
+03_de-po

Added: vdr/vdr-plugin-iptv/trunk/debian/patches/02_libsi-include.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/patches/02_libsi-include.dpatch?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/patches/02_libsi-include.dpatch (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/patches/02_libsi-include.dpatch Wed Nov 21 08:48:36 2007
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_libsi-include.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Correct libsi include path
+
+ at DPATCH@
+--- vdr-plugin-iptv-0.0.2.orig/sidscanner.c
++++ vdr-plugin-iptv-0.0.2/sidscanner.c
+@@ -6,7 +6,7 @@
+  * $Id: sidscanner.c,v 1.1 2007/10/01 18:14:57 rahrenbe Exp $
+  */
+ 
+-#include <libsi/section.h>
++#include <vdr/libsi/section.h>
+ 
+ #include "common.h"
+ #include "sidscanner.h"

Propchange: vdr/vdr-plugin-iptv/trunk/debian/patches/02_libsi-include.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: vdr/vdr-plugin-iptv/trunk/debian/patches/03_de-po.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/patches/03_de-po.dpatch?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/patches/03_de-po.dpatch (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/patches/03_de-po.dpatch Wed Nov 21 08:48:36 2007
@@ -1,0 +1,138 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_de-po.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: German translation
+
+ at DPATCH@
+diff -urNad vdr-plugin-iptv-0.0.3~/po/de.po vdr-plugin-iptv-0.0.3/po/de.po
+--- vdr-plugin-iptv-0.0.3~/po/de.po	1970-01-01 01:00:00.000000000 +0100
++++ vdr-plugin-iptv-0.0.3/po/de.po	2007-10-29 21:20:02.000000000 +0100
+@@ -0,0 +1,127 @@
++# German translations for iptv package.
++# Copyright (C) 2007 THE iptv'S COPYRIGHT HOLDER
++# This file is distributed under the same license as the iptv package.
++# Tobias <vdr at e-tobi.net>, 2007.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: iptv 0.0.2.x\n"
++"Report-Msgid-Bugs-To: Rolf Ahrenberg\n"
++"POT-Creation-Date: 2007-10-27 12:49+0200\n"
++"PO-Revision-Date: 2007-10-29 21:19+0100\n"
++"Last-Translator: Tobias Grimm <tg at e-tobi.net>\n"
++"Language-Team: German\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=utf-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"Plural-Forms: nplurals=2; plural=(n != 1);\n"
++
++msgid "PAT (0x00)"
++msgstr "PAT (0x00)"
++
++msgid "NIT (0x40)"
++msgstr "NIT (0x40)"
++
++msgid "SDT (0x42)"
++msgstr "SDT (0x42)"
++
++msgid "EIT (0x4E/0x4F)"
++msgstr "EIT (0x4E/0x4F)"
++
++msgid "EIT (0x5X)"
++msgstr "EIT (0x5X)"
++
++msgid "EIT (0x6X)"
++msgstr "EIT (0x6X)"
++
++msgid "TDT (0x70)"
++msgstr "TDT (0x70)"
++
++msgid "Experience the IPTV"
++msgstr "Erlebe IPTV"
++
++msgid "UDP"
++msgstr "UDP"
++
++msgid "HTTP"
++msgstr "HTTP"
++
++msgid "FILE"
++msgstr "DATEI"
++
++msgid "EXT"
++msgstr "EXT"
++
++msgid "Protocol"
++msgstr "Protokoll"
++
++msgid "Delay (ms)"
++msgstr "Verzögerung (ms)"
++
++msgid "Script"
++msgstr "Skript"
++
++msgid "Parameter"
++msgstr "Parameter"
++
++msgid "Address"
++msgstr "Adresse"
++
++msgid "Port"
++msgstr "Port"
++
++msgid "Nid"
++msgstr "Nid"
++
++msgid "Tid"
++msgstr "Tid"
++
++msgid "Rid"
++msgstr "Rid"
++
++msgid "Cannot find unique channel settings!"
++msgstr "Kann eindeutige Kanaleinstellungen nicht finden!"
++
++msgid "IPTV Channels"
++msgstr "IPTV Kanäle"
++
++msgid "IPTV Information"
++msgstr "IPTV Informationen"
++
++msgid "General"
++msgstr "Allgemein"
++
++msgid "Pids"
++msgstr "Pids"
++
++msgid "Filters"
++msgstr "Filter"
++
++msgid "Bits/bytes"
++msgstr "Bits/Bytes"
++
++msgid "IPTV information not available!"
++msgstr "IPTV Informationen nicht verfügbar!"
++
++msgid "TS buffer size [MB]"
++msgstr "TS Puffergröße [MB]"
++
++msgid "TS buffer prefill ratio [%]"
++msgstr "TS Puffer-Preload [%]"
++
++msgid "EXT protocol base port"
++msgstr "EXT Protokoll Basisport"
++
++msgid "Use section filtering"
++msgstr "Benutze Abschnittsfilterung"
++
++msgid "Scan Sid automatically"
++msgstr "Scanne SID automatisch"
++
++msgid "Disable filters"
++msgstr "Deaktiviere Filter"
++
++#. TRANSLATORS: note the singular!
++msgid "Disable filter"
++msgstr "Deaktiviere Filter"
++

Propchange: vdr/vdr-plugin-iptv/trunk/debian/patches/03_de-po.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: vdr/vdr-plugin-iptv/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/rules?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/rules (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/rules Wed Nov 21 08:48:36 2007
@@ -1,0 +1,95 @@
+#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+# To use dpatch uncomment the following line and set Build-Depends to dpatch
+DPATCH=yes
+
+ifdef DPATCH
+include /usr/share/dpatch/dpatch.make
+else
+patch:
+patch-stamp:
+unpatch:
+endif
+
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale VDRLOCALE=true
+
+configure: configure-stamp
+configure-stamp: patch-stamp
+	dh_testdir
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+	$(MAKE) all $(MAKE_OPTIONS)
+	touch build-stamp
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	rm -f libvdr-*.so.*
+	rm -rf locale
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	dh_install
+	chmod a+x debian/vdr-plugin-iptv/usr/share/vdr-plugin-iptv/vlc2iptv
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf
+	dh_installdocs
+	dh_installexamples
+#	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs HISTORY
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	sh /usr/share/vdr-dev/patchlevel.sh subst
+	sh /usr/share/vdr-dev/dependencies.sh
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure \
+        clean-patched patch unpatch

Propchange: vdr/vdr-plugin-iptv/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: vdr/vdr-plugin-iptv/trunk/debian/vlc2iptv
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/vlc2iptv?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/vlc2iptv (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/vlc2iptv Wed Nov 21 08:48:36 2007
@@ -1,0 +1,33 @@
+#!/bin/sh
+
+if [ $# -ne 2 ]; then
+    logger "$0: error: Invalid parameter count '$#' $*"
+    exit 1;
+fi
+
+# Channels.conf parameter
+PARAMETER=${1}
+
+# Iptv plugin listens this port
+PORT=${2}
+
+# Default bitrates for stream transcoding
+VBITRATE=2400
+ABITRATE=320
+
+conf="/etc/vdr/plugins/iptv/vlcinput/$PARAMETER.conf"
+
+if [ -e $conf ] ; then
+    . $conf
+else
+    logger "$0: error: vlc input configuration not defined!"
+fi
+
+# Create unique pids for the stream
+
+[ -z $VPID ] && let VPID=${PARAMETER}+1
+[ -z $APID ] && let APID=${PARAMETER}+2
+[ -z $SPID ] && let SPID=${PARAMETER}+3
+
+# Use 'exec' for capturing program pid for further management in IPTV plugin
+exec vlc "${URL}" --sout "#transcode{vcodec=mp2v,acodec=mpga,vb=${VBITRATE},ab=${ABITRATE}}:standard{access=udp,mux=ts{pid-video=${VPID},pid-audio=${APID},pid-spu=${SPID}},dst=127.0.0.1:${PORT}}" --intf dummy

Added: vdr/vdr-plugin-iptv/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/debian/watch?rev=5917&op=file
==============================================================================
--- vdr/vdr-plugin-iptv/trunk/debian/watch (added)
+++ vdr/vdr-plugin-iptv/trunk/debian/watch Wed Nov 21 08:48:36 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/vdr-iptv-(.*)\.tgz




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