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: ChangeLog ffmpeg-0.8.2.ebuild
Date: Tue, 06 Sep 2011 18:10:09
Message-Id: 20110906180944.5B0062004C@flycatcher.gentoo.org
1 aballier 11/09/06 18:09:44
2
3 Modified: ChangeLog ffmpeg-0.8.2.ebuild
4 Log:
5 openal is not in 0.8.2, only 9999, bug #379187
6
7 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.448 media-video/ffmpeg/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.448&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.448&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.447&r2=1.448
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
19 retrieving revision 1.447
20 retrieving revision 1.448
21 diff -u -r1.447 -r1.448
22 --- ChangeLog 6 Sep 2011 18:02:14 -0000 1.447
23 +++ ChangeLog 6 Sep 2011 18:09:44 -0000 1.448
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-video/ffmpeg
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.447 2011/09/06 18:02:14 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.448 2011/09/06 18:09:44 aballier Exp $
29 +
30 + 06 Sep 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.8.2.ebuild:
31 + openal is not in 0.8.2, only 9999, bug #379187
32
33 06 Sep 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
34 metadata.xml:
35
36
37
38 1.3 media-video/ffmpeg/ffmpeg-0.8.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-0.8.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-0.8.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-0.8.2.ebuild?r1=1.2&r2=1.3
43
44 Index: ffmpeg-0.8.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.8.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- ffmpeg-0.8.2.ebuild 17 Aug 2011 13:07:26 -0000 1.2
51 +++ ffmpeg-0.8.2.ebuild 6 Sep 2011 18:09:44 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.8.2.ebuild,v 1.2 2011/08/17 13:07:26 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.8.2.ebuild,v 1.3 2011/09/06 18:09:44 aballier Exp $
57
58 EAPI="4"
59
60 @@ -30,7 +30,7 @@
61 fi
62 IUSE="
63 aac alsa amr bindist +bzip2 celt cpudetection debug dirac doc +encode faac
64 - frei0r gsm +hardcoded-tables ieee1394 jack jpeg2k mp3 network openal oss pic
65 + frei0r gsm +hardcoded-tables ieee1394 jack jpeg2k mp3 network oss pic
66 qt-faststart rtmp schroedinger sdl speex static-libs test theora threads
67 truetype v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib
68 "
69 @@ -64,7 +64,6 @@
70 ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 )
71 jack? ( media-sound/jack-audio-connection-kit )
72 jpeg2k? ( >=media-libs/openjpeg-1.3-r2 )
73 - openal? ( >=media-libs/openal-1.1 )
74 rtmp? ( >=media-video/rtmpdump-2.2f )
75 sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] )
76 schroedinger? ( media-libs/schroedinger )
77 @@ -132,7 +131,6 @@
78
79 # libavdevice options
80 use ieee1394 && myconf="${myconf} --enable-libdc1394"
81 - use openal && myconf="${myconf} --enable-openal"
82 # Indevs
83 for i in v4l v4l2 alsa oss jack ; do
84 use ${i} || myconf="${myconf} --disable-indev=${i}"