summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2014-09-29 20:12:04 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2014-09-29 20:12:04 +0000
commitff48c4b59092f1adac0e4c4348736a76b9ad2ded (patch)
treecff5edae43656d5f9f304a45624a60895aefd14b /media-plugins
parentvanilla-3.2.63 + genpatches-3.2.16 + grsecurity-3.0-3.2.63-201409282020 (diff)
downloadgentoo-2-ff48c4b59092f1adac0e4c4348736a76b9ad2ded.tar.gz
gentoo-2-ff48c4b59092f1adac0e4c4348736a76b9ad2ded.tar.bz2
gentoo-2-ff48c4b59092f1adac0e4c4348736a76b9ad2ded.zip
fixed deprecated warnings
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-graphtft/ChangeLog6
-rw-r--r--media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/media-plugins/vdr-graphtft/ChangeLog b/media-plugins/vdr-graphtft/ChangeLog
index 1cdfe05feab2..59b164871c1d 100644
--- a/media-plugins/vdr-graphtft/ChangeLog
+++ b/media-plugins/vdr-graphtft/ChangeLog
@@ -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_brummy@gentoo.org>
+ vdr-graphtft-0.3.7-r1.ebuild:
+ fixed deprecated warnings
*vdr-graphtft-0.3.7-r1 (28 Sep 2014)
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild
index a73fbf73333e..55ed6aab6584 100644
--- a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild
+++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild
@@ -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 @@ src_prepare() {
# 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