Package: vdr-plugin-live / 0.2.0+git20130305-6.1

Metadata

Package Version Patches format
vdr-plugin-live 0.2.0+git20130305-6.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
themes directory.patch | (download)

pages/setup.ecpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
0001 Fix listener bug triggered by never versions of cxxt.patch | (download)

Makefile | 3 2 + 1 - 0 !
pages/Makefile | 3 2 + 1 - 0 !
setup.cpp | 13 9 + 4 - 0 !
tntfeatures.h | 2 2 + 0 - 0 !
4 files changed, 15 insertions(+), 6 deletions(-)

 [patch] fix listener bug triggered by never versions of cxxtools
 reported in bug #1066


0001 Make LIVE compile and work with Tntnet and cxxtools .patch | (download)

pages/recordings.ecpp | 4 4 + 0 - 0 !
tntconfig.cpp | 166 111 + 55 - 0 !
tntfeatures.h | 12 12 + 0 - 0 !
3 files changed, 127 insertions(+), 55 deletions(-)

 [patch 1/2] =?utf-8?q?make=20live=20compile=20and=20work=20with?=
 =?UTF-8?q?=20Tntnet=20and=20cxxtools=20version=202.2.=20Thanks=20to=20Tom?=
 =?UTF-8?q?mi=20M=C3=A4kitalo=20for=20his=20help=20on=20resolving=20the=20?=
 =?UTF-8?q?issues.=20This=20problem=20was=20reported=20by=20Martin=20Ganss?=
 =?UTF-8?q?er=20and=20by=20the=20user=20'varas'=20in=20the=20bugtracker=20?=
 =?UTF-8?q?as=20bug=20#1351.=20This=20commit=20fixes=20that=20bug.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit


0002 With tntnet v2.2 use also the request.getArg name fu.patch | (download)

pages/content.ecpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [patch 2/2] with tntnet v2.2 use also the request.getarg(<name>)
 function. In the previous commit support for tntnet 2.2 was added. The URL
 mapping changed in that version and allows now named arguments. This change
 makes uses of this feature now.