<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr">
    <title>gmane.linux.gentoo.vdr</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/53"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/52"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/51"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/50"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/49"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/48"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/47"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/46"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/45"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.gentoo.vdr/44"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/53">
    <title>Re: Proposed ebuild: driver for saa716x based dvb cards like Technotrend S2-6400</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/53</link>
    <description>&lt;pre&gt;Hallo Martin Dummer,

you wrote on Sonntag, 4. März 2012 / 10:28:




added to overlay vdr-devel

tanks for your work :)

&lt;/pre&gt;</description>
    <dc:creator>Joerg Bornkessel</dc:creator>
    <dc:date>2012-03-06T14:59:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/52">
    <title>Proposed ebuild: driver for saa716x based dvb cards like Technotrend S2-6400</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/52</link>
    <description>&lt;pre&gt;as recently announced...

have fun!

martin
&lt;/pre&gt;</description>
    <dc:creator>Martin Dummer</dc:creator>
    <dc:date>2012-03-04T09:28:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/51">
    <title>Re: proposed ebuild: vdr-dvbhddevice pulled directly from source tree</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/51</link>
    <description>&lt;pre&gt;Hallo Martin Dummer,

you wrote on Freitag, 2. März 2012 / 00:31:


sounds good,
fixed some technical issues.

Use latestet eapi, -&amp;gt; EAPI=4

removed comments about the patch,
this info should be added in the top of the patch
also the source where is the patch from.

removed use-flag firmware
note: DEPEND= packages, need on compile time
RDEPEND= packages, need on runtime
this is what the created libs will call

the use-flag firmware is more a candidat for the comming up
tt-s2-6400-modules-${PV}.ebuild
(not shure yet about the name convention)
then it should not called as use-flag,
better is an info call in

pkg_postinst() { }

then.

Iam not shure about the name of use-flag vdr-sc-patch
should it not be, transfermode?
please attache the patch in your reply, then we will see more...

anyway, dont know yet what the patch will fix,
and is the patch on all &amp;gt;=vdr-1.7.18 or
all vdr-sc versions needed,

&lt;/pre&gt;</description>
    <dc:creator>Joerg Bornkessel</dc:creator>
    <dc:date>2012-03-02T16:21:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/50">
    <title>proposed ebuild: vdr-dvbhddevice pulled directly from source tree</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/50</link>
    <description>&lt;pre&gt;
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit vdr-plugin

DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
S2-6400 DVB Card"
HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
HG_REVISION="91d1d0615dc7"
HG_REVISION_DATE="20120207"
SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
-&amp;gt; dvbhddevice-0.0.4_p${HG_REVISION_DATE}.tar.gz"

KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-2"
IUSE="+firmware vdr-sc-patch"

DEPEND="&amp;gt;=media-video/vdr-1.7.18"
RDEPEND="${DEPEND}
firmware? ( media-tv/tt-s2-6400-firmware )"

S="${WORKDIR}/dvbhddevice-${HG_REVISION}"

src_prepare() {
vdr-plugin_src_prepare
# http://www.digital-eliteboard.com/showthread.php?139835-VDR-SC-und-TT-S2-6400&amp;amp;p=1232901&amp;amp;viewfull=1#post1232901
use vdr-sc-patch &amp;amp;&amp;amp; epatch "${FILESDIR}/diffFile3.txt"
fix_vdr_libsi_include dvbhdffdevice.c
}

&lt;/pre&gt;</description>
    <dc:creator>Martin Dummer</dc:creator>
    <dc:date>2012-03-01T23:31:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/49">
    <title>shell script to compile tt-s2-6400 driver from andreas regel source tree</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/49</link>
    <description>&lt;pre&gt;use this script to compile drivers for technotrend s2-6400

use the script with a not-root-user, if compile is successful then the
modules will be installed with a "sudo" call
#!/bin/bash

HG_REP="http://powarman.dyndns.org/hgwebdir.cgi/v4l-dvb-saa716x/"

#Jun 03 18:21:32 2011
#REV_OPTS="-r 1d34d58f281c"

#Sun Aug 21 17:18:00 2011 +0200 (6 weeks ago)
#REV_OPTS="-r fbcf17e360ee"

#Sun, 06 Nov 2011 19:04:22 +0100 Andreas Regel saa716x_ff: support correct TS mux setting for FPGA 1.10.
#REV_OPTS="-r 956dbeac0169"

#Mon, 24 Oct 2011 19:55:09 +0200 Andreas Regel saa716x_ff: Allow to have osd device opened twice.
#REV_OPTS="-r d35cb1db5bb2"

#Mon, 24 Oct 2011 19:42:05 +0200 Andreas Regel saa716x_ff: move firmware command interface code to separate file.
#REV_OPTS="-r 491683c27d90"

#11 Oct 2011
#saa716x_ff: Fix possible crash in IRQ handler.
#
#During loading or unloading the saa716x_ff module it could happen that
#saa716x-&amp;gt;priv was accessed in the IRQ handler before being initialized
#or after the pointer wa&lt;/pre&gt;</description>
    <dc:creator>Martin Dummer</dc:creator>
    <dc:date>2012-03-01T23:14:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/48">
    <title>Re[2]: Problem with /etc/init.d/vdr after upgrade to vdr-1.7.23</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/48</link>
    <description>&lt;pre&gt;Hallo Martin Dummer,

you wrote on Montag, 13. Februar 2012 / 00:11:






Martin,
damnd, you are right

i hope i removed now all .pl extensions

Plz. update to

gentoo-vdr-scripts-0.4.10.1

Sorry, my fault

Thanks for your reminder and good work.

&lt;/pre&gt;</description>
    <dc:creator>Joerg Bornkessel</dc:creator>
    <dc:date>2012-02-13T20:10:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/47">
    <title>Re: Problem with /etc/init.d/vdr after upgrade to vdr-1.7.23</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/47</link>
    <description>&lt;pre&gt;
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 12.02.2012 21:57, schrieb Joerg Bornkessel:
media-tv/gentoo-vdr-scripts-0.4.10 is installed, this happened together
with vdr-1.7.23

I re-emerged media-tv/gentoo-vdr-scripts-0.4.10 and find
/usr/share/vdr/rcscript/post-start-50-svdrp.sh with the wrong content...
and /etc/init.d/vdr shows the old behaviour again.
So your hint does not help, at least not on my 2 vdr systems.


???

Martin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk84RwYACgkQrl/4JlwVxHiuiwCglCdL5ZxD0moaEwW2s1AonZQY
I0YAoM2SyAPPOBl3SvhBrxIbCWVyNYjF
=rLHY
-----END PGP SIGNATURE-----



&lt;/pre&gt;</description>
    <dc:creator>Martin Dummer</dc:creator>
    <dc:date>2012-02-12T23:11:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/46">
    <title>Re: Problem with /etc/init.d/vdr after upgrade to vdr-1.7.23</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/46</link>
    <description>&lt;pre&gt;Hallo Martin Dummer,

you wrote on Sonntag, 12. Februar 2012 / 13:53:










Martin,

plz. use the &amp;gt;=gentoo-vdr-scripts-0.4.10 from overlay vdr-devel
its fixed there to svdrpsend
, its not backward compatible to earlyer vdr versions




&lt;/pre&gt;</description>
    <dc:creator>Joerg Bornkessel</dc:creator>
    <dc:date>2012-02-12T20:57:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/45">
    <title>Problem with /etc/init.d/vdr after upgrade to vdr-1.7.23</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/45</link>
    <description>&lt;pre&gt;Hi,

after upgrading vdr from 1.7.18 to 1.7.23 the init script does not find
a workung vdr, it just ends up with a timeout, although vdr is running well.

The reason for this is that /usr/bin/svdrpsend.pl was renamed to
/usr/bin/svdrpsend and the init script functions do not respect that.

The patch at the end of this mail is one approach to correct this behaviour.

Bye,

Martin

== 8&amp;lt; =================================



vdr ~ # diff -Nau /usr/share/vdr/rcscript/post-start-50-svdrp.sh.orig
/usr/share/vdr/rcscript/post-start-50-svdrp.sh
--- /usr/share/vdr/rcscript/post-start-50-svdrp.sh.orig 2012-02-09
23:30:35.000000000 +0100
+++ /usr/share/vdr/rcscript/post-start-50-svdrp.sh      2012-02-12
13:35:08.751630064 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -51,7 +51,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 }
 
 svdrp_ready() {
-       if /usr/bin/svdrpsend.pl -d ${SVDRP_HOSTNAME} -p ${SVDRP_PORT}
quit 2&amp;gt;/dev/null|grep -q ^220; then
+       if [ -e /usr/bin/svdrpsend.pl ]; then
+               SVDRPSEND=/usr/bin/svdrpsend.pl
+       else
+               SVDRPSEND=/usr/bin/svdrps&lt;/pre&gt;</description>
    <dc:creator>Martin Dummer</dc:creator>
    <dc:date>2012-02-12T12:53:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.gentoo.vdr/44">
    <title>VDR_LOCAL_PATCHES_DIR is deprcaded</title>
    <link>http://permalink.gmane.org/gmane.linux.gentoo.vdr/44</link>
    <description>&lt;pre&gt;Hallo Gentoo-VDR Maillist,

VDR_LOCAL_PATCHES_DIR is depracded up from &amp;gt;=vdr-1.7.23,
(find it in overlay vdr-devel)
and all vdr plugins,
(find it in portage and overlay vdr-testing vdr-devel)

this means, move your own patches to
/etc/portage/plugins/${CATEGORY/${P}
and disabel/remove the Variable VDR_LOCAL_PATCHES_DIR  from
/etc/make.conf

for closer info take a look in
- vdr-plugin.eclass
- eutils.eclass

Cheers

/bin/joerg

&lt;/pre&gt;</description>
    <dc:creator>Joerg Bornkessel</dc:creator>
    <dc:date>2012-02-11T21:26:21</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.gentoo.vdr">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.gentoo.vdr</link>
  </textinput>
</rdf:RDF>

