diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-15 22:36:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-15 22:36:05 +0000 |
commit | 93836a77e7d3095d4f39ad98a7a230cd98582704 (patch) | |
tree | 0b683cb88f514e5e2511f37f1b2b3aea97520e41 /media-libs/libvpx | |
parent | arm stable, bug #450608 (diff) | |
download | gentoo-2-93836a77e7d3095d4f39ad98a7a230cd98582704.tar.gz gentoo-2-93836a77e7d3095d4f39ad98a7a230cd98582704.tar.bz2 gentoo-2-93836a77e7d3095d4f39ad98a7a230cd98582704.zip |
Unset variable CODECS which is picked up by the build system wrt #357487. Thanks to Aaron Lewis for reporting and Ben Kohler for solution.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-0.9.6.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-0.9.7-r1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-0.9.7.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.0.0-r1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.0.0.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-9999.ebuild | 6 |
8 files changed, 34 insertions, 14 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index 02e555e67f89..258daa9de5d5 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.68 2013/01/06 09:51:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.69 2013/01/15 22:36:05 ssuominen Exp $ + + 15 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> libvpx-0.9.6.ebuild, + libvpx-0.9.7.ebuild, libvpx-0.9.7-r1.ebuild, libvpx-1.0.0.ebuild, + libvpx-1.0.0-r1.ebuild, libvpx-1.1.0.ebuild, libvpx-9999.ebuild: + Unset variable CODECS which is picked up by the build system wrt #357487. + Thanks to Aaron Lewis for reporting and Ben Kohler for solution. 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libvpx-1.1.0.ebuild: Add ~sparc, wrt bug #449220 diff --git a/media-libs/libvpx/libvpx-0.9.6.ebuild b/media-libs/libvpx/libvpx-0.9.6.ebuild index 338a77b2fa00..ba79faa4aa1a 100644 --- a/media-libs/libvpx/libvpx-0.9.6.ebuild +++ b/media-libs/libvpx/libvpx-0.9.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.13 2012/05/10 18:51:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.14 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit eutils multilib toolchain-funcs @@ -45,6 +45,8 @@ src_prepare() { } src_configure() { + unset CODECS #357487 + # http://bugs.gentoo.org/show_bug.cgi?id=384585 addpredict /usr/share/snmp/mibs/.index diff --git a/media-libs/libvpx/libvpx-0.9.7-r1.ebuild b/media-libs/libvpx/libvpx-0.9.7-r1.ebuild index c1ddf0e15503..cccebc9fe36c 100644 --- a/media-libs/libvpx/libvpx-0.9.7-r1.ebuild +++ b/media-libs/libvpx/libvpx-0.9.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7-r1.ebuild,v 1.5 2012/02/20 11:30:16 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7-r1.ebuild,v 1.6 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit eutils multilib toolchain-funcs @@ -45,6 +45,8 @@ src_prepare() { } src_configure() { + unset CODECS #357487 + # http://bugs.gentoo.org/show_bug.cgi?id=384585 addpredict /usr/share/snmp/mibs/.index diff --git a/media-libs/libvpx/libvpx-0.9.7.ebuild b/media-libs/libvpx/libvpx-0.9.7.ebuild index 8b50dd5d65f8..d601c4d6f326 100644 --- a/media-libs/libvpx/libvpx-0.9.7.ebuild +++ b/media-libs/libvpx/libvpx-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild,v 1.2 2011/09/27 12:57:54 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild,v 1.3 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit eutils multilib toolchain-funcs @@ -45,6 +45,8 @@ src_prepare() { } src_configure() { + unset CODECS #357487 + # http://bugs.gentoo.org/show_bug.cgi?id=384585 addpredict /usr/share/snmp/mibs/.index diff --git a/media-libs/libvpx/libvpx-1.0.0-r1.ebuild b/media-libs/libvpx/libvpx-1.0.0-r1.ebuild index f11a491827b6..abcbc4a4d939 100644 --- a/media-libs/libvpx/libvpx-1.0.0-r1.ebuild +++ b/media-libs/libvpx/libvpx-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0-r1.ebuild,v 1.2 2012/08/14 15:45:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0-r1.ebuild,v 1.3 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit multilib toolchain-funcs eutils @@ -42,6 +42,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-support-arm.patch } src_configure() { + unset CODECS #357487 + #let the build system decide which AS to use (it honours $AS but #then feeds it with yasm flags without checking...) bug 345161 unset AS diff --git a/media-libs/libvpx/libvpx-1.0.0.ebuild b/media-libs/libvpx/libvpx-1.0.0.ebuild index 66333ec72656..b0707c272011 100644 --- a/media-libs/libvpx/libvpx-1.0.0.ebuild +++ b/media-libs/libvpx/libvpx-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.12 2012/08/14 15:58:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.13 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit multilib toolchain-funcs eutils @@ -42,6 +42,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-support-arm.patch } src_configure() { + unset CODECS #357487 + #let the build system decide which AS to use (it honours $AS but #then feeds it with yasm flags without checking...) bug 345161 unset AS diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index ac936a0806b0..8715f714f5f2 100644 --- a/media-libs/libvpx/libvpx-1.1.0.ebuild +++ b/media-libs/libvpx/libvpx-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.17 2013/01/06 09:51:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.18 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit multilib toolchain-funcs base @@ -47,6 +47,8 @@ PATCHES=( ) src_configure() { + unset CODECS #357487 + # let the build system decide which AS to use (it honours $AS but # then feeds it with yasm flags without checking...) #345161 local a diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild index d40bf3636cad..f37cb728978a 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.28 2012/08/16 23:03:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.29 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -40,6 +40,8 @@ REQUIRED_USE=" " src_configure() { + unset CODECS #357487 + # let the build system decide which AS to use (it honours $AS but # then feeds it with yasm flags without checking...) #345161 local a |