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-libs/x264: x264-0.0.20130912.ebuild x264-9999.ebuild x264-0.0.20130731.ebuild x264-0.0.20140308.ebuild ChangeLog
Date: Thu, 29 Jan 2015 18:02:41
Message-Id: 20150129180234.C4715109B0@oystercatcher.gentoo.org
1 mgorny 15/01/29 18:02:34
2
3 Modified: x264-0.0.20130912.ebuild x264-9999.ebuild
4 x264-0.0.20130731.ebuild x264-0.0.20140308.ebuild
5 ChangeLog
6 Log:
7 Switch to CPU_FLAGS_X86.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.4 media-libs/x264/x264-0.0.20130912.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild?r1=1.3&r2=1.4
17
18 Index: x264-0.0.20130912.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- x264-0.0.20130912.ebuild 2 Dec 2014 16:17:07 -0000 1.3
25 +++ x264-0.0.20130912.ebuild 29 Jan 2015 18:02:34 -0000 1.4
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild,v 1.3 2014/12/02 16:17:07 radhermit Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130912.ebuild,v 1.4 2015/01/29 18:02:34 mgorny Exp $
32
33 EAPI=5
34
35 @@ -23,7 +23,7 @@
36 SLOT="0/${SONAME}"
37
38 LICENSE="GPL-2"
39 -IUSE="10bit +interlaced pic static-libs sse +threads"
40 +IUSE="10bit +interlaced pic static-libs cpu_flags_x86_sse +threads"
41
42 ASM_DEP=">=dev-lang/yasm-1.2.0"
43 DEPEND="abi_x86_32? ( ${ASM_DEP} )
44 @@ -48,7 +48,7 @@
45 fi
46
47 # Upstream uses this, see the cflags patch
48 - use sse && append-flags "-msse" "-mfpmath=sse"
49 + use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
50
51 "${S}/configure" \
52 --prefix="${EPREFIX}"/usr \
53
54
55
56 1.21 media-libs/x264/x264-9999.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?rev=1.21&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?rev=1.21&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?r1=1.20&r2=1.21
61
62 Index: x264-9999.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v
65 retrieving revision 1.20
66 retrieving revision 1.21
67 diff -u -r1.20 -r1.21
68 --- x264-9999.ebuild 18 Jun 2014 20:00:07 -0000 1.20
69 +++ x264-9999.ebuild 29 Jan 2015 18:02:34 -0000 1.21
70 @@ -1,6 +1,6 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 +# Copyright 1999-2015 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.20 2014/06/18 20:00:07 mgorny Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.21 2015/01/29 18:02:34 mgorny Exp $
76
77 EAPI=5
78
79 @@ -23,7 +23,7 @@
80 SLOT="0/${SONAME}"
81
82 LICENSE="GPL-2"
83 -IUSE="10bit +interlaced opencl pic static-libs sse +threads"
84 +IUSE="10bit +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"
85
86 ASM_DEP=">=dev-lang/yasm-1.2.0"
87 DEPEND="abi_x86_32? ( ${ASM_DEP} )
88 @@ -50,7 +50,7 @@
89 fi
90
91 # Upstream uses this, see the cflags patch
92 - use sse && append-flags "-msse" "-mfpmath=sse"
93 + use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
94
95 "${S}/configure" \
96 --prefix="${EPREFIX}"/usr \
97
98
99
100 1.5 media-libs/x264/x264-0.0.20130731.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130731.ebuild?rev=1.5&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130731.ebuild?rev=1.5&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20130731.ebuild?r1=1.4&r2=1.5
105
106 Index: x264-0.0.20130731.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130731.ebuild,v
109 retrieving revision 1.4
110 retrieving revision 1.5
111 diff -u -r1.4 -r1.5
112 --- x264-0.0.20130731.ebuild 13 Sep 2013 13:05:04 -0000 1.4
113 +++ x264-0.0.20130731.ebuild 29 Jan 2015 18:02:34 -0000 1.5
114 @@ -1,6 +1,6 @@
115 -# Copyright 1999-2013 Gentoo Foundation
116 +# Copyright 1999-2015 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $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 $
119 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20130731.ebuild,v 1.5 2015/01/29 18:02:34 mgorny Exp $
120
121 EAPI=5
122
123 @@ -23,7 +23,7 @@
124 SLOT="0/${SONAME}"
125
126 LICENSE="GPL-2"
127 -IUSE="10bit +interlaced pic static-libs sse +threads"
128 +IUSE="10bit +interlaced pic static-libs cpu_flags_x86_sse +threads"
129
130 ASM_DEP=">=dev-lang/yasm-1.2.0"
131 DEPEND="abi_x86_32? ( ${ASM_DEP} )
132 @@ -48,7 +48,7 @@
133 fi
134
135 # Upstream uses this, see the cflags patch
136 - use sse && append-flags "-msse" "-mfpmath=sse"
137 + use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
138
139 "${S}/configure" \
140 --prefix="${EPREFIX}"/usr \
141
142
143
144 1.11 media-libs/x264/x264-0.0.20140308.ebuild
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?rev=1.11&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?rev=1.11&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild?r1=1.10&r2=1.11
149
150 Index: x264-0.0.20140308.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild,v
153 retrieving revision 1.10
154 retrieving revision 1.11
155 diff -u -r1.10 -r1.11
156 --- x264-0.0.20140308.ebuild 2 Dec 2014 16:17:07 -0000 1.10
157 +++ x264-0.0.20140308.ebuild 29 Jan 2015 18:02:34 -0000 1.11
158 @@ -1,6 +1,6 @@
159 -# Copyright 1999-2014 Gentoo Foundation
160 +# Copyright 1999-2015 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild,v 1.10 2014/12/02 16:17:07 radhermit Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20140308.ebuild,v 1.11 2015/01/29 18:02:34 mgorny Exp $
164
165 EAPI=5
166
167 @@ -23,7 +23,7 @@
168 SLOT="0/${SONAME}"
169
170 LICENSE="GPL-2"
171 -IUSE="10bit +interlaced opencl pic static-libs sse +threads"
172 +IUSE="10bit +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"
173
174 ASM_DEP=">=dev-lang/yasm-1.2.0"
175 DEPEND="abi_x86_32? ( ${ASM_DEP} )
176 @@ -50,7 +50,7 @@
177 fi
178
179 # Upstream uses this, see the cflags patch
180 - use sse && append-flags "-msse" "-mfpmath=sse"
181 + use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
182
183 "${S}/configure" \
184 --prefix="${EPREFIX}"/usr \
185
186
187
188 1.114 media-libs/x264/ChangeLog
189
190 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.114&view=markup
191 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.114&content-type=text/plain
192 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?r1=1.113&r2=1.114
193
194 Index: ChangeLog
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
197 retrieving revision 1.113
198 retrieving revision 1.114
199 diff -u -r1.113 -r1.114
200 --- ChangeLog 2 Dec 2014 16:17:07 -0000 1.113
201 +++ ChangeLog 29 Jan 2015 18:02:34 -0000 1.114
202 @@ -1,6 +1,10 @@
203 # ChangeLog for media-libs/x264
204 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
205 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.113 2014/12/02 16:17:07 radhermit Exp $
206 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
207 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.114 2015/01/29 18:02:34 mgorny Exp $
208 +
209 + 29 Jan 2015; Michał Górny <mgorny@g.o> x264-0.0.20130731.ebuild,
210 + x264-0.0.20130912.ebuild, x264-0.0.20140308.ebuild, x264-9999.ebuild:
211 + Switch to CPU_FLAGS_X86.
212
213 02 Dec 2014; Tim Harder <radhermit@g.o> x264-0.0.20130912.ebuild,
214 x264-0.0.20140308.ebuild, +files/x264-0.0.20130912-cflags.patch,