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/speex: speex-1.2_rc1.ebuild speex-1.2_rc1-r2.ebuild speex-1.2_rc1-r1.ebuild ChangeLog
Date: Thu, 29 Jan 2015 18:00:52
Message-Id: 20150129180048.11E95109AE@oystercatcher.gentoo.org
1 mgorny 15/01/29 18:00:48
2
3 Modified: speex-1.2_rc1.ebuild speex-1.2_rc1-r2.ebuild
4 speex-1.2_rc1-r1.ebuild ChangeLog
5 Log:
6 Switch to CPU_FLAGS_X86.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.13 media-libs/speex/speex-1.2_rc1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1.ebuild?r1=1.12&r2=1.13
16
17 Index: speex-1.2_rc1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- speex-1.2_rc1.ebuild 10 Aug 2014 21:12:16 -0000 1.12
24 +++ speex-1.2_rc1.ebuild 29 Jan 2015 18:00:48 -0000 1.13
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1.ebuild,v 1.12 2014/08/10 21:12:16 slyfox Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1.ebuild,v 1.13 2015/01/29 18:00:48 mgorny Exp $
31
32 EAPI=2
33 inherit autotools eutils flag-o-matic
34 @@ -14,7 +14,7 @@
35 LICENSE="BSD"
36 SLOT="0"
37 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
38 -IUSE="ogg sse static-libs"
39 +IUSE="ogg cpu_flags_x86_sse static-libs"
40
41 RDEPEND="ogg? ( media-libs/libogg )"
42 DEPEND="${RDEPEND}
43 @@ -38,7 +38,7 @@
44 econf \
45 $(use_enable static-libs static) \
46 --disable-dependency-tracking \
47 - $(use_enable sse) \
48 + $(use_enable cpu_flags_x86_sse sse) \
49 $(use_enable ogg)
50 }
51
52
53
54
55 1.13 media-libs/speex/speex-1.2_rc1-r2.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1-r2.ebuild?rev=1.13&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1-r2.ebuild?rev=1.13&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1-r2.ebuild?r1=1.12&r2=1.13
60
61 Index: speex-1.2_rc1-r2.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1-r2.ebuild,v
64 retrieving revision 1.12
65 retrieving revision 1.13
66 diff -u -r1.12 -r1.13
67 --- speex-1.2_rc1-r2.ebuild 10 Aug 2014 21:12:16 -0000 1.12
68 +++ speex-1.2_rc1-r2.ebuild 29 Jan 2015 18:00:48 -0000 1.13
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2014 Gentoo Foundation
71 +# Copyright 1999-2015 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1-r2.ebuild,v 1.12 2014/08/10 21:12:16 slyfox Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1-r2.ebuild,v 1.13 2015/01/29 18:00:48 mgorny Exp $
75
76 EAPI=5
77 inherit autotools eutils flag-o-matic multilib-minimal
78 @@ -14,7 +14,7 @@
79 LICENSE="BSD"
80 SLOT="0"
81 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
82 -IUSE="ogg sse static-libs"
83 +IUSE="ogg cpu_flags_x86_sse static-libs"
84
85 RDEPEND="ogg? ( media-libs/libogg:= )
86 abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r3
87 @@ -43,7 +43,7 @@
88
89 ECONF_SOURCE="${S}" econf \
90 $(use_enable static-libs static) \
91 - $(use_enable sse) \
92 + $(use_enable cpu_flags_x86_sse sse) \
93 $( [ "${ABI}" = "${DEFAULT_ABI}" ] && echo $(use_enable ogg))
94 # ogg is only for speexdec/speexenc binaries, useless for non native ABIs
95 }
96
97
98
99 1.7 media-libs/speex/speex-1.2_rc1-r1.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1-r1.ebuild?rev=1.7&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1-r1.ebuild?rev=1.7&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/speex-1.2_rc1-r1.ebuild?r1=1.6&r2=1.7
104
105 Index: speex-1.2_rc1-r1.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1-r1.ebuild,v
108 retrieving revision 1.6
109 retrieving revision 1.7
110 diff -u -r1.6 -r1.7
111 --- speex-1.2_rc1-r1.ebuild 10 Aug 2014 21:12:16 -0000 1.6
112 +++ speex-1.2_rc1-r1.ebuild 29 Jan 2015 18:00:48 -0000 1.7
113 @@ -1,6 +1,6 @@
114 -# Copyright 1999-2014 Gentoo Foundation
115 +# Copyright 1999-2015 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1-r1.ebuild,v 1.6 2014/08/10 21:12:16 slyfox Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1-r1.ebuild,v 1.7 2015/01/29 18:00:48 mgorny Exp $
119
120 EAPI=5
121 inherit autotools eutils flag-o-matic
122 @@ -14,7 +14,7 @@
123 LICENSE="BSD"
124 SLOT="0"
125 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
126 -IUSE="ogg sse static-libs"
127 +IUSE="ogg cpu_flags_x86_sse static-libs"
128
129 RDEPEND="ogg? ( media-libs/libogg:= )"
130 DEPEND="${RDEPEND}
131 @@ -39,7 +39,7 @@
132
133 econf \
134 $(use_enable static-libs static) \
135 - $(use_enable sse) \
136 + $(use_enable cpu_flags_x86_sse sse) \
137 $(use_enable ogg)
138 }
139
140
141
142
143 1.116 media-libs/speex/ChangeLog
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/ChangeLog?rev=1.116&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/ChangeLog?rev=1.116&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/speex/ChangeLog?r1=1.115&r2=1.116
148
149 Index: ChangeLog
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/media-libs/speex/ChangeLog,v
152 retrieving revision 1.115
153 retrieving revision 1.116
154 diff -u -r1.115 -r1.116
155 --- ChangeLog 10 Aug 2014 21:12:16 -0000 1.115
156 +++ ChangeLog 29 Jan 2015 18:00:48 -0000 1.116
157 @@ -1,6 +1,10 @@
158 # ChangeLog for media-libs/speex
159 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
160 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/ChangeLog,v 1.115 2014/08/10 21:12:16 slyfox Exp $
161 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
162 +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/ChangeLog,v 1.116 2015/01/29 18:00:48 mgorny Exp $
163 +
164 + 29 Jan 2015; Michał Górny <mgorny@g.o> speex-1.2_rc1-r1.ebuild,
165 + speex-1.2_rc1-r2.ebuild, speex-1.2_rc1.ebuild:
166 + Switch to CPU_FLAGS_X86.
167
168 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> speex-1.2_rc1-r1.ebuild,
169 speex-1.2_rc1-r2.ebuild, speex-1.2_rc1.ebuild: