hd_brummy 15/02/11 15:43:26 Modified: ChangeLog Added: vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild Log: compilefix >=vdr-2.1.10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.6 media-plugins/vdr-dvbhddevice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 3 Jan 2015 00:14:06 -0000 1.5 +++ ChangeLog 11 Feb 2015 15:43:26 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/vdr-dvbhddevice # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v 1.5 2015/01/03 00:14:06 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v 1.6 2015/02/11 15:43:26 hd_brummy Exp $ + +*vdr-dvbhddevice-2.1.3_p20140115-r1 (11 Feb 2015) + + 11 Feb 2015; Joerg Bornkessel <[email protected]> + +vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild: + compilefix >=vdr-2.1.10 03 Jan 2015; Joerg Bornkessel <[email protected]> vdr-dvbhddevice-2.1.3_p20140115.ebuild: 1.1 media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild?rev=1.1&content-type=text/plain Index: vdr-dvbhddevice-2.1.3_p20140115-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-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild,v 1.1 2015/02/11 15:43:26 hd_brummy Exp $ EAPI=5 inherit vdr-plugin-2 HG_REVISION="60c58ae453d0" HG_REVISION_DATE="20140115" DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend S2-6400 DVB Card" HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice" SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz -> dvbhddevice-2.1.3_p${HG_REVISION_DATE}.tar.gz" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND=">=media-video/vdr-1.7.39" RDEPEND="${DEPEND}" S="${WORKDIR}/dvbhddevice-${HG_REVISION}" src_prepare() { vdr-plugin-2_src_prepare fix_vdr_libsi_include dvbhdffdevice.c if has_version ">=media-video/vdr-2.1.10"; then sed -e "s:pm = RenderPixmaps():pm = dynamic_cast<cPixmapMemory *>(RenderPixmaps()):"\ -e "s:delete pm;:DestroyPixmap(pm);:"\ -i hdffosd.c fi } src_install() { vdr-plugin-2_src_install doheader dvbhdffdevice.h hdffcmd.h insinto /usr/include/libhdffcmd doins libhdffcmd/*.h }
