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/libvpx: libvpx-1.3.0.ebuild libvpx-9999.ebuild ChangeLog
Date: Thu, 05 Feb 2015 16:00:28
Message-Id: 20150205160023.C658F111E0@oystercatcher.gentoo.org
1 mgorny 15/02/05 16:00:23
2
3 Modified: libvpx-1.3.0.ebuild libvpx-9999.ebuild ChangeLog
4 Log:
5 Pass --disable-sse correctly, reported by angry_vincent.
6
7 (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.19 media-libs/libvpx/libvpx-1.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?r1=1.18&r2=1.19
15
16 Index: libvpx-1.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- libvpx-1.3.0.ebuild 3 Feb 2015 13:37:15 -0000 1.18
23 +++ libvpx-1.3.0.ebuild 5 Feb 2015 16:00:23 -0000 1.19
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 1.18 2015/02/03 13:37:15 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 1.19 2015/02/05 16:00:23 mgorny Exp $
29
30 EAPI=4
31 inherit eutils multilib toolchain-funcs multilib-minimal
32 @@ -96,7 +96,7 @@
33 $(use_enable cpu_flags_x86_avx2 avx2) \
34 $(use_enable cpu_flags_x86_mmx mmx) \
35 $(use_enable postproc) \
36 - $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse) \
37 + $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse || echo --disable-sse) \
38 $(use_enable cpu_flags_x86_sse2 sse2) \
39 $(use_enable cpu_flags_x86_sse3 sse3) \
40 $(use_enable cpu_flags_x86_sse4_1 sse4_1) \
41
42
43
44 1.53 media-libs/libvpx/libvpx-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.53&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.53&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.52&r2=1.53
49
50 Index: libvpx-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
53 retrieving revision 1.52
54 retrieving revision 1.53
55 diff -u -r1.52 -r1.53
56 --- libvpx-9999.ebuild 3 Feb 2015 13:37:15 -0000 1.52
57 +++ libvpx-9999.ebuild 5 Feb 2015 16:00:23 -0000 1.53
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2015 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.52 2015/02/03 13:37:15 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.53 2015/02/05 16:00:23 mgorny Exp $
63
64 EAPI=4
65 inherit multilib toolchain-funcs multilib-minimal
66 @@ -91,7 +91,7 @@
67 $(use_enable cpu_flags_x86_avx2 avx2) \
68 $(use_enable cpu_flags_x86_mmx mmx) \
69 $(use_enable postproc) \
70 - $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse) \
71 + $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse || echo --disable-sse) \
72 $(use_enable cpu_flags_x86_sse2 sse2) \
73 $(use_enable cpu_flags_x86_sse3 sse3) \
74 $(use_enable cpu_flags_x86_sse4_1 sse4_1) \
75
76
77
78 1.117 media-libs/libvpx/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.117&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.117&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.116&r2=1.117
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
87 retrieving revision 1.116
88 retrieving revision 1.117
89 diff -u -r1.116 -r1.117
90 --- ChangeLog 3 Feb 2015 13:37:15 -0000 1.116
91 +++ ChangeLog 5 Feb 2015 16:00:23 -0000 1.117
92 @@ -1,6 +1,10 @@
93 # ChangeLog for media-libs/libvpx
94 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.116 2015/02/03 13:37:15 mgorny Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.117 2015/02/05 16:00:23 mgorny Exp $
97 +
98 + 05 Feb 2015; Michał Górny <mgorny@g.o> libvpx-1.3.0.ebuild,
99 + libvpx-9999.ebuild:
100 + Pass --disable-sse correctly, reported by angry_vincent.
101
102 03 Feb 2015; Michał Górny <mgorny@g.o> libvpx-1.3.0.ebuild,
103 libvpx-9999.ebuild: