Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/libav: libav-0.6.9999.ebuild ChangeLog libav-0.6.2.ebuild
Date: Fri, 01 Apr 2011 09:45:12
Message-Id: 20110401094501.8553D20054@flycatcher.gentoo.org
1 scarabeus 11/04/01 09:45:01
2
3 Modified: libav-0.6.9999.ebuild ChangeLog libav-0.6.2.ebuild
4 Log:
5 Drop frei0r option that is availible only in trunk.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 media-video/libav/libav-0.6.9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.6.9999.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.6.9999.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.6.9999.ebuild?r1=1.5&r2=1.6
15
16 Index: libav-0.6.9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.6.9999.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libav-0.6.9999.ebuild 28 Mar 2011 19:36:35 -0000 1.5
23 +++ libav-0.6.9999.ebuild 1 Apr 2011 09:45:01 -0000 1.6
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/media-video/libav/libav-0.6.9999.ebuild,v 1.5 2011/03/28 19:36:35 lu_zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.6.9999.ebuild,v 1.6 2011/04/01 09:45:01 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -27,7 +27,7 @@
33 [[ ${PV} == *9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64
34 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
35 ~x64-solaris ~x86-solaris"
36 -IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags debug dirac doc +encode faac frei0r gsm +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp schroedinger sdl speex +ssse3 static-libs test theora threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib"
37 +IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags debug dirac doc +encode faac gsm +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp schroedinger sdl speex +ssse3 static-libs test theora threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib"
38
39 VIDEO_CARDS="nvidia"
40 for x in ${VIDEO_CARDS}; do
41 @@ -48,7 +48,6 @@
42 x264? ( >=media-libs/x264-0.0.20101029 )
43 xvid? ( >=media-libs/xvid-1.1.0 )
44 )
45 - frei0r? ( media-plugins/frei0r-plugins )
46 gsm? ( >=media-sound/gsm-1.0.12-r1 )
47 ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 )
48 jack? ( media-sound/jack-audio-connection-kit )
49 @@ -130,8 +129,6 @@
50 for i in alsa oss ; do
51 use ${i} || myconf+=" --disable-outdev=${i}"
52 done
53 - # libavfilter options
54 - use frei0r && myconf+=" --enable-frei0r"
55
56 # Threads; we only support pthread for now but ffmpeg supports more
57 use threads && myconf+=" --enable-pthreads"
58
59
60
61 1.9 media-video/libav/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.9&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.9&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.8&r2=1.9
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
70 retrieving revision 1.8
71 retrieving revision 1.9
72 diff -u -r1.8 -r1.9
73 --- ChangeLog 30 Mar 2011 09:25:55 -0000 1.8
74 +++ ChangeLog 1 Apr 2011 09:45:01 -0000 1.9
75 @@ -1,6 +1,10 @@
76 # ChangeLog for media-video/libav
77 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.8 2011/03/30 09:25:55 lu_zero Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.9 2011/04/01 09:45:01 scarabeus Exp $
80 +
81 + 01 Apr 2011; Tomáš Chvátal <scarabeus@g.o> libav-0.6.2.ebuild,
82 + libav-0.6.9999.ebuild:
83 + Drop frei0r option that is availible only in trunk.
84
85 30 Mar 2011; Luca Barbato <lu_zero@g.o> libav-9999.ebuild:
86 Drop removed configure option
87
88
89
90 1.4 media-video/libav/libav-0.6.2.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.6.2.ebuild?rev=1.4&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.6.2.ebuild?rev=1.4&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.6.2.ebuild?r1=1.3&r2=1.4
95
96 Index: libav-0.6.2.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.6.2.ebuild,v
99 retrieving revision 1.3
100 retrieving revision 1.4
101 diff -u -r1.3 -r1.4
102 --- libav-0.6.2.ebuild 28 Mar 2011 19:36:35 -0000 1.3
103 +++ libav-0.6.2.ebuild 1 Apr 2011 09:45:01 -0000 1.4
104 @@ -1,6 +1,6 @@
105 # Copyright 1999-2011 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.6.2.ebuild,v 1.3 2011/03/28 19:36:35 lu_zero Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.6.2.ebuild,v 1.4 2011/04/01 09:45:01 scarabeus Exp $
109
110 EAPI=4
111
112 @@ -26,7 +26,7 @@
113 [[ ${PV} == *9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64
114 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
115 ~x64-solaris ~x86-solaris"
116 -IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags debug dirac doc +encode faac frei0r gsm +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp schroedinger sdl speex +ssse3 static-libs test theora threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib"
117 +IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags debug dirac doc +encode faac gsm +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp schroedinger sdl speex +ssse3 static-libs test theora threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib"
118
119 VIDEO_CARDS="nvidia"
120 for x in ${VIDEO_CARDS}; do
121 @@ -47,7 +47,6 @@
122 x264? ( >=media-libs/x264-0.0.20101029 )
123 xvid? ( >=media-libs/xvid-1.1.0 )
124 )
125 - frei0r? ( media-plugins/frei0r-plugins )
126 gsm? ( >=media-sound/gsm-1.0.12-r1 )
127 ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 )
128 jack? ( media-sound/jack-audio-connection-kit )
129 @@ -133,8 +132,6 @@
130 for i in alsa oss ; do
131 use ${i} || myconf+=" --disable-outdev=${i}"
132 done
133 - # libavfilter options
134 - use frei0r && myconf+=" --enable-frei0r"
135
136 # Threads; we only support pthread for now but ffmpeg supports more
137 use threads && myconf+=" --enable-pthreads"