hd_brummy 15/02/01 15:53:20 Modified: ChangeLog Added: vdr-atscepg-0.3.0-r1.ebuild Log: fixed compile with >=vdr-1.7.13, wrt bug 532160 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.9 media-plugins/vdr-atscepg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-atscepg/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-atscepg/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-atscepg/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-atscepg/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 31 May 2014 01:49:51 -0000 1.8 +++ ChangeLog 1 Feb 2015 15:53:20 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/vdr-atscepg -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-atscepg/ChangeLog,v 1.8 2014/05/31 01:49:51 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-atscepg/ChangeLog,v 1.9 2015/02/01 15:53:20 hd_brummy Exp $ + +*vdr-atscepg-0.3.0-r1 (01 Feb 2015) + + 01 Feb 2015; Joerg Bornkessel <[email protected]> + +vdr-atscepg-0.3.0-r1.ebuild: + fixed compile with >=vdr-1.7.13, wrt bug 532160 31 May 2014; Patrick Lauer <[email protected]> vdr-atscepg-0.3.0.ebuild: Fix dependencies, media-vdr -> media-video category 1.1 media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild?rev=1.1&content-type=text/plain Index: vdr-atscepg-0.3.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild,v 1.1 2015/02/01 15:53:20 hd_brummy Exp $ EAPI=5 inherit vdr-plugin-2 DESCRIPTION="VDR plugin: receive schedule and event information from ATSC broadcasts" HOMEPAGE="http://www.fepg.org/atscepg.html" SRC_URI="http://www.fepg.org/files/${P}.tgz mirror://gentoo/atscepg-${PV}_vdr-1.7.13.tbz http://dev.gentoo.org/~hd_brummy/distfiles/atscepg-${PV}_vdr-1.7.13.tbz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=media-video/vdr-2" RDEPEND="${DEPEND}" src_configure() { # disabled gcc -std=c++11, # plugin is dead on upstream since 2010, there is no fixing available filter-flags -std=c++11 } src_prepare() { vdr-plugin-2_src_prepare epatch "${WORKDIR}/atscepg-${PV}_vdr-1.7.13.diff" fix_vdr_libsi_include tables.cpp filter.cpp scanner.cpp }
