Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/ffmpeg: ffmpeg-0.6.90.ebuild ChangeLog
Date: Fri, 06 May 2011 23:36:54
Message-Id: 20110506233644.3F7B420054@flycatcher.gentoo.org
1 sping 11/05/06 23:36:44
2
3 Modified: ffmpeg-0.6.90.ebuild ChangeLog
4 Log:
5 virtual/ffmpeg: Add use flag jpeg2k
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 virtual/ffmpeg/ffmpeg-0.6.90.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild?r1=1.2&r2=1.3
15
16 Index: ffmpeg-0.6.90.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ffmpeg-0.6.90.ebuild 13 Apr 2011 12:51:41 -0000 1.2
23 +++ ffmpeg-0.6.90.ebuild 6 May 2011 23:36:44 -0000 1.3
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.6.90.ebuild,v 1.2 2011/04/13 12:51:41 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild,v 1.3 2011/05/06 23:36:44 sping Exp $
29
30 EAPI=4
31
32 @@ -11,12 +11,12 @@
33 LICENSE=""
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
36 -IUSE="X +encode mp3 sdl theora threads vaapi vdpau x264"
37 +IUSE="X +encode jpeg2k mp3 sdl theora threads vaapi vdpau x264"
38
39 RDEPEND="
40 || (
41 - >=media-video/ffmpeg-0.6.90_rc0-r2[X=,encode=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
42 - >=media-video/libav-0.6.90_rc[X=,encode=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
43 + >=media-video/ffmpeg-0.6.90_rc0-r2[X=,encode=,jpeg2k=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
44 + >=media-video/libav-0.6.90_rc[X=,encode=,jpeg2k=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
45 )
46 "
47 DEPEND=""
48
49
50
51 1.12 virtual/ffmpeg/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.12&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.12&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.11&r2=1.12
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
60 retrieving revision 1.11
61 retrieving revision 1.12
62 diff -u -r1.11 -r1.12
63 --- ChangeLog 13 Apr 2011 12:51:41 -0000 1.11
64 +++ ChangeLog 6 May 2011 23:36:44 -0000 1.12
65 @@ -1,6 +1,9 @@
66 # ChangeLog for virtual/ffmpeg
67 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.11 2011/04/13 12:51:41 aballier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.12 2011/05/06 23:36:44 sping Exp $
70 +
71 + 06 May 2011; Sebastian Pipping <sping@g.o> ffmpeg-0.6.90.ebuild:
72 + Expose use flag jpeg2k for upcoming Blender 2.57
73
74 13 Apr 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.6.90.ebuild:
75 bump a little the ffmpeg revision required to get in the bugfixes/additions