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 1Q9dth-0005Sf-HA for garchives@archives.gentoo.org; Tue, 12 Apr 2011 13:44:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 478691C004; Tue, 12 Apr 2011 13:44:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F1E681C004 for ; Tue, 12 Apr 2011 13:44:39 +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 6CA101B411E for ; Tue, 12 Apr 2011 13:44:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 0825A20054; Tue, 12 Apr 2011 13:44:38 +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: <20110412134438.0825A20054@flycatcher.gentoo.org> Date: Tue, 12 Apr 2011 13:44:38 +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: 463834df54bc3cb6798d259682442d25 aballier 11/04/12 13:44:38 Modified: ffmpeg-9999.ebuild ChangeLog Log: no need to hack the LD_LIBRARY_PATH for libavcore since its no more =20 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64) Revision Changes Path 1.40 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.40&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.40&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?r1=3D1.39&r2=3D1.40 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.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ffmpeg-9999.ebuild 12 Apr 2011 13:26:26 -0000 1.39 +++ ffmpeg-9999.ebuild 12 Apr 2011 13:44:37 -0000 1.40 @@ -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.39 2011/04/12 13:26:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild= ,v 1.40 2011/04/12 13:44:37 aballier Exp $ =20 EAPI=3D"2" =20 @@ -266,7 +266,7 @@ src_test() { if use encode ; then for t in codectest lavftest seektest ; do - LD_LIBRARY_PATH=3D"${S}/libavcore:${S}/libpostproc:${S}/libswscale:${= S}/libavcodec:${S}/libavdevice:${S}/libavfilter:${S}/libavformat:${S}/lib= avutil" \ + LD_LIBRARY_PATH=3D"${S}/libpostproc:${S}/libswscale:${S}/libavcodec:$= {S}/libavdevice:${S}/libavfilter:${S}/libavformat:${S}/libavutil" \ emake ${t} || die "Some tests in ${t} failed" done else 1.405 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.405&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.405&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?r1=3D1.404&r2=3D1.405 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.404 retrieving revision 1.405 diff -u -r1.404 -r1.405 --- ChangeLog 12 Apr 2011 13:26:26 -0000 1.404 +++ ChangeLog 12 Apr 2011 13:44:37 -0000 1.405 @@ -1,6 +1,9 @@ # 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.404 = 2011/04/12 13:26:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.405 = 2011/04/12 13:44:37 aballier Exp $ + + 12 Apr 2011; Alexis Ballier ffmpeg-9999.ebuild: + no need to hack the LD_LIBRARY_PATH for libavcore since its no more =20 12 Apr 2011; Alexis Ballier ffmpeg-9999.ebuild: Add support for amrwb and aac encodings via the libvo libraries. Bump = libvpx