Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog
Date: Thu, 23 May 2013 00:23:27
Message-Id: 20130523002322.392C92171D@flycatcher.gentoo.org
1 aballier 13/05/23 00:23:22
2
3 Modified: ffmpeg-9999.ebuild ChangeLog
4 Log:
5 disable v4l2 outdev with USE=-v4l
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.127 media-video/ffmpeg/ffmpeg-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.127&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.127&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.126&r2=1.127
15
16 Index: ffmpeg-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
19 retrieving revision 1.126
20 retrieving revision 1.127
21 diff -u -r1.126 -r1.127
22 --- ffmpeg-9999.ebuild 4 Apr 2013 07:34:43 -0000 1.126
23 +++ ffmpeg-9999.ebuild 23 May 2013 00:23:22 -0000 1.127
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.126 2013/04/04 07:34:43 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.127 2013/05/23 00:23:22 aballier Exp $
29
30 EAPI="4"
31
32 @@ -169,7 +169,7 @@
33 ffuse="${ffuse} cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal"
34
35 # Indevs
36 - use v4l || myconf="${myconf} --disable-indev=v4l2"
37 + use v4l || myconf="${myconf} --disable-indev=v4l2 --disable-outdev=v4l2"
38 for i in alsa oss jack ; do
39 use ${i} || myconf="${myconf} --disable-indev=${i}"
40 done
41
42
43
44 1.650 media-video/ffmpeg/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.650&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.650&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.649&r2=1.650
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
53 retrieving revision 1.649
54 retrieving revision 1.650
55 diff -u -r1.649 -r1.650
56 --- ChangeLog 16 May 2013 16:42:59 -0000 1.649
57 +++ ChangeLog 23 May 2013 00:23:22 -0000 1.650
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-video/ffmpeg
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.649 2013/05/16 16:42:59 aballier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.650 2013/05/23 00:23:22 aballier Exp $
63 +
64 + 23 May 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
65 + disable v4l2 outdev with USE=-v4l
66
67 16 May 2013; Alexis Ballier <aballier@g.o> ffmpeg-1.0.7.ebuild:
68 add libavresample to LD_LIBRARY_PATH for tests, bug #470034