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/libsoundtouch: libsoundtouch-1.8.0.ebuild libsoundtouch-1.7.1.ebuild libsoundtouch-1.8.0-r1.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:45:43
Message-Id: 20150129174538.7209710966@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:45:38
2
3 Modified: libsoundtouch-1.8.0.ebuild
4 libsoundtouch-1.7.1.ebuild
5 libsoundtouch-1.8.0-r1.ebuild ChangeLog
6 Log:
7 Convert 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.8 media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild?r1=1.7&r2=1.8
17
18 Index: libsoundtouch-1.8.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- libsoundtouch-1.8.0.ebuild 10 Aug 2014 21:10:27 -0000 1.7
25 +++ libsoundtouch-1.8.0.ebuild 29 Jan 2015 17:45:38 -0000 1.8
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/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.7 2014/08/10 21:10:27 slyfox Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.8 2015/01/29 17:45:38 mgorny Exp $
32
33 EAPI=5
34 inherit autotools eutils flag-o-matic
35 @@ -14,7 +14,7 @@
36 LICENSE="LGPL-2.1"
37 SLOT="0"
38 KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
39 -IUSE="sse2 static-libs"
40 +IUSE="cpu_flags_x86_sse2 static-libs"
41
42 DEPEND="virtual/pkgconfig"
43
44 @@ -31,7 +31,7 @@
45 econf \
46 --enable-shared \
47 --disable-integer-samples \
48 - --enable-x86-optimizations=$(usex sse2) \
49 + --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \
50 $(use_enable static-libs static)
51 }
52
53
54
55
56 1.10 media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.10&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.10&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?r1=1.9&r2=1.10
61
62 Index: libsoundtouch-1.7.1.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
65 retrieving revision 1.9
66 retrieving revision 1.10
67 diff -u -r1.9 -r1.10
68 --- libsoundtouch-1.7.1.ebuild 10 Aug 2014 21:10:27 -0000 1.9
69 +++ libsoundtouch-1.7.1.ebuild 29 Jan 2015 17:45:38 -0000 1.10
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/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.9 2014/08/10 21:10:27 slyfox Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.10 2015/01/29 17:45:38 mgorny Exp $
76
77 EAPI=5
78 inherit autotools eutils flag-o-matic
79 @@ -14,7 +14,7 @@
80 LICENSE="LGPL-2.1"
81 SLOT="0"
82 KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
83 -IUSE="sse2 static-libs"
84 +IUSE="cpu_flags_x86_sse2 static-libs"
85
86 DEPEND="virtual/pkgconfig"
87
88 @@ -31,7 +31,7 @@
89 econf \
90 --enable-shared \
91 --disable-integer-samples \
92 - --enable-x86-optimizations=$(usex sse2) \
93 + --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \
94 $(use_enable static-libs static)
95 }
96
97
98
99
100 1.5 media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.5&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.5&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?r1=1.4&r2=1.5
105
106 Index: libsoundtouch-1.8.0-r1.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
109 retrieving revision 1.4
110 retrieving revision 1.5
111 diff -u -r1.4 -r1.5
112 --- libsoundtouch-1.8.0-r1.ebuild 10 Dec 2014 08:42:24 -0000 1.4
113 +++ libsoundtouch-1.8.0-r1.ebuild 29 Jan 2015 17:45:38 -0000 1.5
114 @@ -1,6 +1,6 @@
115 -# Copyright 1999-2014 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/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.4 2014/12/10 08:42:24 jer Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.5 2015/01/29 17:45:38 mgorny Exp $
120
121 EAPI=5
122 inherit autotools eutils flag-o-matic multilib-minimal
123 @@ -14,7 +14,7 @@
124 LICENSE="LGPL-2.1"
125 SLOT="0"
126 KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
127 -IUSE="sse2 static-libs"
128 +IUSE="cpu_flags_x86_sse2 static-libs"
129
130 DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
131
132 @@ -32,7 +32,7 @@
133 econf \
134 --enable-shared \
135 --disable-integer-samples \
136 - --enable-x86-optimizations=$(usex sse2) \
137 + --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \
138 $(use_enable static-libs static)
139 }
140
141
142
143
144 1.83 media-libs/libsoundtouch/ChangeLog
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.83&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.83&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.82&r2=1.83
149
150 Index: ChangeLog
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
153 retrieving revision 1.82
154 retrieving revision 1.83
155 diff -u -r1.82 -r1.83
156 --- ChangeLog 10 Dec 2014 08:42:24 -0000 1.82
157 +++ ChangeLog 29 Jan 2015 17:45:38 -0000 1.83
158 @@ -1,6 +1,10 @@
159 # ChangeLog for media-libs/libsoundtouch
160 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
161 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.82 2014/12/10 08:42:24 jer Exp $
162 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
163 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.83 2015/01/29 17:45:38 mgorny Exp $
164 +
165 + 29 Jan 2015; Michał Górny <mgorny@g.o> libsoundtouch-1.7.1.ebuild,
166 + libsoundtouch-1.8.0-r1.ebuild, libsoundtouch-1.8.0.ebuild:
167 + Convert to CPU_FLAGS_X86.
168
169 10 Dec 2014; Jeroen Roovers <jer@g.o> libsoundtouch-1.8.0-r1.ebuild:
170 Stable for HPPA (bug #526018).