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 1Rb9IC-0000Ui-39 for garchives@archives.gentoo.org; Thu, 15 Dec 2011 11:16:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4873E21C07B; Thu, 15 Dec 2011 11:15:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0287221C07B for ; Thu, 15 Dec 2011 11:15:55 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A7021B4069 for ; Thu, 15 Dec 2011 11:15:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 2A4922004B; Thu, 15 Dec 2011 11:15:54 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ffmpeg-9999.ebuild ChangeLog X-VCS-Directories: media-video/ffmpeg X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20111215111554.2A4922004B@flycatcher.gentoo.org> Date: Thu, 15 Dec 2011 11:15:54 +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: 2fcd8b0c-0e87-4ed7-84bd-a6a6ee172af9 X-Archives-Hash: 1c29a4656c09554b92087393fbcef535 aballier 11/12/15 11:15:54 Modified: ffmpeg-9999.ebuild ChangeLog Log: pass user cflags as extra-cflags, disable optflags as we assume user cf= lags contain them, do not disable opimizations since optflags are empty, = bug #392451 =20 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64) Revision Changes Path 1.69 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.69&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.69&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?r1=3D1.68&r2=3D1.69 Index: ffmpeg-9999.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/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ffmpeg-9999.ebuild 9 Dec 2011 13:59:29 -0000 1.68 +++ ffmpeg-9999.ebuild 15 Dec 2011 11:15:54 -0000 1.69 @@ -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/ffmpeg/ffmpeg-9999.ebuild= ,v 1.68 2011/12/09 13:59:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild= ,v 1.69 2011/12/15 11:15:54 aballier Exp $ =20 EAPI=3D"4" =20 @@ -251,7 +251,9 @@ --mandir=3D"${EPREFIX}/usr/share/man" \ --enable-shared \ --cc=3D"$(tc-getCC)" \ - --disable-optimizations \ + --optflags=3D"" \ + --extra-cflags=3D"${CFLAGS}" \ + --extra-cxxflags=3D"${CXXFLAGS}" \ $(use_enable static-libs static) \ ${myconf} || die } 1.505 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.505&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.505&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?r1=3D1.504&r2=3D1.505 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/ffmpeg/ChangeLog,v retrieving revision 1.504 retrieving revision 1.505 diff -u -r1.504 -r1.505 --- ChangeLog 9 Dec 2011 13:59:29 -0000 1.504 +++ ChangeLog 15 Dec 2011 11:15:54 -0000 1.505 @@ -1,6 +1,11 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.504 = 2011/12/09 13:59:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.505 = 2011/12/15 11:15:54 aballier Exp $ + + 15 Dec 2011; Alexis Ballier ffmpeg-9999.ebuild: + pass user cflags as extra-cflags, disable optflags as we assume user c= flags + contain them, do not disable opimizations since optflags are empty, bu= g + #392451 =20 09 Dec 2011; Alexis Ballier ffmpeg-0.8.7.ebuild, ffmpeg-9999.ebuild: