From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 882561381F3 for ; Sat, 15 Jun 2013 15:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66C94E0898; Sat, 15 Jun 2013 15:49:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE0DDE0898 for ; Sat, 15 Jun 2013 15:49:14 +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 AE41533E439 for ; Sat, 15 Jun 2013 15:49:13 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 4EA2F2171C; Sat, 15 Jun 2013 15:49:12 +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 Content-Transfer-Encoding: 8bit Message-Id: <20130615154912.4EA2F2171C@flycatcher.gentoo.org> Date: Sat, 15 Jun 2013 15:49:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a5853346-5121-4dc2-90af-b0d36e154331 X-Archives-Hash: f1868603ae5ed1f898f4f802f4081f92 aballier 13/06/15 15:49:12 Modified: ffmpeg-9999.ebuild metadata.xml ChangeLog Log: add amrenc useflag to have a more finegrained control, bug #473284 (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.132 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.132&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.132&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.131&r2=1.132 Index: ffmpeg-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- ffmpeg-9999.ebuild 14 Jun 2013 17:15:39 -0000 1.131 +++ ffmpeg-9999.ebuild 15 Jun 2013 15:49:12 -0000 1.132 @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.131 2013/06/14 17:15:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.132 2013/06/15 15:49:12 aballier Exp $ EAPI="4" @@ -29,7 +29,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" - aac aacplus alsa amr bindist bluray +bzip2 cdio celt + aac aacplus alsa amr amrenc bindist bluray +bzip2 cdio celt cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k libass libcaca libsoxr libv4l modplug mp3 network openal openssl opus oss pic @@ -61,7 +61,7 @@ encode? ( aac? ( media-libs/vo-aacenc ) aacplus? ( media-libs/libaacplus ) - amr? ( media-libs/vo-amrwbenc ) + amrenc? ( media-libs/vo-amrwbenc ) faac? ( media-libs/faac ) fdk? ( media-libs/fdk-aac ) mp3? ( >=media-sound/lame-3.98.3 ) @@ -150,13 +150,13 @@ # Encoders if use encode then - ffuse="${ffuse} aac:libvo-aacenc amr:libvo-amrwbenc mp3:libmp3lame fdk:libfdk-aac" + ffuse="${ffuse} aac:libvo-aacenc amrenc:libvo-amrwbenc mp3:libmp3lame fdk:libfdk-aac" for i in aacplus faac theora twolame wavpack x264 xvid; do ffuse="${ffuse} ${i}:lib${i}" done # Licensing. - if use aac || use amr ; then + if use aac || use amrenc ; then myconf="${myconf} --enable-version3" fi if use aacplus || use faac || use fdk ; then 1.56 media-video/ffmpeg/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?r1=1.55&r2=1.56 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- metadata.xml 23 May 2013 00:41:10 -0000 1.55 +++ metadata.xml 15 Jun 2013 15:49:12 -0000 1.56 @@ -13,6 +13,7 @@ AAC+ encoding via media-libs/libaacplus. Enables Adaptive Multi-Rate Audio support + Enables Adaptive Multi-Rate Audio encoding support with media-libs/vo-amrwbenc. Adds support for Advanced Vector Extensions instructions (Intel Sandy Bridge, AMD Bulldozer and later chips) Enforces license compatibility constraints via REQUIRED_USE. Enable playback of Blu-ray filesystems 1.655 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.655&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.655&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.654&r2=1.655 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.654 retrieving revision 1.655 diff -u -r1.654 -r1.655 --- ChangeLog 14 Jun 2013 17:15:39 -0000 1.654 +++ ChangeLog 15 Jun 2013 15:49:12 -0000 1.655 @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.654 2013/06/14 17:15:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.655 2013/06/15 15:49:12 aballier Exp $ + + 15 Jun 2013; Alexis Ballier ffmpeg-9999.ebuild, + metadata.xml: + add amrenc useflag to have a more finegrained control, bug #473284 14 Jun 2013; Alexis Ballier ffmpeg-9999.ebuild: add wavpack useflag