+++ /dev/null
-http://www.forum.free-x.de/wbb/index.php?page=Thread&postID=13727#post13727
-
-fix compile problems vdr up 1.7.13
-diff -u orig/rotor-0.1.5/menu.c rotor-0.1.5/menu.c
---- orig/rotor-0.1.5/menu.c 2009-10-04 14:54:22.000000000 +0300
-+++ rotor-0.1.5/menu.c 2010-03-06 22:42:23.000000000 +0200
-@@ -139,7 +139,8 @@
- RotorPos=RotorPositions.GetfromSource(OldChannel->Source());
- Position=RotorPos->GetPos();
- Frequenz=OldChannel->Frequency();
-- if ((*OldChannel).Polarization() == 'v' || (*OldChannel).Polarization() == 'V')
-+ cDvbTransponderParameters dtp((*OldChannel).Parameters());
-+ if (dtp.Polarization() == 'v' || dtp.Polarization() == 'V')
- Pol='V';
- else
- Pol='H';
-Общие подкаталоги: orig/rotor-0.1.5/patches и rotor-0.1.5/patches
-Общие подкаталоги: orig/rotor-0.1.5/po и rotor-0.1.5/po
-diff -u orig/rotor-0.1.5/rotor.c rotor-0.1.5/rotor.c
---- orig/rotor-0.1.5/rotor.c 2009-10-04 15:10:26.000000000 +0300
-+++ rotor-0.1.5/rotor.c 2010-03-05 23:07:52.000000000 +0200
-@@ -93,7 +93,7 @@
- {
- if ((source->Code() & 0xC000) != 0x8000)
- continue;
-- if ((diseqc=Diseqcs.Get(source->Code(),12000,'h')) || (diseqc=Diseqcs.Get(source->Code(),12000,'v')) || (diseqc=Diseqcs.Get(source->Code(),12000,'l')) || (diseqc=Diseqcs.Get(source->Code(),12000,'r')))
-+ if ((diseqc=Diseqcs.Get(0,source->Code(),12000,'h')) || (diseqc=Diseqcs.Get(0,source->Code(),12000,'v')) || (diseqc=Diseqcs.Get(0,source->Code(),12000,'l')) || (diseqc=Diseqcs.Get(0,source->Code(),12000,'r')))
- {
- char *c=strdup(diseqc->Commands());
- while (c = strchr(c, '['))
+++ /dev/null
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: Add support for dishes with rotation control engine"
-HOMEPAGE="http://home.vrweb.de/~bergwinkl.thomas/"
-SRC_URI="http://home.vrweb.de/~bergwinkl.thomas/downro/${P}.tgz"
-LICENSE="GPL-2"
-
-KEYWORDS="x86 amd64"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.6.0[rotor]"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- vdr-plugin-2_pkg_setup
-
- elog "Checking for patched vdr"
- if ! grep -q SendDiseqcCmd /usr/include/vdr/device.h; then
- ewarn "You need to emerge vdr with use-flag rotor set!"
- die "Unpatched vdr detected!"
- fi
-}
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- if has_version ">=media-video/vdr-1.7.13"; then
- epatch "${FILESDIR}/${P}_vdr-1.7.13.diff"
- fi
-}
# bug 664672
media-plugins/vdr-arghdirector
-# Joerg Bornkessel <hd_brummy@gentoo.org> (26 Aug 2018)
-# masked for removal in ~30 Days
-# full integrated in core vdr
-# dead on upstream thince years
-# useless
-#bug 664676
-media-plugins/vdr-rotor
-
# Virgil Dupras <vdupras@gentoo.org> (23 Aug 2018)
# Vulnerable and can't be removed yet because of alpha. Bug #664346
<dev-python/paramiko-2.4.1