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: Mon, 04 Mar 2013 12:09:08
Message-Id: 20130304120904.A7A7F2171D@flycatcher.gentoo.org
1 aballier 13/03/04 12:09:04
2
3 Modified: ffmpeg-9999.ebuild ChangeLog
4 Log:
5 fix vaapi/vdpau useflags that are now disabled by default
6
7 (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.120 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.120&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.120&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.119&r2=1.120
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.119
20 retrieving revision 1.120
21 diff -u -r1.119 -r1.120
22 --- ffmpeg-9999.ebuild 4 Mar 2013 11:59:02 -0000 1.119
23 +++ ffmpeg-9999.ebuild 4 Mar 2013 12:09:04 -0000 1.120
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.119 2013/03/04 11:59:02 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.120 2013/03/04 12:09:04 aballier Exp $
29
30 EAPI="4"
31
32 @@ -142,7 +142,7 @@
33 local version3=""
34
35 # enabled by default
36 - for i in debug doc network vaapi vdpau zlib; do
37 + for i in debug doc network zlib; do
38 use ${i} || myconf="${myconf} --disable-${i}"
39 done
40 use bzip2 || myconf="${myconf} --disable-bzlib"
41 @@ -151,7 +151,7 @@
42 use cpudetection || myconf="${myconf} --disable-runtime-cpudetect"
43 use openssl && myconf="${myconf} --enable-openssl --enable-nonfree"
44 # disabled by default
45 - for i in gnutls iconv ; do
46 + for i in gnutls iconv vaapi vdpau ; do
47 use $i && myconf="${myconf} --enable-$i"
48 done
49
50
51
52
53 1.613 media-video/ffmpeg/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.613&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.613&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.612&r2=1.613
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
62 retrieving revision 1.612
63 retrieving revision 1.613
64 diff -u -r1.612 -r1.613
65 --- ChangeLog 4 Mar 2013 11:59:02 -0000 1.612
66 +++ ChangeLog 4 Mar 2013 12:09:04 -0000 1.613
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-video/ffmpeg
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.612 2013/03/04 11:59:02 aballier Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.613 2013/03/04 12:09:04 aballier Exp $
72 +
73 + 04 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
74 + fix vaapi/vdpau useflags that are now disabled by default
75
76 04 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
77 add iconv useflag