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.6.90.ebuild ChangeLog
Date: Tue, 05 Apr 2011 15:35:12
Message-Id: 20110405153500.E2C5A20054@flycatcher.gentoo.org
1 aballier 11/04/05 15:35:00
2
3 Modified: ChangeLog
4 Added: ffmpeg-0.6.90.ebuild
5 Log:
6 add a virtual for the upcoming 0.6.90 release so that packages needing more recent features can depend on it
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 virtual/ffmpeg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 3 Apr 2011 10:37:23 -0000 1.8
24 +++ ChangeLog 5 Apr 2011 15:35:00 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for virtual/ffmpeg
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.8 2011/04/03 10:37:23 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.9 2011/04/05 15:35:00 aballier Exp $
30 +
31 +*ffmpeg-0.6.90 (05 Apr 2011)
32 +
33 + 05 Apr 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.6.90.ebuild:
34 + add a virtual for the upcoming 0.6.90 release so that packages needing more
35 + recent features can depend on it
36
37 *ffmpeg-0.6-r1 (03 Apr 2011)
38
39
40
41
42 1.1 virtual/ffmpeg/ffmpeg-0.6.90.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ffmpeg-0.6.90.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.90.ebuild,v 1.1 2011/04/05 15:35:00 aballier Exp $
52
53 EAPI=4
54
55 DESCRIPTION="Virtual package for FFmpeg implementation"
56 HOMEPAGE=""
57 SRC_URI=""
58
59 LICENSE=""
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="X +encode mp3 sdl theora threads vaapi vdpau x264"
63
64 RDEPEND="
65 || (
66 >=media-video/ffmpeg-0.6.90_rc[X=,encode=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
67 >=media-video/libav-0.6.90_rc[X=,encode=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
68 )
69 "
70 DEPEND=""