mgorny      15/01/29 18:02:34

  Modified:             x264-0.0.20130912.ebuild x264-9999.ebuild
                        x264-0.0.20130731.ebuild x264-0.0.20140308.ebuild
                        ChangeLog
  Log:
  Switch to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.4                  media-libs/x264/x264-0.0.20130912.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?r1=1.3&r2=1.4

Index: x264-0.0.20130912.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- x264-0.0.20130912.ebuild    2 Dec 2014 16:17:07 -0000       1.3
+++ x264-0.0.20130912.ebuild    29 Jan 2015 18:02:34 -0000      1.4
@@ -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-libs/x264/x264-0.0.20130912.ebuild,v 
1.3 2014/12/02 16:17:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild,v 
1.4 2015/01/29 18:02:34 mgorny Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 SLOT="0/${SONAME}"
 
 LICENSE="GPL-2"
-IUSE="10bit +interlaced pic static-libs sse +threads"
+IUSE="10bit +interlaced pic static-libs cpu_flags_x86_sse +threads"
 
 ASM_DEP=">=dev-lang/yasm-1.2.0"
 DEPEND="abi_x86_32? ( ${ASM_DEP} )
@@ -48,7 +48,7 @@
        fi
 
        # Upstream uses this, see the cflags patch
-       use sse && append-flags "-msse" "-mfpmath=sse"
+       use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
 
        "${S}/configure" \
                --prefix="${EPREFIX}"/usr \



1.21                 media-libs/x264/x264-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?r1=1.20&r2=1.21

Index: x264-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- x264-9999.ebuild    18 Jun 2014 20:00:07 -0000      1.20
+++ x264-9999.ebuild    29 Jan 2015 18:02:34 -0000      1.21
@@ -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-libs/x264/x264-9999.ebuild,v 1.20 
2014/06/18 20:00:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.21 
2015/01/29 18:02:34 mgorny Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 SLOT="0/${SONAME}"
 
 LICENSE="GPL-2"
-IUSE="10bit +interlaced opencl pic static-libs sse +threads"
+IUSE="10bit +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"
 
 ASM_DEP=">=dev-lang/yasm-1.2.0"
 DEPEND="abi_x86_32? ( ${ASM_DEP} )
@@ -50,7 +50,7 @@
        fi
 
        # Upstream uses this, see the cflags patch
-       use sse && append-flags "-msse" "-mfpmath=sse"
+       use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
 
        "${S}/configure" \
                --prefix="${EPREFIX}"/usr \



1.5                  media-libs/x264/x264-0.0.20130731.ebuild

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

Index: x264-0.0.20130731.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130731.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- x264-0.0.20130731.ebuild    13 Sep 2013 13:05:04 -0000      1.4
+++ x264-0.0.20130731.ebuild    29 Jan 2015 18:02:34 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130731.ebuild,v 
1.4 2013/09/13 13:05:04 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130731.ebuild,v 
1.5 2015/01/29 18:02:34 mgorny Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 SLOT="0/${SONAME}"
 
 LICENSE="GPL-2"
-IUSE="10bit +interlaced pic static-libs sse +threads"
+IUSE="10bit +interlaced pic static-libs cpu_flags_x86_sse +threads"
 
 ASM_DEP=">=dev-lang/yasm-1.2.0"
 DEPEND="abi_x86_32? ( ${ASM_DEP} )
@@ -48,7 +48,7 @@
        fi
 
        # Upstream uses this, see the cflags patch
-       use sse && append-flags "-msse" "-mfpmath=sse"
+       use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
 
        "${S}/configure" \
                --prefix="${EPREFIX}"/usr \



1.11                 media-libs/x264/x264-0.0.20140308.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?r1=1.10&r2=1.11

Index: x264-0.0.20140308.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- x264-0.0.20140308.ebuild    2 Dec 2014 16:17:07 -0000       1.10
+++ x264-0.0.20140308.ebuild    29 Jan 2015 18:02:34 -0000      1.11
@@ -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-libs/x264/x264-0.0.20140308.ebuild,v 
1.10 2014/12/02 16:17:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild,v 
1.11 2015/01/29 18:02:34 mgorny Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 SLOT="0/${SONAME}"
 
 LICENSE="GPL-2"
-IUSE="10bit +interlaced opencl pic static-libs sse +threads"
+IUSE="10bit +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"
 
 ASM_DEP=">=dev-lang/yasm-1.2.0"
 DEPEND="abi_x86_32? ( ${ASM_DEP} )
@@ -50,7 +50,7 @@
        fi
 
        # Upstream uses this, see the cflags patch
-       use sse && append-flags "-msse" "-mfpmath=sse"
+       use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
 
        "${S}/configure" \
                --prefix="${EPREFIX}"/usr \



1.114                media-libs/x264/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.114&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.114&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   2 Dec 2014 16:17:07 -0000       1.113
+++ ChangeLog   29 Jan 2015 18:02:34 -0000      1.114
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/x264
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.113 
2014/12/02 16:17:07 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.114 
2015/01/29 18:02:34 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> x264-0.0.20130731.ebuild,
+  x264-0.0.20130912.ebuild, x264-0.0.20140308.ebuild, x264-9999.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   02 Dec 2014; Tim Harder <[email protected]> x264-0.0.20130912.ebuild,
   x264-0.0.20140308.ebuild, +files/x264-0.0.20130912-cflags.patch,




Reply via email to