public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Luca Barbato (lu_zero)" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: metadata.xml ChangeLog ffmpeg-9999-r1.ebuild
Date: Sun,  6 Jun 2010 23:11:12 +0000 (UTC)	[thread overview]
Message-ID: <20100606231112.BA0122CE3C@corvid.gentoo.org> (raw)

lu_zero     10/06/06 23:11:12

  Modified:             metadata.xml ChangeLog ffmpeg-9999-r1.ebuild
  Log:
  add librtmp support
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 media-video/ffmpeg/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- metadata.xml	11 May 2010 10:18:21 -0000	1.19
+++ metadata.xml	6 Jun 2010 23:11:12 -0000	1.20
@@ -20,6 +20,7 @@
     <flag name="mmxext">Enables mmx2 support</flag>
     <flag name="network">Enables network streaming support</flag>
     <flag name="pic">Force shared libraries to be built as PIC (this is slower)</flag>
+    <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="vaapi">Enables VAAPI (Video Acceleration API) for hardware decoding</flag>



1.353                media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -r1.352 -r1.353
--- ChangeLog	6 Jun 2010 10:39:40 -0000	1.352
+++ ChangeLog	6 Jun 2010 23:11:12 -0000	1.353
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.352 2010/06/06 10:39:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.353 2010/06/06 23:11:12 lu_zero Exp $
+
+  06 Jun 2010; Luca Barbato <lu_zero@gentoo.org> metadata.xml,
+  ffmpeg-9999-r1.ebuild:
+  add librtmp support
 
   06 Jun 2010; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999-r1.ebuild:
   bump x264 requirements



1.35                 media-video/ffmpeg/ffmpeg-9999-r1.ebuild

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

Index: ffmpeg-9999-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ffmpeg-9999-r1.ebuild	6 Jun 2010 10:39:40 -0000	1.34
+++ ffmpeg-9999-r1.ebuild	6 Jun 2010 23:11:12 -0000	1.35
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v 1.34 2010/06/06 10:39:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v 1.35 2010/06/06 23:11:12 lu_zero Exp $
 
 EAPI=2
 SCM=""
@@ -28,7 +28,7 @@
 IUSE="+3dnow +3dnowext alsa altivec cpudetection custom-cflags debug dirac
 	  doc ieee1394 +encode faac faad gsm jack +mmx +mmxext vorbis test
 	  theora threads x264 xvid network zlib sdl X mp3 amr
-	  oss pic schroedinger +hardcoded-tables bindist v4l v4l2
+	  oss pic rtmp schroedinger +hardcoded-tables bindist v4l v4l2
 	  speex +ssse3 jpeg2k vaapi vdpau"
 
 VIDEO_CARDS="nvidia"
@@ -54,6 +54,7 @@
 	gsm? ( >=media-sound/gsm-1.0.12-r1 )
 	jpeg2k? ( >=media-libs/openjpeg-1.3-r2 )
 	amr? ( media-libs/opencore-amr )
+	rtmp? ( media-video/rtmpdump )
 	schroedinger? ( media-libs/schroedinger )
 	speex? ( >=media-libs/speex-1.2_beta3 )
 	jack? ( media-sound/jack-audio-connection-kit )
@@ -132,7 +133,7 @@
 	# Decoders
 	use amr && myconf="${myconf} --enable-libopencore-amrwb
 		--enable-libopencore-amrnb"
-	for i in gsm faad dirac schroedinger speex; do
+	for i in gsm faad dirac rtmp schroedinger speex; do
 		use $i && myconf="${myconf} --enable-lib$i"
 	done
 	use jpeg2k && myconf="${myconf} --enable-libopenjpeg"






             reply	other threads:[~2010-06-06 23:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-06 23:11 Luca Barbato (lu_zero) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-11 11:34 [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: metadata.xml ChangeLog ffmpeg-9999-r1.ebuild Luca Barbato (lu_zero)
2010-05-11 10:18 Alexis Ballier (aballier)
2009-09-28 22:50 Alexis Ballier (aballier)
2009-08-04  9:18 Samuli Suominen (ssuominen)
2009-07-03 19:31 Alexis Ballier (aballier)

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=20100606231112.BA0122CE3C@corvid.gentoo.org \
    --to=lu_zero@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