mgorny 15/01/29 18:54:46
Modified: lame-3.99.3.ebuild lame-3.99.5.ebuild
lame-3.99.5-r1.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.11 media-sound/lame/lame-3.99.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild?r1=1.10&r2=1.11
Index: lame-3.99.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lame-3.99.3.ebuild 5 May 2012 08:39:26 -0000 1.10
+++ lame-3.99.3.ebuild 29 Jan 2015 18:54:46 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild,v 1.10
2012/05/05 08:39:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild,v 1.11
2015/01/29 18:54:46 mgorny Exp $
EAPI=4
inherit autotools eutils
@@ -12,13 +12,13 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug mmx mp3rtp sndfile static-libs"
+IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs"
RDEPEND=">=sys-libs/ncurses-5.2
sndfile? ( >=media-libs/libsndfile-1.0.2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
- mmx? ( dev-lang/nasm )"
+ cpu_flags_x86_mmx? ( dev-lang/nasm )"
src_prepare() {
epatch \
@@ -29,7 +29,7 @@
sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
- use mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' configure.in
#361879
+ use cpu_flags_x86_mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:'
configure.in #361879
AT_M4DIR=${S} eautoreconf
epunt_cxx #74498
@@ -37,7 +37,7 @@
src_configure() {
local myconf
- use mmx && myconf+="--enable-nasm" #361879
+ use cpu_flags_x86_mmx && myconf+="--enable-nasm" #361879
use sndfile && myconf+=" --with-fileio=sndfile"
econf \
1.16 media-sound/lame/lame-3.99.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.15&r2=1.16
Index: lame-3.99.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- lame-3.99.5.ebuild 3 Mar 2013 15:08:00 -0000 1.15
+++ lame-3.99.5.ebuild 29 Jan 2015 18:54:46 -0000 1.16
@@ -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-sound/lame/lame-3.99.5.ebuild,v 1.15
2013/03/03 15:08:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.16
2015/01/29 18:54:46 mgorny Exp $
EAPI=4
inherit autotools eutils
@@ -13,13 +13,13 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug mmx mp3rtp sndfile static-libs"
+IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs"
RDEPEND=">=sys-libs/ncurses-5.7-r7
sndfile? ( >=media-libs/libsndfile-1.0.2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
- mmx? ( dev-lang/nasm )"
+ cpu_flags_x86_mmx? ( dev-lang/nasm )"
src_prepare() {
epatch \
@@ -32,14 +32,14 @@
sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
- use mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' configure.in
#361879
+ use cpu_flags_x86_mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:'
configure.in #361879
AT_M4DIR=. eautoreconf
}
src_configure() {
local myconf
- use mmx && myconf+="--enable-nasm" #361879
+ use cpu_flags_x86_mmx && myconf+="--enable-nasm" #361879
use sndfile && myconf+=" --with-fileio=sndfile"
econf \
1.13 media-sound/lame/lame-3.99.5-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild?r1=1.12&r2=1.13
Index: lame-3.99.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lame-3.99.5-r1.ebuild 10 Aug 2014 09:30:20 -0000 1.12
+++ lame-3.99.5-r1.ebuild 29 Jan 2015 18:54:46 -0000 1.13
@@ -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-sound/lame/lame-3.99.5-r1.ebuild,v
1.12 2014/08/10 09:30:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild,v
1.13 2015/01/29 18:54:46 mgorny Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug mmx mp3rtp sndfile static-libs"
+IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs"
# These deps are without MULTILIB_USEDEP and are correct since we only build
# libmp3lame for multilib and these deps apply to the lame frontend executable.
@@ -23,7 +23,7 @@
abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
- mmx? ( dev-lang/nasm )"
+ cpu_flags_x86_mmx? ( dev-lang/nasm )"
src_prepare() {
epatch \
@@ -36,14 +36,14 @@
sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
- use mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:' configure.in
#361879
+ use cpu_flags_x86_mmx || sed -i -e '/AC_PATH_PROG/s:nasm:dIsAbLe&:'
configure.in #361879
AT_M4DIR=. eautoreconf
}
multilib_src_configure() {
local myconf
- use mmx && myconf+="--enable-nasm" #361879
+ use cpu_flags_x86_mmx && myconf+="--enable-nasm" #361879
# Only build the frontend for the default ABI.
if [ "${ABI}" = "${DEFAULT_ABI}" ] ; then
1.176 media-sound/lame/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.176&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.176&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.175&r2=1.176
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog 10 Aug 2014 09:30:20 -0000 1.175
+++ ChangeLog 29 Jan 2015 18:54:46 -0000 1.176
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lame
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.175
2014/08/10 09:30:20 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.176
2015/01/29 18:54:46 mgorny Exp $
+
+ 29 Jan 2015; Michał Górny <[email protected]> lame-3.99.3.ebuild,
+ lame-3.99.5-r1.ebuild, lame-3.99.5.ebuild:
+ Switch to CPU_FLAGS_X86.
10 Aug 2014; Agostino Sarubbo <[email protected]> lame-3.99.5-r1.ebuild:
Stable for sparc, wrt bug #515234