summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-osdpip')
-rw-r--r--media-plugins/vdr-osdpip/ChangeLog8
-rw-r--r--media-plugins/vdr-osdpip/Manifest6
-rw-r--r--media-plugins/vdr-osdpip/files/vdr-osdpip.12384.diff13
-rw-r--r--media-plugins/vdr-osdpip/files/vdr-osdpip.diff66
-rw-r--r--media-plugins/vdr-osdpip/metadata.xml14
-rw-r--r--media-plugins/vdr-osdpip/vdr-osdpip-0.1.12384.ebuild34
6 files changed, 0 insertions, 141 deletions
diff --git a/media-plugins/vdr-osdpip/ChangeLog b/media-plugins/vdr-osdpip/ChangeLog
deleted file mode 100644
index fcc9870..0000000
--- a/media-plugins/vdr-osdpip/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for media-plugins/vdr-osdpip
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 05 Jun 2009; Joerg Krause <joerg_pb@gmx.net> +vdr-osdpip-0.1.12384.ebuild,
- +files/vdr-osdpip.12384.diff, +files/vdr-osdpip.diff, +metadata.xml:
- Initial ebuild svn 12384 added
-
diff --git a/media-plugins/vdr-osdpip/Manifest b/media-plugins/vdr-osdpip/Manifest
deleted file mode 100644
index a0ce8ce..0000000
--- a/media-plugins/vdr-osdpip/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX vdr-osdpip.12384.diff 370 RMD160 be439f25c857fbd57c507aab7791d54bd32567db SHA1 1fdf2c18624e9453c799a64d0b0b6836eb4a6ff2 SHA256 b37d3821c34ecb8ec20bf4738a56378a33585c8712eddc8f4f755db74671d8f4
-AUX vdr-osdpip.diff 2761 RMD160 23e2db2a0b65a7e37de547523ae2f916ee3a8ff0 SHA1 e8a27bd418071a1c2d00da3455a3d3fb5ea82c1c SHA256 3c9fd746423c42d4a3824b085cd40384810e4f31bcdf5c60cad5dc5a68358bd6
-DIST vdr-osdpip-0.1.12384.tgz 16905 RMD160 38558edf45a0ff6c77ab477e80ee40d0d1c2d377 SHA1 187b60d20711f861da3afd4a91ba4aa93c4616ea SHA256 dc3227ab383994b224a94261f837317c9d29246af6c3d48efdc76ecf152e1c67
-EBUILD vdr-osdpip-0.1.12384.ebuild 640 RMD160 1b4d1a51c436444cfa5c4762126346f56a682309 SHA1 20d37228c8396a049891c86d14e507bf8011bb63 SHA256 37d53f6383f90430728b218bcd31b05a3dbb8a6b713e0a7314b415f4f053f561
-MISC ChangeLog 307 RMD160 1d95b0373f9e07e0210b22b0448cca4464bc3051 SHA1 3b983c640c3389ad14ca9a3a709ae494ec2e67ba SHA256 1852202d934493aeb2656fef3d51eb150e73ad377a0bb16f59264b8732d7edb2
-MISC metadata.xml 357 RMD160 1b2f6f60bd2ea2c6464e3ac19c179380574d02da SHA1 4d2289972e7c9a6b0f8837b16dc9f7e6df5fd50a SHA256 10c6874e7985928add81b9e327b775a96cc755c34eed3c554d81a0678034064c
diff --git a/media-plugins/vdr-osdpip/files/vdr-osdpip.12384.diff b/media-plugins/vdr-osdpip/files/vdr-osdpip.12384.diff
deleted file mode 100644
index 39428a0..0000000
--- a/media-plugins/vdr-osdpip/files/vdr-osdpip.12384.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- osd.c.org 2009-03-27 17:27:09.000000000 +0100
-+++ osd.c 2009-03-27 17:27:25.000000000 +0100
-@@ -8,8 +8,8 @@
- #include "receiver.h"
- #include "setup.h"
-
--#include "../filebrowser/servicestructs.h"
--#include "../filebrowser/stillpictureplayer.h"
-+#include <reel-filebrowser/servicestructs.h>
-+#include <reel-filebrowser/stillpictureplayer.h>
-
- #include <iostream>
-
diff --git a/media-plugins/vdr-osdpip/files/vdr-osdpip.diff b/media-plugins/vdr-osdpip/files/vdr-osdpip.diff
deleted file mode 100644
index 80fe038..0000000
--- a/media-plugins/vdr-osdpip/files/vdr-osdpip.diff
+++ /dev/null
@@ -1,66 +0,0 @@
-diff -Nru vdr-osdpip.org/osd.c vdr-osdpip/osd.c
---- vdr-osdpip.org/osd.c 2008-12-25 07:50:50.000000000 +0100
-+++ vdr-osdpip/osd.c 2008-12-25 10:36:44.000000000 +0100
-@@ -65,7 +65,7 @@
- const cChannel *chan = cDevice::CurrentChannel() != 0 ? Channels.GetByNumber(cDevice::CurrentChannel()) : NULL;
- if (chan) {
- Channels.SwitchTo(m_Channel->Number());
-- cDevice *dev = cDevice::GetDevice(chan, 1);
-+ cDevice *dev = cDevice::GetDevice(chan, 1,true);
- if (dev) {
- DELETENULL(m_Receiver);
- m_Channel = chan;
-@@ -97,7 +97,7 @@
- // try only channels which are currently available
- bool ndr = false;
- dev = cDevice::GetDevice(channel, 0, &ndr);
-- if (dev && !ndr && !cStatus::MsgChannelProtected(0, channel)) // PIN PATCH
-+ if (dev && !ndr ) // PIN PATCH
- break;
- n = channel->Number() + Direction;
- }
-@@ -129,7 +129,7 @@
- {
- const cChannel *chan = cDevice::CurrentChannel() != 0 ? Channels.GetByNumber(cDevice::CurrentChannel()) : NULL;
- if (chan) {
-- cDevice *dev = cDevice::GetDevice(chan, 1);
-+ cDevice *dev = cDevice::GetDevice(chan, 1,true);
- if (dev) {
- DELETENULL(m_Receiver);
- m_Channel = chan;
-diff -Nru vdr-osdpip.org/osdpip.c vdr-osdpip/osdpip.c
---- vdr-osdpip.org/osdpip.c 2008-12-25 07:50:50.000000000 +0100
-+++ vdr-osdpip/osdpip.c 2008-12-25 10:33:55.000000000 +0100
-@@ -118,7 +118,7 @@
- ? Channels.GetByNumber(cDevice::CurrentChannel()) : NULL;
- if (chan != NULL)
- {
-- dev = cDevice::GetDevice(chan, 1);
-+ dev = cDevice::GetDevice(chan, 1, true);
- if (dev)
- {
- printf
-diff -Nru vdr-osdpip.org/receiver.c vdr-osdpip/receiver.c
---- vdr-osdpip.org/receiver.c 2008-12-25 07:50:50.000000000 +0100
-+++ vdr-osdpip/receiver.c 2008-12-25 10:55:21.000000000 +0100
-@@ -15,7 +15,7 @@
-
- cOsdPipReceiver::cOsdPipReceiver(const cChannel * Channel,
- cPipPlayer * pipplayer):
--cReceiver(Channel->Ca(), 0, Channel->Vpid()),
-+cReceiver(Channel->GetChannelID(), 0, Channel->Vpid(),0,0,0),
- player(pipplayer)
- {
- //printf("cOsdPipReceiver::cOsdPipReceiver\n");
-diff -Nru vdr-osdpip.org/osd.c vdr-osdpip/osd.c
---- vdr-osdpip.org/osd.c 2008-12-29 16:11:03.000000000 +0100
-+++ vdr-osdpip/osd.c 2008-12-29 16:11:41.000000000 +0100
-@@ -175,7 +175,7 @@
- if (state == osUnknown) {
- switch (Key & ~k_Repeat)
- {
-- case kGreater:
-+ case kRight:
- if (OsdPipSetup.PipPosition == kInfoTopLeft)
- OsdPipSetup.PipPosition = kInfoTopRight;
- else if (OsdPipSetup.PipPosition == kInfoBottomLeft)
diff --git a/media-plugins/vdr-osdpip/metadata.xml b/media-plugins/vdr-osdpip/metadata.xml
deleted file mode 100644
index d6a7496..0000000
--- a/media-plugins/vdr-osdpip/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>media-plugins</herd>
- <maintainer>
- <email>hd_brummy@gentoo.org</email>
- <name>Joerg Bornkessel</name>
- </maintainer>
- <maintainer>
- <email>joerg_pb@gmx.net</email>
- <name>Joerg Krause</name>
- </maintainer>
-</pkgmetadata>
-
diff --git a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.12384.ebuild b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.12384.ebuild
deleted file mode 100644
index 1d228d4..0000000
--- a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.12384.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit vdr-plugin
-
-
-DESCRIPTION="VDR Plugin: for the Reel true color osd"
-HOMEPAGE="http://www.reel-multimedia.com"
-SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-
-DEPEND=">=media-video/vdr-1.6.0
- >=media-video/reelbox-ehd-headers-12384"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- vdr-plugin_src_unpack
-
- epatch "${FILESDIR}/vdr-osdpip.diff"
- epatch "${FILESDIR}/vdr-osdpip.12384.diff"
-
-}
-
-src_install() {
- vdr-plugin_src_install
-
- }