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: Tue, 03 Feb 2015 13:37:18
Message-Id: 20150203133715.2937C10F7D@oystercatcher.gentoo.org
1 mgorny 15/02/03 13:37:15
2
3 Modified: libvpx-1.3.0.ebuild libvpx-9999.ebuild ChangeLog
4 Log:
5 Fix invalid flag USE=sse2 use, my mistake. Bug #538630.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.18 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.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?r1=1.17&r2=1.18
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.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- libvpx-1.3.0.ebuild 2 Feb 2015 14:33:55 -0000 1.17
23 +++ libvpx-1.3.0.ebuild 3 Feb 2015 13:37:15 -0000 1.18
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.17 2015/02/02 14:33:55 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 1.18 2015/02/03 13:37:15 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 sse2 && use_enable cpu_flags_x86_sse sse) \
37 + $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse 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.52 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.52&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.52&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.51&r2=1.52
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.51
54 retrieving revision 1.52
55 diff -u -r1.51 -r1.52
56 --- libvpx-9999.ebuild 2 Feb 2015 14:33:55 -0000 1.51
57 +++ libvpx-9999.ebuild 3 Feb 2015 13:37:15 -0000 1.52
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.51 2015/02/02 14:33:55 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.52 2015/02/03 13:37:15 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 sse2 && use_enable cpu_flags_x86_sse sse) \
71 + $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse 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.116 media-libs/libvpx/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.116&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.116&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.115&r2=1.116
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
87 retrieving revision 1.115
88 retrieving revision 1.116
89 diff -u -r1.115 -r1.116
90 --- ChangeLog 2 Feb 2015 14:33:55 -0000 1.115
91 +++ ChangeLog 3 Feb 2015 13:37:15 -0000 1.116
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.115 2015/02/02 14:33:55 mgorny Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.116 2015/02/03 13:37:15 mgorny Exp $
97 +
98 + 03 Feb 2015; Michał Górny <mgorny@g.o> libvpx-1.3.0.ebuild,
99 + libvpx-9999.ebuild:
100 + Fix invalid flag USE=sse2 use, my mistake. Bug #538630.
101
102 02 Feb 2015; Michał Górny <mgorny@g.o> libvpx-1.3.0.ebuild,
103 libvpx-9999.ebuild: