public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog
Date: Tue, 12 Apr 2011 13:26:26 +0000 (UTC)	[thread overview]
Message-ID: <20110412132626.DDF0020054@flycatcher.gentoo.org> (raw)

aballier    11/04/12 13:26:26

  Modified:             ffmpeg-9999.ebuild ChangeLog
  Log:
  Add support for amrwb and aac encodings via the libvo libraries. Bump libvpx dep.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 media-video/ffmpeg/ffmpeg-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.38&r2=1.39

Index: ffmpeg-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ffmpeg-9999.ebuild	5 Apr 2011 04:49:22 -0000	1.38
+++ ffmpeg-9999.ebuild	12 Apr 2011 13:26:26 -0000	1.39
@@ -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.38 2011/04/05 04:49:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.39 2011/04/12 13:26:26 aballier Exp $
 
 EAPI="2"
 
@@ -29,7 +29,7 @@
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 IUSE="
-	+3dnow +3dnowext alsa altivec amr avx bindist +bzip2 cpudetection
+	+3dnow +3dnowext aac alsa altivec amr avx bindist +bzip2 cpudetection
 	custom-cflags debug dirac doc +encode faac frei0r gsm +hardcoded-tables
 	ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp
 	schroedinger sdl speex +ssse3 static-libs test theora threads truetype v4l
@@ -48,6 +48,8 @@
 	bzip2? ( app-arch/bzip2 )
 	dirac? ( media-video/dirac )
 	encode? (
+		aac? ( media-libs/vo-aacenc )
+		amr? ( media-libs/vo-amrwbenc )
 		faac? ( media-libs/faac )
 		mp3? ( >=media-sound/lame-3.98.3 )
 		theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg )
@@ -67,7 +69,7 @@
 	truetype? ( media-libs/freetype:2 )
 	vaapi? ( >=x11-libs/libva-0.32 )
 	video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) )
-	vpx? ( media-libs/libvpx )
+	vpx? ( >=media-libs/libvpx-0.9.6 )
 	X? ( x11-libs/libX11 x11-libs/libXext )
 	zlib? ( sys-libs/zlib )
 	!media-video/qt-faststart
@@ -116,6 +118,8 @@
 	if use encode
 	then
 		use mp3 && myconf="${myconf} --enable-libmp3lame"
+		use aac && myconf="${myconf} --enable-libvo-aacenc"
+		use amr && myconf="${myconf} --enable-libvo-amrwbenc"
 		for i in theora vorbis x264 xvid; do
 			use ${i} && myconf="${myconf} --enable-lib${i}"
 		done



1.404                media-video/ffmpeg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.404&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.404&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.403&r2=1.404

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -r1.403 -r1.404
--- ChangeLog	12 Apr 2011 11:57:28 -0000	1.403
+++ ChangeLog	12 Apr 2011 13:26:26 -0000	1.404
@@ -1,6 +1,10 @@
 # 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.403 2011/04/12 11:57:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.404 2011/04/12 13:26:26 aballier Exp $
+
+  12 Apr 2011; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999.ebuild:
+  Add support for amrwb and aac encodings via the libvo libraries. Bump libvpx
+  dep.
 
   12 Apr 2011; Alexis Ballier <aballier@gentoo.org> -ffmpeg-0.5_p20373.ebuild:
   remove old






             reply	other threads:[~2011-04-12 13:26 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-12 13:26 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-19  9:24 [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog Alexis Ballier (aballier)
2015-03-06 14:14 Alexis Ballier (aballier)
2015-03-05 13:50 Alexis Ballier (aballier)
2015-02-18 14:36 Alexis Ballier (aballier)
2015-02-18 14:28 Alexis Ballier (aballier)
2015-02-18 11:54 Alexis Ballier (aballier)
2015-02-18 11:52 Alexis Ballier (aballier)
2015-02-18 10:47 Alexis Ballier (aballier)
2015-02-18 10:44 Alexis Ballier (aballier)
2015-02-18  9:58 Alexis Ballier (aballier)
2014-10-31 10:53 Alexis Ballier (aballier)
2014-08-29 19:05 Alexis Ballier (aballier)
2014-08-29 19:00 Alexis Ballier (aballier)
2014-07-27  9:08 Alexis Ballier (aballier)
2014-07-27  8:56 Alexis Ballier (aballier)
2014-07-27  8:52 Alexis Ballier (aballier)
2014-07-27  8:06 Alexis Ballier (aballier)
2014-07-05 13:40 Alexis Ballier (aballier)
2014-06-03  6:20 Alexis Ballier (aballier)
2014-03-15  9:17 Alexis Ballier (aballier)
2014-03-11 19:01 Alexis Ballier (aballier)
2014-02-17 18:13 Alexis Ballier (aballier)
2014-02-12 13:15 Alexis Ballier (aballier)
2013-10-11  5:42 Alexis Ballier (aballier)
2013-10-11  5:31 Alexis Ballier (aballier)
2013-10-11  5:27 Alexis Ballier (aballier)
2013-07-02 12:10 Alexis Ballier (aballier)
2013-06-14 17:15 Alexis Ballier (aballier)
2013-05-24 14:25 Alexis Ballier (aballier)
2013-05-23  0:23 Alexis Ballier (aballier)
2013-03-09 12:07 Alexis Ballier (aballier)
2013-03-09 12:01 Alexis Ballier (aballier)
2013-03-09 11:46 Alexis Ballier (aballier)
2013-03-04 12:09 Alexis Ballier (aballier)
2013-03-04 11:59 Alexis Ballier (aballier)
2013-03-04 11:48 Alexis Ballier (aballier)
2013-03-04 11:40 Alexis Ballier (aballier)
2013-02-18 18:55 Alexis Ballier (aballier)
2013-02-13 17:42 Alexis Ballier (aballier)
2013-01-27 23:51 Alexis Ballier (aballier)
2013-01-13 19:23 Alexis Ballier (aballier)
2012-12-08 12:06 Alexis Ballier (aballier)
2012-09-29 15:17 Alexis Ballier (aballier)
2012-09-29  2:08 Alexis Ballier (aballier)
2012-09-21 11:49 Alexis Ballier (aballier)
2012-08-17 13:05 Alexis Ballier (aballier)
2012-07-23 13:04 Alexis Ballier (aballier)
2012-05-12  0:24 Alexis Ballier (aballier)
2012-04-24 13:17 Alexis Ballier (aballier)
2012-04-24 13:14 Alexis Ballier (aballier)
2012-04-11 13:44 Alexis Ballier (aballier)
2012-03-20  9:42 Alexis Ballier (aballier)
2012-03-13 23:17 Alexis Ballier (aballier)
2012-01-28 12:19 Alexis Ballier (aballier)
2011-12-15 11:46 Alexis Ballier (aballier)
2011-12-15 11:43 Alexis Ballier (aballier)
2011-12-15 11:25 Alexis Ballier (aballier)
2011-12-15 11:21 Alexis Ballier (aballier)
2011-12-15 11:15 Alexis Ballier (aballier)
2011-12-06 13:13 Alexis Ballier (aballier)
2011-12-03 15:41 Alexis Ballier (aballier)
2011-11-09 13:01 Alexis Ballier (aballier)
2011-11-07 13:23 Alexis Ballier (aballier)
2011-11-02 14:08 Alexis Ballier (aballier)
2011-10-21 12:52 Alexis Ballier (aballier)
2011-10-05 14:17 Alexis Ballier (aballier)
2011-07-06 21:49 Alexis Ballier (aballier)
2011-06-29 15:07 Alexis Ballier (aballier)
2011-06-29 15:01 Alexis Ballier (aballier)
2011-06-29 14:50 Alexis Ballier (aballier)
2011-06-27 14:25 Alexis Ballier (aballier)
2011-06-23 12:42 Alexis Ballier (aballier)
2011-06-22 18:44 Alexis Ballier (aballier)
2011-04-13 12:40 Alexis Ballier (aballier)
2011-04-12 13:44 Alexis Ballier (aballier)
2011-04-01 23:16 Alexis Ballier (aballier)
2011-03-30 11:57 Alexis Ballier (aballier)
2011-03-21 11:37 Alexis Ballier (aballier)
2011-01-29 20:03 Alexis Ballier (aballier)
2011-01-21 15:04 Luca Barbato (lu_zero)
2010-10-30 15:42 Alexis Ballier (aballier)
2010-10-01  1:46 Alexis Ballier (aballier)
2010-08-02  5:12 Alexis Ballier (aballier)
2009-04-04 14:35 Alexis Ballier (aballier)
2009-02-10 19:54 Alexis Ballier (aballier)
2009-01-27  7:50 Alexis Ballier (aballier)
2009-01-27  7:41 Alexis Ballier (aballier)
2009-01-20 19:44 Alexis Ballier (aballier)
2008-12-23 12:13 Alexis Ballier (aballier)
2008-12-20 19:16 Luca Barbato (lu_zero)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110412132626.DDF0020054@flycatcher.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox