Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer: mplayer-1.1.1-r1.ebuild mplayer-1.2_pre20141011.ebuild mplayer-1.2_pre20130729.ebuild mplayer-9999.ebuild metadata.xml ChangeLog
Date: Fri, 30 Jan 2015 17:16:02
Message-Id: 20150130171557.DD88910B35@oystercatcher.gentoo.org
1 mgorny 15/01/30 17:15:57
2
3 Modified: mplayer-1.1.1-r1.ebuild
4 mplayer-1.2_pre20141011.ebuild
5 mplayer-1.2_pre20130729.ebuild mplayer-9999.ebuild
6 metadata.xml ChangeLog
7 Log:
8 Convert to CPU_FLAGS_X86.
9
10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
11
12 Revision Changes Path
13 1.15 media-video/mplayer/mplayer-1.1.1-r1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild?rev=1.15&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild?rev=1.15&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild?r1=1.14&r2=1.15
18
19 Index: mplayer-1.1.1-r1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild,v
22 retrieving revision 1.14
23 retrieving revision 1.15
24 diff -u -r1.14 -r1.15
25 --- mplayer-1.1.1-r1.ebuild 28 Jul 2014 01:27:14 -0000 1.14
26 +++ mplayer-1.1.1-r1.ebuild 30 Jan 2015 17:15:57 -0000 1.15
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild,v 1.14 2014/07/28 01:27:14 patrick Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild,v 1.15 2015/01/30 17:15:57 mgorny Exp $
33
34 EAPI=4
35
36 @@ -10,13 +10,13 @@
37
38 inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}
39
40 -IUSE="3dnow 3dnowext +a52 aalib +alsa altivec aqua bidi bindist bl bluray
41 +IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext +a52 aalib +alsa altivec aqua bidi bindist bl bluray
42 bs2b cddb +cdio cdparanoia cpudetection debug dga
43 directfb doc +dts +dv dvb +dvd +dvdnav +enca +encode faac +faad fbcon
44 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
45 -+libass libcaca libmpeg2 lirc +live lzo mad md5sum +mmx mmxext mng +mp3 nas
46 ++libass libcaca libmpeg2 lirc +live lzo mad md5sum +cpu_flags_x86_mmx cpu_flags_x86_mmxext mng +mp3 nas
47 +network nut openal +opengl +osdmenu oss png pnm pulseaudio pvr +quicktime
48 -radio +rar +rtc rtmp samba selinux +shm sdl +speex sse sse2 ssse3
49 +radio +rar +rtc rtmp samba selinux +shm sdl +speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
50 tga +theora +tremor +truetype +toolame +twolame +unicode v4l vdpau vidix
51 +vorbis +X +x264 xanim xinerama +xscreensaver +xv +xvid xvmc zoran"
52
53 @@ -492,7 +492,12 @@
54 # Platform specific flags, hardcoded on amd64 (see below)
55 use cpudetection && myconf+=" --enable-runtime-cpudetection"
56
57 - uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
58 + uses="3dnow 3dnowext mmx mmxext sse sse2 ssse3"
59 + for i in ${uses}; do
60 + myconf+=" $(use_enable cpu_flags_x86_${i} ${i})"
61 + done
62 +
63 + uses="altivec shm"
64 for i in ${uses}; do
65 myconf+=" $(use_enable ${i})"
66 done
67
68
69
70 1.5 media-video/mplayer/mplayer-1.2_pre20141011.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild?rev=1.5&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild?rev=1.5&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild?r1=1.4&r2=1.5
75
76 Index: mplayer-1.2_pre20141011.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v
79 retrieving revision 1.4
80 retrieving revision 1.5
81 diff -u -r1.4 -r1.5
82 --- mplayer-1.2_pre20141011.ebuild 15 Dec 2014 14:33:48 -0000 1.4
83 +++ mplayer-1.2_pre20141011.ebuild 30 Jan 2015 17:15:57 -0000 1.5
84 @@ -1,6 +1,6 @@
85 -# Copyright 1999-2014 Gentoo Foundation
86 +# Copyright 1999-2015 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v 1.4 2014/12/15 14:33:48 aballier Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v 1.5 2015/01/30 17:15:57 mgorny Exp $
90
91 EAPI=5
92
93 @@ -10,13 +10,13 @@
94
95 inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}
96
97 -IUSE="3dnow 3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
98 +IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
99 bs2b cddb +cdio cdparanoia cpudetection debug dga
100 directfb doc dts dv dvb +dvd +dvdnav +enca +encode faac faad fbcon
101 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
102 -+libass libcaca libmpeg2 lirc live lzo mad md5sum +mmx mmxext mng mp3 nas
103 ++libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx cpu_flags_x86_mmxext mng mp3 nas
104 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
105 -radio rar rtc rtmp samba selinux +shm sdl speex sse sse2 ssse3
106 +radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
107 tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
108 vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
109
110 @@ -468,7 +468,12 @@
111 # Platform specific flags, hardcoded on amd64 (see below)
112 use cpudetection && myconf+=" --enable-runtime-cpudetection"
113
114 - uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
115 + uses="3dnow 3dnowext mmx mmxext sse sse2 ssse3"
116 + for i in ${uses}; do
117 + myconf+=" $(use_enable cpu_flags_x86_${i} ${i})"
118 + done
119 +
120 + uses="altivec shm"
121 for i in ${uses}; do
122 myconf+=" $(use_enable ${i})"
123 done
124
125
126
127 1.17 media-video/mplayer/mplayer-1.2_pre20130729.ebuild
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?rev=1.17&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?rev=1.17&content-type=text/plain
131 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?r1=1.16&r2=1.17
132
133 Index: mplayer-1.2_pre20130729.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v
136 retrieving revision 1.16
137 retrieving revision 1.17
138 diff -u -r1.16 -r1.17
139 --- mplayer-1.2_pre20130729.ebuild 2 Nov 2014 12:02:09 -0000 1.16
140 +++ mplayer-1.2_pre20130729.ebuild 30 Jan 2015 17:15:57 -0000 1.17
141 @@ -1,6 +1,6 @@
142 -# Copyright 1999-2014 Gentoo Foundation
143 +# Copyright 1999-2015 Gentoo Foundation
144 # Distributed under the terms of the GNU General Public License v2
145 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 1.16 2014/11/02 12:02:09 swift Exp $
146 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 1.17 2015/01/30 17:15:57 mgorny Exp $
147
148 EAPI=5
149
150 @@ -10,13 +10,13 @@
151
152 inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}
153
154 -IUSE="3dnow 3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
155 +IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
156 bs2b cddb +cdio cdparanoia cpudetection debug dga
157 directfb doc dts dv dvb +dvd +dvdnav +enca +encode faac faad fbcon
158 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
159 -+libass libcaca libmpeg2 lirc live lzo mad md5sum +mmx mmxext mng mp3 nas
160 ++libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx cpu_flags_x86_mmxext mng mp3 nas
161 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
162 -radio rar rtc rtmp samba selinux +shm sdl speex sse sse2 ssse3
163 +radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
164 tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
165 vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
166
167 @@ -470,7 +470,12 @@
168 # Platform specific flags, hardcoded on amd64 (see below)
169 use cpudetection && myconf+=" --enable-runtime-cpudetection"
170
171 - uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
172 + uses="3dnow 3dnowext mmx mmxext sse sse2 ssse3"
173 + for i in ${uses}; do
174 + myconf+=" $(use_enable cpu_flags_x86_${i} ${i})"
175 + done
176 +
177 + uses="altivec shm"
178 for i in ${uses}; do
179 myconf+=" $(use_enable ${i})"
180 done
181
182
183
184 1.166 media-video/mplayer/mplayer-9999.ebuild
185
186 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.166&view=markup
187 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.166&content-type=text/plain
188 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?r1=1.165&r2=1.166
189
190 Index: mplayer-9999.ebuild
191 ===================================================================
192 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v
193 retrieving revision 1.165
194 retrieving revision 1.166
195 diff -u -r1.165 -r1.166
196 --- mplayer-9999.ebuild 15 Dec 2014 14:42:24 -0000 1.165
197 +++ mplayer-9999.ebuild 30 Jan 2015 17:15:57 -0000 1.166
198 @@ -1,6 +1,6 @@
199 -# Copyright 1999-2014 Gentoo Foundation
200 +# Copyright 1999-2015 Gentoo Foundation
201 # Distributed under the terms of the GNU General Public License v2
202 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.165 2014/12/15 14:42:24 aballier Exp $
203 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.166 2015/01/30 17:15:57 mgorny Exp $
204
205 EAPI=5
206
207 @@ -10,13 +10,13 @@
208
209 inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}
210
211 -IUSE="3dnow 3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
212 +IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
213 bs2b cddb +cdio cdparanoia cpudetection debug dga
214 directfb doc dts dv dvb +dvd +dvdnav +enca +encode faac faad fbcon
215 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
216 -+libass libcaca libmpeg2 lirc live lzo mad md5sum +mmx mmxext mng mp3 nas
217 ++libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx cpu_flags_x86_mmxext mng mp3 nas
218 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
219 -radio rar rtc rtmp samba selinux +shm sdl speex sse sse2 ssse3
220 +radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
221 tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
222 vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
223
224 @@ -465,7 +465,12 @@
225 # Platform specific flags, hardcoded on amd64 (see below)
226 use cpudetection && myconf+=" --enable-runtime-cpudetection"
227
228 - uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
229 + uses="3dnow 3dnowext mmx mmxext sse sse2 ssse3"
230 + for i in ${uses}; do
231 + myconf+=" $(use_enable cpu_flags_x86_${i} ${i})"
232 + done
233 +
234 + uses="altivec shm"
235 for i in ${uses}; do
236 myconf+=" $(use_enable ${i})"
237 done
238
239
240
241 1.47 media-video/mplayer/metadata.xml
242
243 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/metadata.xml?rev=1.47&view=markup
244 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/metadata.xml?rev=1.47&content-type=text/plain
245 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/metadata.xml?r1=1.46&r2=1.47
246
247 Index: metadata.xml
248 ===================================================================
249 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/metadata.xml,v
250 retrieving revision 1.46
251 retrieving revision 1.47
252 diff -u -r1.46 -r1.47
253 --- metadata.xml 28 Jul 2014 01:27:14 -0000 1.46
254 +++ metadata.xml 30 Jan 2015 17:15:57 -0000 1.47
255 @@ -6,7 +6,6 @@
256 <email>media-video@g.o</email>
257 </maintainer>
258 <use>
259 - <flag name="3dnowext">Enable 3dnowext cpu instructions</flag>
260 <flag name="bindist">Enforces license compatibility constraints via REQUIRED_USE.</flag>
261 <flag name="bl">Blinkenlights video output</flag>
262 <flag name="bluray">Enable playback of Blu-ray filesystems</flag>
263 @@ -20,7 +19,6 @@
264 <flag name="libmpeg2">Build support for mpeg2 over media-libs/libmpeg2 rather than using ffmpeg.</flag>
265 <flag name="live">Enables live.com streaming media support</flag>
266 <flag name="md5sum">Enables md5sum video output</flag>
267 - <flag name="mmxext">Enables mmx2 support</flag>
268 <flag name="mng">MNG input support</flag>
269 <flag name="network">Enables network streaming support</flag>
270 <flag name="nut">Enables support for the NUT container format</flag>
271 @@ -32,7 +30,6 @@
272 <flag name="rtc">Enables usage of the linux real time clock. The alternative is software emulation of rtc</flag>
273 <flag name="rtmp">Enables RTMPDump Streaming Media support</flag>
274 <flag name="shm">Enable support for shm</flag>
275 - <flag name="ssse3">faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)</flag>
276 <flag name="tga">Enables Targa video output</flag>
277 <flag name="toolame">Enable toolame MPEG-2 encoding</flag>
278 <flag name="tremor">Enable internal support for Vorbis</flag>
279
280
281
282 1.932 media-video/mplayer/ChangeLog
283
284 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.932&view=markup
285 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.932&content-type=text/plain
286 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.931&r2=1.932
287
288 Index: ChangeLog
289 ===================================================================
290 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
291 retrieving revision 1.931
292 retrieving revision 1.932
293 diff -u -r1.931 -r1.932
294 --- ChangeLog 15 Dec 2014 14:42:24 -0000 1.931
295 +++ ChangeLog 30 Jan 2015 17:15:57 -0000 1.932
296 @@ -1,6 +1,11 @@
297 # ChangeLog for media-video/mplayer
298 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
299 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.931 2014/12/15 14:42:24 aballier Exp $
300 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
301 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.932 2015/01/30 17:15:57 mgorny Exp $
302 +
303 + 30 Jan 2015; Michał Górny <mgorny@g.o> metadata.xml,
304 + mplayer-1.1.1-r1.ebuild, mplayer-1.2_pre20130729.ebuild,
305 + mplayer-1.2_pre20141011.ebuild, mplayer-9999.ebuild:
306 + Convert to CPU_FLAGS_X86.
307
308 15 Dec 2014; Alexis Ballier <aballier@g.o> mplayer-9999.ebuild:
309 update for recent upstream changes on internal dvd libs, bug #528706 by Dan