hd_brummy 15/02/20 12:46:49 Modified: ChangeLog Added: vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild Log: new snapshot 2014/11/16 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.7 media-plugins/vdr-dvbhddevice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 11 Feb 2015 15:43:26 -0000 1.6 +++ ChangeLog 20 Feb 2015 12:46:49 -0000 1.7 @@ -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.6 2015/02/11 15:43:26 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v 1.7 2015/02/20 12:46:49 hd_brummy Exp $ + +*vdr-dvbhddevice-2.1.6_p20141116-r1 (20 Feb 2015) + + 20 Feb 2015; Joerg Bornkessel <[email protected]> + +vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild: + new snapshot 2014/11/16 *vdr-dvbhddevice-2.1.3_p20140115-r1 (11 Feb 2015) 1.1 media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild?rev=1.1&content-type=text/plain Index: vdr-dvbhddevice-2.1.6_p20141116-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.6_p20141116-r1.ebuild,v 1.1 2015/02/20 12:46:49 hd_brummy Exp $ EAPI=5 inherit vdr-plugin-2 HG_REVISION="88cd727ebc99" HG_REVISION_DATE="20141116" DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend S2-6400 DVB Card" HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice" SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${HG_REVISION}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND=">=media-video/vdr-2.0.0" S="${WORKDIR}/powARman-${VDRPLUGIN}-${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 }
