hd_brummy 14/09/29 20:12:05 Modified: ChangeLog vdr-graphtft-0.3.7-r1.ebuild Log: fixed deprecated warnings (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.39 media-plugins/vdr-graphtft/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 28 Sep 2014 17:21:03 -0000 1.38 +++ ChangeLog 29 Sep 2014 20:12:04 -0000 1.39 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-graphtft # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.38 2014/09/28 17:21:03 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.39 2014/09/29 20:12:04 hd_brummy Exp $ + + 29 Sep 2014; Joerg Bornkessel <hd_bru...@gentoo.org> + vdr-graphtft-0.3.7-r1.ebuild: + fixed deprecated warnings *vdr-graphtft-0.3.7-r1 (28 Sep 2014) 1.2 media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild?r1=1.1&r2=1.2 Index: vdr-graphtft-0.3.7-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-graphtft-0.3.7-r1.ebuild 28 Sep 2014 17:21:03 -0000 1.1 +++ vdr-graphtft-0.3.7-r1.ebuild 29 Sep 2014 20:12:04 -0000 1.2 @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild,v 1.1 2014/09/28 17:21:03 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild,v 1.2 2014/09/29 20:12:04 hd_brummy Exp $ -EAPI="5" +EAPI=5 inherit vdr-plugin-2 flag-o-matic @@ -59,6 +59,7 @@ # libav10 support, wrt bug 519448 sed -i \ -e "s:CODEC_ID_MPEG1VIDEO:AV_CODEC_ID_MPEG1VIDEO:" \ + -e "s:avcodec_alloc_frame:av_frame_alloc:" \ imlibrenderer/dvbrenderer/mpeg2encoder.c || die vdr-plugin-2_src_prepare