Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/ffmpeg: ChangeLog ffmpeg-0.6-r1.ebuild ffmpeg-0.6.ebuild
Date: Sun, 03 Apr 2011 10:37:33
Message-Id: 20110403103724.063C420057@flycatcher.gentoo.org
1 scarabeus 11/04/03 10:37:24
2
3 Modified: ChangeLog
4 Added: ffmpeg-0.6-r1.ebuild
5 Removed: ffmpeg-0.6.ebuild
6 Log:
7 Preffer ffmpeg over libav so user dont get confusing msg during unsattisfied useflags. (they will when we switch to libav anyway but it does not matter.
8
9 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64, RepoMan options: --force)
10
11 Revision Changes Path
12 1.8 virtual/ffmpeg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.7&r2=1.8
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- ChangeLog 31 Mar 2011 15:25:25 -0000 1.7
25 +++ ChangeLog 3 Apr 2011 10:37:23 -0000 1.8
26 @@ -1,6 +1,13 @@
27 # ChangeLog for virtual/ffmpeg
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.7 2011/03/31 15:25:25 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.8 2011/04/03 10:37:23 scarabeus Exp $
31 +
32 +*ffmpeg-0.6-r1 (03 Apr 2011)
33 +
34 + 03 Apr 2011; Tomáš Chvátal <scarabeus@g.o> -ffmpeg-0.6.ebuild,
35 + +ffmpeg-0.6-r1.ebuild:
36 + Preffer ffmpeg over libav so user dont get confusing msg during unsattisfied
37 + useflags. (they will when we switch to libav anyway but it does not matter.
38
39 31 Mar 2011; Tomáš Chvátal <scarabeus@g.o> -ffmpeg-0.5.ebuild:
40 Just drop 0.5 ffmpeg, things are easier without it now. Only thing so far
41
42
43
44 1.1 virtual/ffmpeg/ffmpeg-0.6-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: ffmpeg-0.6-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6-r1.ebuild,v 1.1 2011/04/03 10:37:23 scarabeus Exp $
54
55 EAPI=4
56
57 DESCRIPTION="Virtual package for FFmpeg implementation"
58 HOMEPAGE=""
59 SRC_URI=""
60
61 LICENSE=""
62 SLOT="0"
63 KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
64 IUSE="X +encode mp3 sdl theora threads vaapi vdpau x264"
65
66 RDEPEND="
67 || (
68 >=media-video/ffmpeg-0.6[X=,encode=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
69 >=media-video/libav-0.6[X=,encode=,mp3=,sdl=,theora=,threads=,vaapi=,vdpau=,x264=]
70 )
71 "
72 DEPEND=""