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 1SZLyO-00042X-N0 for garchives@archives.gentoo.org; Tue, 29 May 2012 12:56:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB84E0747; Tue, 29 May 2012 12:56:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CE3AEE0747 for ; Tue, 29 May 2012 12:56:20 +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 0C9941B402F for ; Tue, 29 May 2012 12:56:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id B148B2004B; Tue, 29 May 2012 12:56:18 +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 metadata.xml ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ffmpeg-9999.ebuild metadata.xml 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: <20120529125618.B148B2004B@flycatcher.gentoo.org> Date: Tue, 29 May 2012 12:56:18 +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: f682368f-6cb5-48eb-b304-80f40dc9c23a X-Archives-Hash: 47e2f30f6ceb330d668b2ec2f2f40b09 aballier 12/05/29 12:56:18 Modified: ffmpeg-9999.ebuild metadata.xml ChangeLog Log: Add avresample useflag =20 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64) Revision Changes Path 1.95 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.95&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.95&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?r1=3D1.94&r2=3D1.95 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.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ffmpeg-9999.ebuild 17 May 2012 20:45:16 -0000 1.94 +++ ffmpeg-9999.ebuild 29 May 2012 12:56:18 -0000 1.95 @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.94 2012/05/17 20:45:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild= ,v 1.95 2012/05/29 12:56:18 aballier Exp $ =20 EAPI=3D"4" =20 @@ -29,11 +29,11 @@ KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd= 64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi IUSE=3D" - aac aacplus alsa amr ass bindist bluray +bzip2 cdio celt cpudetection d= ebug - doc +encode faac fontconfig frei0r gnutls gsm +hardcoded-tables - ieee1394 jack jpeg2k libv4l modplug mp3 network openal openssl oss pic - pulseaudio rtmp schroedinger sdl speex static-libs test theora threads - truetype v4l vaapi vdpau vorbis vpx X x264 xvid +zlib + aac aacplus alsa amr ass avresample bindist bluray +bzip2 cdio celt + cpudetection debug doc +encode faac fontconfig frei0r gnutls gsm + +hardcoded-tables ieee1394 jack jpeg2k libv4l modplug mp3 network opena= l + openssl oss pic pulseaudio rtmp schroedinger sdl speex static-libs test + theora threads truetype v4l vaapi vdpau vorbis vpx X x264 xvid +zlib " =20 # String for CPU features in the useflag[:configure_option] form @@ -237,6 +237,9 @@ esac fi =20 + # avresample support for libav compatibility + use avresample && myconf=3D"${myconf} --enable-avresample" + # Misc stuff use hardcoded-tables && myconf=3D"${myconf} --enable-hardcoded-tables" =20 1.44 media-video/ffmpeg/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /metadata.xml?rev=3D1.44&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /metadata.xml?rev=3D1.44&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /metadata.xml?r1=3D1.43&r2=3D1.44 Index: metadata.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/metadata.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- metadata.xml 15 May 2012 12:16:15 -0000 1.43 +++ metadata.xml 29 May 2012 12:56:18 -0000 1.44 @@ -14,6 +14,7 @@ Enables media-libs/libass based subtitle = renderer. AAC+ encoding via media-libs/libaacplus<= /pkg>. Enables Adaptive Multi-Rate Audio support + Enables libavresample, media-video/libav= version of libswresample (which installed and makes libavresample = redundant): A conversion library between uncompressed audio formats. Adds support for Advanced Vector Extensions instr= uctions (Intel Sandy Bridge, AMD Bulldozer and later chips) Enable playback of Blu-ray filesystems Enables audio CD grabbing with dev-libs/lib= cdio. 1.558 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.558&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.558&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?r1=3D1.557&r2=3D1.558 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.557 retrieving revision 1.558 diff -u -r1.557 -r1.558 --- ChangeLog 26 May 2012 18:19:05 -0000 1.557 +++ ChangeLog 29 May 2012 12:56:18 -0000 1.558 @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.557 = 2012/05/26 18:19:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.558 = 2012/05/29 12:56:18 aballier Exp $ + + 29 May 2012; Alexis Ballier ffmpeg-9999.ebuild, + metadata.xml: + Add avresample useflag =20 *ffmpeg-0.11 (26 May 2012) =20