From 439cb2883c63842a8d8c111c704717cd23b7fd1f Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Sun, 3 Jul 2016 22:16:09 +0200 Subject: media-plugins/vdr-suspendoutput: bump, this fix wrt bug 574162; clean up old Package-Manager: portage-2.3.0 --- media-plugins/vdr-suspendoutput/Manifest | 2 +- .../vdr-suspendoutput-1.0.1.ebuild | 19 --------------- .../vdr-suspendoutput-2.0.1.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 20 deletions(-) delete mode 100644 media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild create mode 100644 media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild (limited to 'media-plugins/vdr-suspendoutput') diff --git a/media-plugins/vdr-suspendoutput/Manifest b/media-plugins/vdr-suspendoutput/Manifest index 4e9a3a3fb485..dadf510c2c82 100644 --- a/media-plugins/vdr-suspendoutput/Manifest +++ b/media-plugins/vdr-suspendoutput/Manifest @@ -1 +1 @@ -DIST vdr-suspendoutput-1.0.1.tgz 33489 SHA256 70ff2f8a4d12a85ea290da3245ede76979c722120cd1e9b9d44c9e8be454f88f SHA512 8f572dd966f5dc92d7a2fc855f8468282e3582b003e6dc44b6ee94c8c406a79aea77bf6de54aae54c76964bdf82b2253705de1dfd177a5e9b9c192464e94332f WHIRLPOOL 0a6c716badd71fed0eb737a9fc98315e46e402ba8ebae19af0fb28a599a30d573e8dcb5f85839289f34045b8e923d81b9e0edf7971b3264f2196ef4acb159966 +DIST vdr-suspendoutput-2.0.1.tgz 34753 SHA256 d95973df361187cb40f11bae6e1aee019c2bdae6b3776f9eb074fc1b464a6df2 SHA512 25f308d0d35bdff03aa9578f974e9c87ccc6113fa72bc8516383357c415c50e3f40c68bda8f073986efc2a85884446cbb2e10e32ed43e78c54c1413fd90aa13a WHIRLPOOL 77f60687815e33c315e70332e6a6b95a429ae9eb9059dc8a0e0fa0549d07f0381f07b4afec2df13f50ee2c862c19bbfd01a50731d0d15d1f44fcf22650dcd405 diff --git a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild deleted file mode 100644 index 490c1f3c1eef..000000000000 --- a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: Show still image instead of live tv to safe cpu" -HOMEPAGE="http://phivdr.dyndns.org/vdr/vdr-suspendoutput/" -SRC_URI="http://phivdr.dyndns.org/vdr/vdr-suspendoutput/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="media-video/vdr" -RDEPEND="${DEPEND}" diff --git a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild new file mode 100644 index 000000000000..cfdbe7754af3 --- /dev/null +++ b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: Show still image instead of live tv to safe cpu" +HOMEPAGE="http://phivdr.dyndns.org/vdr/vdr-suspendoutput/" +SRC_URI="http://phivdr.dyndns.org/vdr/vdr-suspendoutput/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="media-video/vdr" +RDEPEND="${DEPEND}" + +src_prepare() { + vdr-plugin-2_src_prepare + + # compile fix, wrt bug 574162 + sed -e 246c"unsigned int TimeoutMs, bool runOnce)" \ + -e 254c"unsigned int TimeoutMs, bool runOnce)" \ + -i timer.h +} \ No newline at end of file -- cgit v1.2.3-65-gdbad