From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q3VIP-0002ug-RG for garchives@archives.gentoo.org; Sat, 26 Mar 2011 15:20:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3CD61C014; Sat, 26 Mar 2011 15:20:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 956701C014 for ; Sat, 26 Mar 2011 15:20:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C610C1B407E for ; Sat, 26 Mar 2011 15:20:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 531BF20054; Sat, 26 Mar 2011 15:20:48 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ffmpegthumbnailer-2.0.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ffmpegthumbnailer-2.0.6.ebuild ChangeLog X-VCS-Directories: media-video/ffmpegthumbnailer X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20110326152048.531BF20054@flycatcher.gentoo.org> Date: Sat, 26 Mar 2011 15:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7dd3616c1b27d78f6c97516e83b2c633 ssuominen 11/03/26 15:20:48 Modified: ffmpegthumbnailer-2.0.6.ebuild ChangeLog Log: Fix building with sys-devel/gcc >=3D 4.6 wrt #357305 by Ryan Hill. =20 (Portage version: 2.2.0_alpha28/cvs/Linux x86_64) Revision Changes Path 1.3 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.= 6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= thumbnailer/ffmpegthumbnailer-2.0.6.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= thumbnailer/ffmpegthumbnailer-2.0.6.ebuild?rev=3D1.3&content-type=3Dtext/= plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= thumbnailer/ffmpegthumbnailer-2.0.6.ebuild?r1=3D1.2&r2=3D1.3 Index: ffmpegthumbnailer-2.0.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthu= mbnailer-2.0.6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ffmpegthumbnailer-2.0.6.ebuild 9 Jan 2011 14:05:49 -0000 1.2 +++ ffmpegthumbnailer-2.0.6.ebuild 26 Mar 2011 15:20:48 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegt= humbnailer-2.0.6.ebuild,v 1.2 2011/01/09 14:05:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegt= humbnailer-2.0.6.ebuild,v 1.3 2011/03/26 15:20:48 ssuominen Exp $ =20 EAPI=3D2 inherit autotools eutils @@ -23,7 +23,7 @@ dev-util/pkgconfig" =20 src_prepare() { - epatch "${FILESDIR}"/${P}-{asneeded,flags}.patch + epatch "${FILESDIR}"/${P}-{asneeded,flags,gcc46}.patch eautoreconf } =20 1.114 media-video/ffmpegthumbnailer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= thumbnailer/ChangeLog?rev=3D1.114&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= thumbnailer/ChangeLog?rev=3D1.114&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= thumbnailer/ChangeLog?r1=3D1.113&r2=3D1.114 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog= ,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- ChangeLog 22 Jan 2011 18:05:18 -0000 1.113 +++ ChangeLog 26 Mar 2011 15:20:48 -0000 1.114 @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpegthumbnailer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeL= og,v 1.113 2011/01/22 18:05:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeL= og,v 1.114 2011/03/26 15:20:48 ssuominen Exp $ + + 26 Mar 2011; Samuli Suominen + ffmpegthumbnailer-2.0.6.ebuild, +files/ffmpegthumbnailer-2.0.6-gcc46.p= atch: + Fix building with sys-devel/gcc >=3D 4.6 wrt #357305 by Ryan Hill. =20 22 Jan 2011; Kacper Kowalik ffmpegthumbnailer-2.0.4.ebuild: