Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/ffmpeg: ffmpeg-0.9.ebuild ChangeLog
Date: Thu, 22 Dec 2011 11:56:09
Message-Id: 20111222115556.40BA32004B@flycatcher.gentoo.org
1 aballier 11/12/22 11:55:56
2
3 Modified: ffmpeg-0.9.ebuild ChangeLog
4 Log:
5 remove keywords that do not have their matching in ffmpeg-0.9 so that itll not force a switch to libav
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 virtual/ffmpeg/ffmpeg-0.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.9.ebuild?r1=1.1&r2=1.2
15
16 Index: ffmpeg-0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ffmpeg-0.9.ebuild 22 Dec 2011 08:42:21 -0000 1.1
23 +++ ffmpeg-0.9.ebuild 22 Dec 2011 11:55:56 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.9.ebuild,v 1.1 2011/12/22 08:42:21 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.9.ebuild,v 1.2 2011/12/22 11:55:56 aballier Exp $
29
30 EAPI=4
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE=""
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="~amd64 ~hppa ~x86-fbsd"
38 IUSE="X +encode jpeg2k mp3 sdl theora threads vaapi vdpau x264"
39
40 RDEPEND="
41
42
43
44 1.20 virtual/ffmpeg/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.20&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.20&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.19&r2=1.20
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
53 retrieving revision 1.19
54 retrieving revision 1.20
55 diff -u -r1.19 -r1.20
56 --- ChangeLog 22 Dec 2011 08:42:21 -0000 1.19
57 +++ ChangeLog 22 Dec 2011 11:55:56 -0000 1.20
58 @@ -1,6 +1,10 @@
59 # ChangeLog for virtual/ffmpeg
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.19 2011/12/22 08:42:21 scarabeus Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.20 2011/12/22 11:55:56 aballier Exp $
63 +
64 + 22 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.9.ebuild:
65 + remove keywords that do not have their matching in ffmpeg-0.9 so that itll
66 + not force a switch to libav
67
68 *ffmpeg-0.9 (22 Dec 2011)