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,  7 Nov 2011 13:30:58 +0000 (UTC)	[thread overview]
Message-ID: <20111107133058.119192004B@flycatcher.gentoo.org> (raw)

aballier    11/11/07 13:30:58

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

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

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

Index: ffmpeg-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ffmpeg-9999.ebuild	7 Nov 2011 13:23:08 -0000	1.61
+++ ffmpeg-9999.ebuild	7 Nov 2011 13:30:57 -0000	1.62
@@ -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.61 2011/11/07 13:23:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.62 2011/11/07 13:30:57 aballier Exp $
 
 EAPI="4"
 
@@ -30,7 +30,7 @@
 fi
 IUSE="
 	aac aacplus alsa amr bindist +bzip2 cdio celt cpudetection debug dirac doc
-	+encode faac frei0r gnutls gsm +hardcoded-tables ieee1394 jack jpeg2k
+	+encode faac frei0r gnutls gsm +hardcoded-tables ieee1394 jack jpeg2k libv4l
 	modplug mp3 network openal openssl oss pic pulseaudio qt-faststart rtmp
 	schroedinger sdl speex static-libs test theora threads truetype v4l vaapi
 	vdpau vorbis vpx X x264 xvid +zlib
@@ -68,6 +68,7 @@
 	ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 )
 	jack? ( media-sound/jack-audio-connection-kit )
 	jpeg2k? ( >=media-libs/openjpeg-1.3-r2 )
+	libv4l? ( media-libs/libv4l )
 	modplug? ( media-libs/libmodplug )
 	openal? ( >=media-libs/openal-1.1 )
 	pulseaudio? ( media-sound/pulseaudio )
@@ -90,6 +91,7 @@
 	doc? ( app-text/texi2html )
 	gnutls? ( dev-util/pkgconfig )
 	ieee1394? ( dev-util/pkgconfig )
+	libv4l? ( dev-util/pkgconfig )
 	mmx? ( dev-lang/yasm )
 	rtmp? ( dev-util/pkgconfig )
 	schroedinger? ( dev-util/pkgconfig )
@@ -98,7 +100,8 @@
 	v4l? ( sys-kernel/linux-headers )
 "
 # faac is license-incompatible with ffmpeg
-REQUIRED_USE="bindist? ( encode? ( !faac !aacplus ) !openssl )"
+REQUIRED_USE="bindist? ( encode? ( !faac !aacplus ) !openssl )
+	libv4l? ( v4l )"
 
 S=${WORKDIR}/${P/_/-}
 
@@ -152,6 +155,7 @@
 	done
 	use X && myconf="${myconf} --enable-x11grab"
 	use pulseaudio && myconf="${myconf} --enable-libpulse"
+	use libv4l && myconf="${myconf} --enable-libv4l2"
 	# Outdevs
 	for i in alsa oss ; do
 		use ${i} || myconf="${myconf} --disable-outdev=${i}"



1.33                 media-video/ffmpeg/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- metadata.xml	7 Nov 2011 13:17:18 -0000	1.32
+++ metadata.xml	7 Nov 2011 13:30:57 -0000	1.33
@@ -21,6 +21,7 @@
 	<flag name="faac">Use external faac library for AAC encoding</flag>
 	<flag name="frei0r">Enable frei0r wrapping in libavfilter</flag>
     <flag name="hardcoded-tables">Use pre-calculated tables rather than calculating them on the fly.</flag>
+	<flag name="libv4l">Uses <pkg>media-libs/libv4l</pkg> for video4linux instead of direct calls. Adds support for more devices via the userspace library.</flag>
     <flag name="mmxext">Enables mmx2 support</flag>
     <flag name="neon">Enables NEON optimizations for arm processors.</flag>
     <flag name="network">Enables network streaming support</flag>



1.482                media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -r1.481 -r1.482
--- ChangeLog	7 Nov 2011 13:23:08 -0000	1.481
+++ ChangeLog	7 Nov 2011 13:30:57 -0000	1.482
@@ -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.481 2011/11/07 13:23:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.482 2011/11/07 13:30:57 aballier Exp $
+
+  07 Nov 2011; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999.ebuild,
+  metadata.xml:
+  add libv4l useflag
 
   07 Nov 2011; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999.ebuild:
   add gnutls useflag






             reply	other threads:[~2011-11-07 13:31 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-07 13:30 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-06 14:11 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: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=20111107133058.119192004B@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