diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:45:38 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-29 17:45:38 +0000 |
commit | 5cfcd7634c28d2dd1e59971d48001b0df20bc829 (patch) | |
tree | 3c1913fdb77eeb5b6d7ea211ae07e60d989e1060 /media-libs/libsoundtouch | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-5cfcd7634c28d2dd1e59971d48001b0df20bc829.tar.gz gentoo-2-5cfcd7634c28d2dd1e59971d48001b0df20bc829.tar.bz2 gentoo-2-5cfcd7634c28d2dd1e59971d48001b0df20bc829.zip |
Convert to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/libsoundtouch')
4 files changed, 18 insertions, 14 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 8dfc6936a0b8..f36d85e63c70 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsoundtouch -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.82 2014/12/10 08:42:24 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.83 2015/01/29 17:45:38 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> libsoundtouch-1.7.1.ebuild, + libsoundtouch-1.8.0-r1.ebuild, libsoundtouch-1.8.0.ebuild: + Convert to CPU_FLAGS_X86. 10 Dec 2014; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.8.0-r1.ebuild: Stable for HPPA (bug #526018). diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild index 05a6e42c10eb..678c769ffa7f 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild @@ -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/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.9 2014/08/10 21:10:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.10 2015/01/29 17:45:38 mgorny Exp $ EAPI=5 inherit autotools eutils flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="sse2 static-libs" +IUSE="cpu_flags_x86_sse2 static-libs" DEPEND="virtual/pkgconfig" @@ -31,7 +31,7 @@ src_configure() { econf \ --enable-shared \ --disable-integer-samples \ - --enable-x86-optimizations=$(usex sse2) \ + --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \ $(use_enable static-libs static) } diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild index 2aa70a3811a3..f539b26d8673 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild @@ -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/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v 1.4 2014/12/10 08:42:24 jer Exp $ +# $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 $ EAPI=5 inherit autotools eutils flag-o-matic multilib-minimal @@ -14,7 +14,7 @@ SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="sse2 static-libs" +IUSE="cpu_flags_x86_sse2 static-libs" DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" @@ -32,7 +32,7 @@ multilib_src_configure() { econf \ --enable-shared \ --disable-integer-samples \ - --enable-x86-optimizations=$(usex sse2) \ + --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \ $(use_enable static-libs static) } diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild index a7346b5df748..72d32a83150c 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild @@ -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/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.7 2014/08/10 21:10:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.8 2015/01/29 17:45:38 mgorny Exp $ EAPI=5 inherit autotools eutils flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="sse2 static-libs" +IUSE="cpu_flags_x86_sse2 static-libs" DEPEND="virtual/pkgconfig" @@ -31,7 +31,7 @@ src_configure() { econf \ --enable-shared \ --disable-integer-samples \ - --enable-x86-optimizations=$(usex sse2) \ + --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \ $(use_enable static-libs static) } |