mgorny 15/01/29 18:15:52
Modified: swh-plugins-0.4.15-r3.ebuild
swh-plugins-0.4.15-r2.ebuild ChangeLog
Log:
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.5 media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild
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
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
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
Index: swh-plugins-0.4.15-r3.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- swh-plugins-0.4.15-r3.ebuild 16 Dec 2014 12:45:24 -0000 1.4
+++ swh-plugins-0.4.15-r3.ebuild 29 Jan 2015 18:15:52 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
@@ -13,7 +13,7 @@
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="3dnow nls sse"
+IUSE="cpu_flags_x86_3dnow nls cpu_flags_x86_sse"
RDEPEND="
>=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}]
@@ -58,8 +58,8 @@
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
- $(use_enable sse) \
- $(use_enable 3dnow) \
+ $(use_enable cpu_flags_x86_sse sse) \
+ $(use_enable cpu_flags_x86_3dnow 3dnow) \
$(use_enable nls) \
--enable-fast-install \
--disable-dependency-tracking
1.5 media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild
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
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
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
Index: swh-plugins-0.4.15-r2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- swh-plugins-0.4.15-r2.ebuild 25 Jun 2013 18:42:28 -0000 1.4
+++ swh-plugins-0.4.15-r2.ebuild 29 Jan 2015 18:15:52 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit eutils autotools
@@ -11,7 +11,7 @@
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="3dnow nls sse"
+IUSE="cpu_flags_x86_3dnow nls cpu_flags_x86_sse"
RDEPEND="media-libs/ladspa-sdk
media-sound/gsm
@@ -51,8 +51,8 @@
src_compile() {
econf ${myconf} \
- $(use_enable sse) \
- $(use_enable 3dnow) \
+ $(use_enable cpu_flags_x86_sse sse) \
+ $(use_enable cpu_flags_x86_3dnow 3dnow) \
$(use_enable nls) \
$(use_enable userland_Darwin darwin) \
--enable-fast-install \
1.54 media-plugins/swh-plugins/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.54&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.54&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 16 Dec 2014 12:45:24 -0000 1.53
+++ ChangeLog 29 Jan 2015 18:15:52 -0000 1.54
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/swh-plugins
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.53
2014/12/16 12:45:24 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.54
2015/01/29 18:15:52 mgorny Exp $
+
+ 29 Jan 2015; Michał Górny <[email protected]> swh-plugins-0.4.15-r2.ebuild,
+ swh-plugins-0.4.15-r3.ebuild:
+ Switch to CPU_FLAGS_X86.
16 Dec 2014; Pacho Ramos <[email protected]> swh-plugins-0.4.15-r3.ebuild:
amd64/x86 stable, bug #525768