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-plugins/swh-plugins: swh-plugins-0.4.15-r3.ebuild swh-plugins-0.4.15-r2.ebuild ChangeLog
Date: Thu, 29 Jan 2015 18:15:57
Message-Id: 20150129181552.1B8C6109B0@oystercatcher.gentoo.org
1 mgorny 15/01/29 18:15:52
2
3 Modified: swh-plugins-0.4.15-r3.ebuild
4 swh-plugins-0.4.15-r2.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.5 media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild?r1=1.4&r2=1.5
16
17 Index: swh-plugins-0.4.15-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- swh-plugins-0.4.15-r3.ebuild 16 Dec 2014 12:45:24 -0000 1.4
24 +++ swh-plugins-0.4.15-r3.ebuild 29 Jan 2015 18:15:52 -0000 1.5
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-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild,v 1.4 2014/12/16 12:45:24 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild,v 1.5 2015/01/29 18:15:52 mgorny Exp $
31
32 EAPI=5
33
34 @@ -13,7 +13,7 @@
35 SLOT="0"
36 LICENSE="GPL-2"
37 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
38 -IUSE="3dnow nls sse"
39 +IUSE="cpu_flags_x86_3dnow nls cpu_flags_x86_sse"
40
41 RDEPEND="
42 >=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}]
43 @@ -58,8 +58,8 @@
44
45 multilib_src_configure() {
46 ECONF_SOURCE="${S}" econf \
47 - $(use_enable sse) \
48 - $(use_enable 3dnow) \
49 + $(use_enable cpu_flags_x86_sse sse) \
50 + $(use_enable cpu_flags_x86_3dnow 3dnow) \
51 $(use_enable nls) \
52 --enable-fast-install \
53 --disable-dependency-tracking
54
55
56
57 1.5 media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild?rev=1.5&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild?rev=1.5&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild?r1=1.4&r2=1.5
62
63 Index: swh-plugins-0.4.15-r2.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild,v
66 retrieving revision 1.4
67 retrieving revision 1.5
68 diff -u -r1.4 -r1.5
69 --- swh-plugins-0.4.15-r2.ebuild 25 Jun 2013 18:42:28 -0000 1.4
70 +++ swh-plugins-0.4.15-r2.ebuild 29 Jan 2015 18:15:52 -0000 1.5
71 @@ -1,6 +1,6 @@
72 -# Copyright 1999-2013 Gentoo Foundation
73 +# Copyright 1999-2015 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild,v 1.4 2013/06/25 18:42:28 ago Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild,v 1.5 2015/01/29 18:15:52 mgorny Exp $
77
78 inherit eutils autotools
79
80 @@ -11,7 +11,7 @@
81 SLOT="0"
82 LICENSE="GPL-2"
83 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
84 -IUSE="3dnow nls sse"
85 +IUSE="cpu_flags_x86_3dnow nls cpu_flags_x86_sse"
86
87 RDEPEND="media-libs/ladspa-sdk
88 media-sound/gsm
89 @@ -51,8 +51,8 @@
90
91 src_compile() {
92 econf ${myconf} \
93 - $(use_enable sse) \
94 - $(use_enable 3dnow) \
95 + $(use_enable cpu_flags_x86_sse sse) \
96 + $(use_enable cpu_flags_x86_3dnow 3dnow) \
97 $(use_enable nls) \
98 $(use_enable userland_Darwin darwin) \
99 --enable-fast-install \
100
101
102
103 1.54 media-plugins/swh-plugins/ChangeLog
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.54&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.54&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?r1=1.53&r2=1.54
108
109 Index: ChangeLog
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v
112 retrieving revision 1.53
113 retrieving revision 1.54
114 diff -u -r1.53 -r1.54
115 --- ChangeLog 16 Dec 2014 12:45:24 -0000 1.53
116 +++ ChangeLog 29 Jan 2015 18:15:52 -0000 1.54
117 @@ -1,6 +1,10 @@
118 # ChangeLog for media-plugins/swh-plugins
119 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
120 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.53 2014/12/16 12:45:24 pacho Exp $
121 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
122 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.54 2015/01/29 18:15:52 mgorny Exp $
123 +
124 + 29 Jan 2015; Michał Górny <mgorny@g.o> swh-plugins-0.4.15-r2.ebuild,
125 + swh-plugins-0.4.15-r3.ebuild:
126 + Switch to CPU_FLAGS_X86.
127
128 16 Dec 2014; Pacho Ramos <pacho@g.o> swh-plugins-0.4.15-r3.ebuild:
129 amd64/x86 stable, bug #525768