public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/spandsp: spandsp-0.0.6_pre21.ebuild spandsp-0.0.6.ebuild ChangeLog
@ 2015-01-29 17:59 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-01-29 17:59 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/01/29 17:59:02

  Modified:             spandsp-0.0.6_pre21.ebuild spandsp-0.0.6.ebuild
                        ChangeLog
  Log:
  Convert 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-libs/spandsp/spandsp-0.0.6_pre21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild?r1=1.4&r2=1.5

Index: spandsp-0.0.6_pre21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spandsp-0.0.6_pre21.ebuild	10 Aug 2014 21:12:02 -0000	1.4
+++ spandsp-0.0.6_pre21.ebuild	29 Jan 2015 17:59:02 -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-libs/spandsp/spandsp-0.0.6_pre21.ebuild,v 1.4 2014/08/10 21:12:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild,v 1.5 2015/01/29 17:59:02 mgorny Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc fixed-point mmx sse sse2 sse3 static-libs"
+IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff"
 DEPEND="${RDEPEND}
@@ -32,9 +32,9 @@
 		--disable-dependency-tracking \
 		$(use_enable doc) \
 		$(use_enable fixed-point) \
-		$(use_enable mmx) \
-		$(use_enable sse2) \
-		$(use_enable sse3) \
+		$(use_enable cpu_flags_x86_mmx mmx) \
+		$(use_enable cpu_flags_x86_sse2 sse2) \
+		$(use_enable cpu_flags_x86_sse3 sse3) \
 		$(use_enable static-libs static)
 }
 



1.3                  media-libs/spandsp/spandsp-0.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/spandsp-0.0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/spandsp-0.0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/spandsp-0.0.6.ebuild?r1=1.2&r2=1.3

Index: spandsp-0.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/spandsp/spandsp-0.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spandsp-0.0.6.ebuild	24 Nov 2014 16:31:21 -0000	1.2
+++ spandsp-0.0.6.ebuild	29 Jan 2015 17:59:02 -0000	1.3
@@ -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-libs/spandsp/spandsp-0.0.6.ebuild,v 1.2 2014/11/24 16:31:21 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/spandsp/spandsp-0.0.6.ebuild,v 1.3 2015/01/29 17:59:02 mgorny Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc fixed-point mmx sse sse2 sse3 ssse3 sse4a avx static-libs"
+IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4a cpu_flags_x86_avx static-libs"
 
 RDEPEND="media-libs/tiff
 	 virtual/jpeg"
@@ -33,13 +33,13 @@
 		--disable-dependency-tracking \
 		$(use_enable doc) \
 		$(use_enable fixed-point) \
-		$(use_enable mmx) \
-		$(use_enable sse) \
-		$(use_enable sse2) \
-		$(use_enable sse3) \
-		$(use_enable ssse3) \
-		$(use_enable sse4a) \
-		$(use_enable avx) \
+		$(use_enable cpu_flags_x86_mmx mmx) \
+		$(use_enable cpu_flags_x86_sse sse) \
+		$(use_enable cpu_flags_x86_sse2 sse2) \
+		$(use_enable cpu_flags_x86_sse3 sse3) \
+		$(use_enable cpu_flags_x86_ssse3 ssse3) \
+		$(use_enable cpu_flags_x86_sse4a sse4a) \
+		$(use_enable cpu_flags_x86_avx avx) \
 		$(use_enable static-libs static)
 }
 



1.35                 media-libs/spandsp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/spandsp/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/spandsp/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	24 Nov 2014 16:31:21 -0000	1.34
+++ ChangeLog	29 Jan 2015 17:59:02 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/spandsp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/spandsp/ChangeLog,v 1.34 2014/11/24 16:31:21 chainsaw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/spandsp/ChangeLog,v 1.35 2015/01/29 17:59:02 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <mgorny@gentoo.org> spandsp-0.0.6.ebuild,
+  spandsp-0.0.6_pre21.ebuild:
+  Convert to CPU_FLAGS_X86.
 
   24 Nov 2014; Tony Vroon <chainsaw@gentoo.org> spandsp-0.0.6.ebuild:
   Add missing runtime dependency on virtual/jpeg as identified by Nikoli in bug





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-29 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29 17:59 [gentoo-commits] gentoo-x86 commit in media-libs/spandsp: spandsp-0.0.6_pre21.ebuild spandsp-0.0.6.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox