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 metadata.xml ChangeLog
Date: Mon,  6 Aug 2012 14:11:47 +0000 (UTC)	[thread overview]
Message-ID: <20120806141147.286F82004B@flycatcher.gentoo.org> (raw)

aballier    12/08/06 14:11:47

  Modified:             ffmpeg-9999.ebuild metadata.xml ChangeLog
  Log:
  add twolame useflag
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

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

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

Index: ffmpeg-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ffmpeg-9999.ebuild	2 Aug 2012 13:07:26 -0000	1.101
+++ ffmpeg-9999.ebuild	6 Aug 2012 14:11:46 -0000	1.102
@@ -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.101 2012/08/02 13:07:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.102 2012/08/06 14:11:46 aballier Exp $
 
 EAPI="4"
 
@@ -33,8 +33,8 @@
 	cpudetection debug doc +encode faac flite fontconfig frei0r gnutls gsm
 	+hardcoded-tables iec61883 ieee1394 jack jpeg2k libass libcaca libv4l
 	modplug mp3	network openal openssl opus oss pic pulseaudio rtmp schroedinger
-	sdl speex static-libs test theora threads truetype v4l vaapi vdpau vorbis
-	vpx X x264 xvid +zlib
+	sdl speex static-libs test theora threads truetype twolame v4l vaapi vdpau
+	vorbis vpx X x264 xvid +zlib
 	"
 
 # String for CPU features in the useflag[:configure_option] form
@@ -65,6 +65,7 @@
 		faac? ( media-libs/faac )
 		mp3? ( >=media-sound/lame-3.98.3 )
 		theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg )
+		twolame? ( media-sound/twolame )
 		x264? ( >=media-libs/x264-0.0.20111017 )
 		xvid? ( >=media-libs/xvid-1.1.0 )
 	)
@@ -151,7 +152,7 @@
 		use mp3 && myconf="${myconf} --enable-libmp3lame"
 		use aac && { myconf="${myconf} --enable-libvo-aacenc" ; version3=" --enable-version3" ; }
 		use amr && { myconf="${myconf} --enable-libvo-amrwbenc" ; version3=" --enable-version3" ; }
-		for i in theora x264 xvid; do
+		for i in theora twolame x264 xvid; do
 			use ${i} && myconf="${myconf} --enable-lib${i}"
 		done
 		use aacplus && myconf="${myconf} --enable-libaacplus --enable-nonfree"



1.49                 media-video/ffmpeg/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- metadata.xml	2 Aug 2012 13:07:26 -0000	1.48
+++ metadata.xml	6 Aug 2012 14:11:46 -0000	1.49
@@ -34,6 +34,7 @@
     <flag name="rtmp">Enable Real Time Messaging Protocol using librtmp</flag>
     <flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag>
     <flag name="ssse3">Faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)</flag>
+	<flag name="twolame">Enables MP2 encoding via <pkg>media-sound/twolame</pkg> as an alternative to the internal encoder.</flag>
 	<flag name="vaapi">Enables VAAPI (Video Acceleration API) for hardware decoding</flag>
 	<flag name="vdpau">Enables VDPAU decoders (requires nVidia video cards and binary nvidia-drivers to offload CPU processing to video card)</flag>
 	<flag name="vis"> Adds support for SIMD optimizations for UltraSPARC processors.</flag>



1.574                media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.573
retrieving revision 1.574
diff -u -r1.573 -r1.574
--- ChangeLog	2 Aug 2012 13:07:26 -0000	1.573
+++ ChangeLog	6 Aug 2012 14:11:46 -0000	1.574
@@ -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.573 2012/08/02 13:07:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.574 2012/08/06 14:11:46 aballier Exp $
+
+  06 Aug 2012; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999.ebuild,
+  metadata.xml:
+  add twolame useflag
 
   02 Aug 2012; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999.ebuild,
   metadata.xml:





             reply	other threads:[~2012-08-06 14:12 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-06 14:11 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-26 14:42 [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild metadata.xml ChangeLog Alexis Ballier (aballier)
2015-02-18 10:36 Alexis Ballier (aballier)
2014-07-27  9:23 Alexis Ballier (aballier)
2014-07-27  8:39 Alexis Ballier (aballier)
2014-07-27  8:26 Alexis Ballier (aballier)
2014-03-16 22:34 Alexis Ballier (aballier)
2014-03-12 20:50 Alexis Ballier (aballier)
2014-03-03 18:34 Alexis Ballier (aballier)
2014-01-14 19:16 Alexis Ballier (aballier)
2013-11-05 19:48 Alexis Ballier (aballier)
2013-11-05 19:44 Alexis Ballier (aballier)
2013-10-11  5:50 Alexis Ballier (aballier)
2013-06-15 15:49 Alexis Ballier (aballier)
2013-05-23  0:41 Alexis Ballier (aballier)
2013-02-19 22:05 Alexis Ballier (aballier)
2012-09-29 15:34 Alexis Ballier (aballier)
2012-08-02 13:07 Alexis Ballier (aballier)
2012-07-23 12:42 Alexis Ballier (aballier)
2012-07-06 14:04 Alexis Ballier (aballier)
2012-05-29 12:56 Alexis Ballier (aballier)
2012-03-09  9:46 Alexis Ballier (aballier)
2012-02-28 21:01 Alexis Ballier (aballier)
2011-12-15 11:38 Alexis Ballier (aballier)
2011-11-27 14:53 Alexis Ballier (aballier)
2011-11-07 13:30 Alexis Ballier (aballier)
2011-11-07 13:17 Alexis Ballier (aballier)
2011-09-27 18:14 Alexis Ballier (aballier)
2011-09-21 15:21 Alexis Ballier (aballier)
2011-09-06 18:02 Alexis Ballier (aballier)
2011-09-06 17:48 Alexis Ballier (aballier)
2011-04-20 14:25 Alexis Ballier (aballier)
2011-03-30 12:07 Alexis Ballier (aballier)
2010-10-01  0:56 Alexis Ballier (aballier)
2010-08-10  9:57 Samuli Suominen (ssuominen)
2009-03-05 19:20 Diego Petteno (flameeyes)

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=20120806141147.286F82004B@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