mgorny      15/01/30 17:15:57

  Modified:             mplayer-1.1.1-r1.ebuild
                        mplayer-1.2_pre20141011.ebuild
                        mplayer-1.2_pre20130729.ebuild mplayer-9999.ebuild
                        metadata.xml ChangeLog
  Log:
  Convert to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.15                 media-video/mplayer/mplayer-1.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild?rev=1.15&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild?r1=1.14&r2=1.15

Index: mplayer-1.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.1.1-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mplayer-1.1.1-r1.ebuild     28 Jul 2014 01:27:14 -0000      1.14
+++ mplayer-1.1.1-r1.ebuild     30 Jan 2015 17:15:57 -0000      1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=4
 
@@ -10,13 +10,13 @@
 
 inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}
 
-IUSE="3dnow 3dnowext +a52 aalib +alsa altivec aqua bidi bindist bl bluray
+IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext +a52 aalib +alsa altivec aqua 
bidi bindist bl bluray
 bs2b cddb +cdio cdparanoia cpudetection debug dga
 directfb doc +dts +dv dvb +dvd +dvdnav +enca +encode faac +faad fbcon
 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
-+libass libcaca libmpeg2 lirc +live lzo mad md5sum +mmx mmxext mng +mp3 nas
++libass libcaca libmpeg2 lirc +live lzo mad md5sum +cpu_flags_x86_mmx 
cpu_flags_x86_mmxext mng +mp3 nas
 +network nut openal +opengl +osdmenu oss png pnm pulseaudio pvr +quicktime
-radio +rar +rtc rtmp samba selinux +shm sdl +speex sse sse2 ssse3
+radio +rar +rtc rtmp samba selinux +shm sdl +speex cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3
 tga +theora +tremor +truetype +toolame +twolame +unicode v4l vdpau vidix
 +vorbis +X +x264 xanim xinerama +xscreensaver +xv +xvid xvmc zoran"
 
@@ -492,7 +492,12 @@
        # Platform specific flags, hardcoded on amd64 (see below)
        use cpudetection && myconf+=" --enable-runtime-cpudetection"
 
-       uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
+       uses="3dnow 3dnowext mmx mmxext sse sse2 ssse3"
+       for i in ${uses}; do
+               myconf+=" $(use_enable cpu_flags_x86_${i} ${i})"
+       done
+
+       uses="altivec shm"
        for i in ${uses}; do
                myconf+=" $(use_enable ${i})"
        done



1.5                  media-video/mplayer/mplayer-1.2_pre20141011.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild?r1=1.4&r2=1.5

Index: mplayer-1.2_pre20141011.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mplayer-1.2_pre20141011.ebuild      15 Dec 2014 14:33:48 -0000      1.4
+++ mplayer-1.2_pre20141011.ebuild      30 Jan 2015 17:15:57 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v 
1.4 2014/12/15 14:33:48 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20141011.ebuild,v 
1.5 2015/01/30 17:15:57 mgorny Exp $
 
 EAPI=5
 
@@ -10,13 +10,13 @@
 
 inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}
 
-IUSE="3dnow 3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
+IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua 
bidi bindist bl bluray
 bs2b cddb +cdio cdparanoia cpudetection debug dga
 directfb doc dts dv dvb +dvd +dvdnav +enca +encode faac faad fbcon
 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
-+libass libcaca libmpeg2 lirc live lzo mad md5sum +mmx mmxext mng mp3 nas
++libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx 
cpu_flags_x86_mmxext mng mp3 nas
 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
-radio rar rtc rtmp samba selinux +shm sdl speex sse sse2 ssse3
+radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3
 tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
 vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
 
@@ -468,7 +468,12 @@
        # Platform specific flags, hardcoded on amd64 (see below)
        use cpudetection && myconf+=" --enable-runtime-cpudetection"
 
-       uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
+       uses="3dnow 3dnowext mmx mmxext sse sse2 ssse3"
+       for i in ${uses}; do
+               myconf+=" $(use_enable cpu_flags_x86_${i} ${i})"
+       done
+
+       uses="altivec shm"
        for i in ${uses}; do
                myconf+=" $(use_enable ${i})"
        done



1.17                 media-video/mplayer/mplayer-1.2_pre20130729.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?r1=1.16&r2=1.17

Index: mplayer-1.2_pre20130729.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mplayer-1.2_pre20130729.ebuild      2 Nov 2014 12:02:09 -0000       1.16
+++ mplayer-1.2_pre20130729.ebuild      30 Jan 2015 17:15:57 -0000      1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 
1.16 2014/11/02 12:02:09 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 
1.17 2015/01/30 17:15:57 mgorny Exp $
 
 EAPI=5
 
@@ -10,13 +10,13 @@
 
 inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}
 
-IUSE="3dnow 3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
+IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua 
bidi bindist bl bluray
 bs2b cddb +cdio cdparanoia cpudetection debug dga
 directfb doc dts dv dvb +dvd +dvdnav +enca +encode faac faad fbcon
 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
-+libass libcaca libmpeg2 lirc live lzo mad md5sum +mmx mmxext mng mp3 nas
++libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx 
cpu_flags_x86_mmxext mng mp3 nas
 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
-radio rar rtc rtmp samba selinux +shm sdl speex sse sse2 ssse3
+radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3
 tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
 vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
 
@@ -470,7 +470,12 @@
        # Platform specific flags, hardcoded on amd64 (see below)
        use cpudetection && myconf+=" --enable-runtime-cpudetection"
 
-       uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
+       uses="3dnow 3dnowext mmx mmxext sse sse2 ssse3"
+       for i in ${uses}; do
+               myconf+=" $(use_enable cpu_flags_x86_${i} ${i})"
+       done
+
+       uses="altivec shm"
        for i in ${uses}; do
                myconf+=" $(use_enable ${i})"
        done



1.166                media-video/mplayer/mplayer-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.166&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.166&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?r1=1.165&r2=1.166

Index: mplayer-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- mplayer-9999.ebuild 15 Dec 2014 14:42:24 -0000      1.165
+++ mplayer-9999.ebuild 30 Jan 2015 17:15:57 -0000      1.166
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 
1.165 2014/12/15 14:42:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 
1.166 2015/01/30 17:15:57 mgorny Exp $
 
 EAPI=5
 
@@ -10,13 +10,13 @@
 
 inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS}
 
-IUSE="3dnow 3dnowext a52 aalib +alsa altivec aqua bidi bindist bl bluray
+IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext a52 aalib +alsa altivec aqua 
bidi bindist bl bluray
 bs2b cddb +cdio cdparanoia cpudetection debug dga
 directfb doc dts dv dvb +dvd +dvdnav +enca +encode faac faad fbcon
 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
-+libass libcaca libmpeg2 lirc live lzo mad md5sum +mmx mmxext mng mp3 nas
++libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx 
cpu_flags_x86_mmxext mng mp3 nas
 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
-radio rar rtc rtmp samba selinux +shm sdl speex sse sse2 ssse3
+radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3
 tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
 vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
 
@@ -465,7 +465,12 @@
        # Platform specific flags, hardcoded on amd64 (see below)
        use cpudetection && myconf+=" --enable-runtime-cpudetection"
 
-       uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
+       uses="3dnow 3dnowext mmx mmxext sse sse2 ssse3"
+       for i in ${uses}; do
+               myconf+=" $(use_enable cpu_flags_x86_${i} ${i})"
+       done
+
+       uses="altivec shm"
        for i in ${uses}; do
                myconf+=" $(use_enable ${i})"
        done



1.47                 media-video/mplayer/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/metadata.xml?rev=1.47&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/metadata.xml?rev=1.47&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/metadata.xml?r1=1.46&r2=1.47

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/metadata.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- metadata.xml        28 Jul 2014 01:27:14 -0000      1.46
+++ metadata.xml        30 Jan 2015 17:15:57 -0000      1.47
@@ -6,7 +6,6 @@
     <email>[email protected]</email>
   </maintainer>
   <use>
-    <flag name="3dnowext">Enable 3dnowext cpu instructions</flag>
     <flag name="bindist">Enforces license compatibility constraints via 
REQUIRED_USE.</flag>
     <flag name="bl">Blinkenlights video output</flag>
     <flag name="bluray">Enable playback of Blu-ray filesystems</flag>
@@ -20,7 +19,6 @@
     <flag name="libmpeg2">Build support for mpeg2 over media-libs/libmpeg2 
rather than using ffmpeg.</flag>
     <flag name="live">Enables live.com streaming media support</flag>
     <flag name="md5sum">Enables md5sum video output</flag>
-    <flag name="mmxext">Enables mmx2 support</flag>
     <flag name="mng">MNG input support</flag>
     <flag name="network">Enables network streaming support</flag>
     <flag name="nut">Enables support for the NUT container format</flag>
@@ -32,7 +30,6 @@
     <flag name="rtc">Enables usage of the linux real time clock. The 
alternative is software emulation of rtc</flag>
     <flag name="rtmp">Enables RTMPDump Streaming Media support</flag>
     <flag name="shm">Enable support for shm</flag>
-    <flag name="ssse3">faster floating point optimization for SSSE3 capable 
chips (Intel Core 2 and later chips)</flag>
     <flag name="tga">Enables Targa video output</flag>
     <flag name="toolame">Enable toolame MPEG-2 encoding</flag>
     <flag name="tremor">Enable internal support for Vorbis</flag>



1.932                media-video/mplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.932&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.932&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.931&r2=1.932

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
retrieving revision 1.931
retrieving revision 1.932
diff -u -r1.931 -r1.932
--- ChangeLog   15 Dec 2014 14:42:24 -0000      1.931
+++ ChangeLog   30 Jan 2015 17:15:57 -0000      1.932
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mplayer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.931 
2014/12/15 14:42:24 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.932 
2015/01/30 17:15:57 mgorny Exp $
+
+  30 Jan 2015; Michał Górny <[email protected]> metadata.xml,
+  mplayer-1.1.1-r1.ebuild, mplayer-1.2_pre20130729.ebuild,
+  mplayer-1.2_pre20141011.ebuild, mplayer-9999.ebuild:
+  Convert to CPU_FLAGS_X86.
 
   15 Dec 2014; Alexis Ballier <[email protected]> mplayer-9999.ebuild:
   update for recent upstream changes on internal dvd libs, bug #528706 by Dan




Reply via email to